SOAP: Difference between revisions

146 bytes added ,  12 years ago
(Undo revision 110018 by 95.111.88.10 (talk) Please use {{incorrect}} to mark examples as not working, save emoticons for talk pages)
Line 74:
return "Goodbye" || s[1:-1]
end</lang>
 
=={{header|Mathematica}}==
<lang Mathematica>InstallService["http://example.com/soap/wsdl"];
soapFunc["Hello"];
anotherSoapFunc[12345];
</lang>
 
 
=={{header|Perl}}==
Anonymous user