RosettaCodeData/Task/SOAP/ColdFusion/soap.cfm

4 lines
164 B
Text
Raw Permalink Normal View History

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