SOAP: Difference between revisions

Content added Content deleted
Line 159: Line 159:


client := service createClient.
client := service createClient.
response1 := client send: 'soapFunc' withArguments:{ 'value' }.
response1 := client send: 'soapFunc' withArguments:{ 'hello' }.
response2 := client send: 'anotherSoapFunc' withArguments:{ 42 }.</lang>
response2 := client send: 'anotherSoapFunc' withArguments:{ 34234 }.</lang>


=={{header|Tcl}}==
=={{header|Tcl}}==