|
Mailing Lists
|
Home /
Groups /
ColdFusion Eclipse (CFEclipse)
Web service operation Not found (WSDL)
Author: Shane Trahan
Short Link: http://www.houseoffusion.com/groups/cfeclipse/thread.cfm/threadid:1459#4577
I have a WSDL service that is imported into the Webservices Explorer and I am
able to simulate a service request and response within the Web Services explorer
without any issue. However when I create my CFM page I get "Web Service Operation
Not found" with a list of the parameters that I have tried to send to the
service.
According to what I have read the other arguments must be omitted in my CF code
but according the Web Services Explorer there are no other arguments?
The WSDL is at http://www.webservicex.net/GenericNAICS.asmx?WSDL
My CF code is quite simple and reads..
<cfinvoke
Method="GetNAICSByIndustry"
returnvariable="MyValue"
webservice="http://www.webservicex.net/GenericNAICS.asmx?WSDL">
<cfinvokeargument name="industryname" value="Computer">
</cfinvoke>
Thank you
|
May 21, 2013
|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||