SOAP: Difference between revisions

44 bytes added ,  13 years ago
m
Line 40:
<cfset result = client.anotherSoapFunc(34234)></lang>
 
=={{header|Icon}} and {{header|Unicon}}==
{{libheader|Unicon Code Library}} provides the [http://tapestry.tucson.az.us/unilib/pack_soap.html Soap] package.
 
This code uses Unicon features not available in Icon.
<lang unicon>import soap
 
Anonymous user