Hi there,

We're trying to upgrade our version of Quick Address (www.qas.com) just now. 

Originally this was done through a COM object call but we're now moving to a 
"Charge by Click" Web Service. QAS no longer provides a ColdFusion example for 
us to use so we're trying to work through this ourselves.

The application is running correctly on the server. If we put in the URL to the 
service in our browser we're getting the SOAP structure fine but when we invoke 
it in ColdFusion like so:

<cfinvoke method="DoGetLicenceInfo" returnVariable="rawXML" 
webservice="http://mydomain.com:<port>/proweb.wsdl" />

I get the following area:
Web service operation doGetLicenceInfo with parameters {} cannot be found. 

This happens for any method I call whether I pass arguments or not 
(doGetLicenseInfo doesn't require any). We've had a look at this through the 
JRun TCP Monitor and everything seems to be running fine until the result comes 
back to CF. At that point it seems to be having a problem.

Does anyone have any suggestions on how we can solve this? I'm not finding much 
on the "blogsphere".

Cheers,
James 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:319225
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to