Jump to content

SOAP: Difference between revisions

232 bytes added ,  17 years ago
no edit summary
No edit summary
Line 9:
<cfset result = client.soapFunc("hello")>
<cfset result = client.anotherSoapFunc(34234)>
 
==[[Perl]]==
[[Category:Perl]]
use SOAP::Lite;
print SOAP::Lite
-> service('http://example.com/soap/wsdl')
-> soapFunc("hello");
print SOAP::Lite
-> service('http://example.com/soap/wsdl')
-> anotherSoapFunc(34234);
 
==[[PHP]]==
Anonymous user
Cookies help us deliver our services. By using our services, you agree to our use of cookies.