SOAP: Difference between revisions

Content added Content deleted
Line 40: Line 40:
<cfset result = client.anotherSoapFunc(34234)></lang>
<cfset result = client.anotherSoapFunc(34234)></lang>


=={{header|Icon}} and {{header|Unicon}}==
==Icon and {{header|Unicon}}==
{{libheader|Unicon Code Library}} provides the [http://tapestry.tucson.az.us/unilib/pack_soap.html Soap] package.
{{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
<lang unicon>import soap