Question
Problems when consuming 3rd party web service
Hi
I am having a hard time consuming 3rd party web services with Coldfusion 6.1.
3rd party is providing the web service and the wsdl file goes through validation just fine. Firewalls are open and confirmed and everything should be just fine. But I've ran into java.lang.NullPointerException while trying to invoke the service. I've been trying to invoke with both <cfinvoke> and CreateObject, but cf (or axis) throws and exception. Obviously i cannot cfdump or output any content as the exception is thrown immediately.
I tried to invoke 3rd party's web service with Websphere application studio developer and it's web service browsing tools and I am able to get connected.
It is however possible that there is also something wrong with the webservice itself. Has anyone encountered this nullPointer when working with Web Services and could give something to work around with? Any trouble shooting hints? I've been trying to google it too, but mostly I get into those forums where one asks for help and ten replies that "I've got the same problem!"
I am having a hard time consuming 3rd party web services with Coldfusion 6.1.
3rd party is providing the web service and the wsdl file goes through validation just fine. Firewalls are open and confirmed and everything should be just fine. But I've ran into java.lang.NullPointerException while trying to invoke the service. I've been trying to invoke with both <cfinvoke> and CreateObject, but cf (or axis) throws and exception. Obviously i cannot cfdump or output any content as the exception is thrown immediately.
I tried to invoke 3rd party's web service with Websphere application studio developer and it's web service browsing tools and I am able to get connected.
It is however possible that there is also something wrong with the webservice itself. Has anyone encountered this nullPointer when working with Web Services and could give something to work around with? Any trouble shooting hints? I've been trying to google it too, but mostly I get into those forums where one asks for help and ten replies that "I've got the same problem!"