RosettaCodeData/Task/SOAP/00-TASK.txt
2023-07-01 13:44:08 -04:00

3 lines
212 B
Text

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}}