Question
Could not generate stub objects for web service invocation.
Hi I am new in the Consuming ASP.Net webservices from
ColdFusion . I am using this Code to invoke a webservices
<cfinvoke webservice=" http://127.0.0.1/EZCardService/EZCardWebservice.asmx?wsdl"
method="HelloWorld"
returnvariable="result">
<cfinvokeargument name="strUsername" value="a"/>
<cfinvokeargument name="strPassword" value="b"/>
</cfinvoke>
But i am getting above mentioned error .Please help me to get solution for this error ,
Web Service is running on my system successfully and it is also generting wsdl on the local server .but when i am invoking it from cold fusion .i am getting this error .
Looking forword for your suppost...
Thanks ,
Rajesh Kumar
India
<cfinvoke webservice=" http://127.0.0.1/EZCardService/EZCardWebservice.asmx?wsdl"
method="HelloWorld"
returnvariable="result">
<cfinvokeargument name="strUsername" value="a"/>
<cfinvokeargument name="strPassword" value="b"/>
</cfinvoke>
But i am getting above mentioned error .Please help me to get solution for this error ,
Web Service is running on my system successfully and it is also generting wsdl on the local server .but when i am invoking it from cold fusion .i am getting this error .
Looking forword for your suppost...
Thanks ,
Rajesh Kumar
India
