SOAP: Difference between revisions

Content deleted Content added
{{omit from|PARI/GP}}
m →‎Icon and Unicon: clarify dependency metadata
Line 40: Line 40:
<cfset result = client.anotherSoapFunc(34234)></lang>
<cfset result = client.anotherSoapFunc(34234)></lang>


==Icon and Unicon==
=={{header|Icon}}==
{{works with|Unicon}}

==={{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.
<lang unicon>import soap
<lang unicon>import soap