Link to home
Start Free TrialLog in
Avatar of BrettskiWork
BrettskiWork

asked on

Coldfusion 8.0.1 web service call Cannot generate stub objects for web service invocation.

I'm trying to consume a webservice as follows and get the following error:

"Cannot generate stub objects for web service invocation. "

<cfinvoke webservice="http://mywebservice?wsdl" method="sendTransaction" returnvariable="aVar" timeout="200" > 
</cfinvoke>

The WSDL is accessible fine, so I am stumped :(

Any ideas
Avatar of gdemaria
gdemaria
Flag of United States of America image

Is the URL you are accessing protected by SSL ?   https://  ...
Avatar of BrettskiWork
BrettskiWork

ASKER

I don't think so? It looks like just a http request to me
ASKER CERTIFIED SOLUTION
Avatar of gdemaria
gdemaria
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
no paddlock but yes I can browse