RosettaCodeData/Task/SOAP/ColdFusion/soap.cfm

4 lines
164 B
Text
Raw Permalink Normal View History

2013-04-11 01:07:29 -07:00
<cfset client = createObject("webservice","http://example.com/soap/wsdl")>
<cfset result = client.soapFunc("hello")>
<cfset result = client.anotherSoapFunc(34234)>