SOAP: Difference between revisions

Content added Content deleted
(+AutoHotkey)
(wanted: working soap server to test this task)
Line 1: Line 1:
[[Category:Less Than 10 Examples]]{{task|Networking and Web Interaction}}In this task, the goal is to create a SOAP client which accesses functions defined at '''http://example.com/soap/wsdl''', and calls the functions '''soapFunc( )''' and '''anotherSoapFunc( )'''.
[[Category:Less Than 10 Examples]]{{task|Networking and Web Interaction}}In this task, the goal is to create a SOAP client which accesses functions defined at '''http://example.com/soap/wsdl''', and calls the functions '''soapFunc( )''' and '''anotherSoapFunc( )'''.
{{Clarify_task}}

=={{header|ActionScript}}==
=={{header|ActionScript}}==
{{works with|ActionScript|3.0}}
{{works with|ActionScript|3.0}}