Friday, July 21, 2006

Problem in consuming a Java Web Service in Coldfusion

Thanks Guys - Kinda thought of giving you an update on this problem. Well its definitely a bug or rather a compatibility issue with AR System and AXIS version we used to inoke this web service on the former.

But good thing is that for us we had a work around of using a Servlet/JAVA API to create entry in Remedy BUT we found this could be possible even through CFHTTP. I had tried using CFHTTP but missed a header name.. here's the code..I hope this will help..

Hi All – We have a web service running on ARSystem ( Remedy) and all we would like to do is



-Invoke this web service from our Coldfusion page

-Send some parameters in a method call for ‘Remedy WS’

-This Webservice returns a simple String object.


The Exception I am receiving is as follows and I am not sure if there is any SOAP Header

which we are missing or a Complex types creating issues in Java and Coldfusion problem.

Could not perform web service invocation "opCreate".