SOAP: Difference between revisions

Content added Content deleted
(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: Line 74:
return "Goodbye" || s[1:-1]
return "Goodbye" || s[1:-1]
end</lang>
end</lang>

=={{header|Mathematica}}==
<lang Mathematica>InstallService["http://example.com/soap/wsdl"];
soapFunc["Hello"];
anotherSoapFunc[12345];
</lang>



=={{header|Perl}}==
=={{header|Perl}}==