SOAP: Difference between revisions

Line 159:
 
client := service createClient.
response1 := client send: 'soapFunc' withArguments:{ 'valuehello' }.
response2 := client send: 'anotherSoapFunc' withArguments:{ 4234234 }.</lang>
 
=={{header|Tcl}}==
Anonymous user