Question
Invoking web services from coldfusion page
Hi there...
Could someone please help?
I am trying to invoke a webservice with .wdsl file which contains many methods. Does anybody know how to invoke this...This is my current code:
<cfinvoke
webservice = " http://localhost/callcredit.wsdl"
method1 ="Job5300"
method2="Job5301"
...
...
returnvariable="VarName"/>
<cfinvokeargument name="title" value="#form.title#"/>
<cfinvokeargument name= "forename" value="#form.forename#"/>
<cfinvokeargument name="surname" value="#form.surname#"/>
<cfinvokeargument name="DOB" value="#form.DOB#"/>
<cfinvokeargument name="buildingNumber" value="#form.buildingNumber#"/>
<cfinvokeargument name="postCode" value="#form.postCode#"/>
This is the error message I am getting at the moment:
[Web service operation "Job5300" with parameters {} could not be found]
Hoping this is understandable....could someone tell me what I am doing wrong...
Thanks
Critical
Could someone please help?
I am trying to invoke a webservice with .wdsl file which contains many methods. Does anybody know how to invoke this...This is my current code:
<cfinvoke
webservice = " http://localhost/callcredit.wsdl"
method1 ="Job5300"
method2="Job5301"
...
...
returnvariable="VarName"/>
<cfinvokeargument name="title" value="#form.title#"/>
<cfinvokeargument name= "forename" value="#form.forename#"/>
<cfinvokeargument name="surname" value="#form.surname#"/>
<cfinvokeargument name="DOB" value="#form.DOB#"/>
<cfinvokeargument name="buildingNumber" value="#form.buildingNumber#"/>
<cfinvokeargument name="postCode" value="#form.postCode#"/>
This is the error message I am getting at the moment:
[Web service operation "Job5300" with parameters {} could not be found]
Hoping this is understandable....could someone tell me what I am doing wrong...
Thanks
Critical