SOAP: Difference between revisions

Content added Content deleted
m (→‎{{header|Phix}}: added libheader)
Line 354: Line 354:
Finally, the resulting .kexe file should be executed passing it similar command line arguments to the C entry.
Finally, the resulting .kexe file should be executed passing it similar command line arguments to the C entry.


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


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