SOAP: Difference between revisions

m
m (→‎{{header|Phix}}: added libheader)
Line 354:
Finally, the resulting .kexe file should be executed passing it similar command line arguments to the C entry.
 
=={{header|Mathematica}}/{{header|Wolfram Language}}==
<lang Mathematica>InstallService["http://example.com/soap/wsdl"];
soapFunc["Hello"];
anotherSoapFunc[12345];</lang>
</lang>
 
=={{header|Perl}}==
1,111

edits