Jo Corless
Member since Feb 19, 2010
- Profile: /members/5486-jo-corless.htm
- URL: http://www.etsos.co.uk
- Comments: 6
Recent Blog Comments By Jo Corless
-
Making SOAP Web Service Requests With ColdFusion And CFHTTP
Posted on Mar 11, 2010 at 9:14 AM
Just need to add - we still did have to get the external service to clean up their WSDL and flatten it as per the article I posted before... read more »
-
Making SOAP Web Service Requests With ColdFusion And CFHTTP
Posted on Mar 11, 2010 at 9:00 AM
I finally got to the bottom of my problem - the fact was that the WSDL was full of complex types that Axis didn't like - I should have been able to receive it as a struct but that just didn't work so it had to stay as an XML input So what we ended up having to do and its blindingly obvious once you... read more »
-
Making SOAP Web Service Requests With ColdFusion And CFHTTP
Posted on Feb 24, 2010 at 12:02 PM
Thanks Arthur - Thats more or less the conclusion I'd come to - I'm currently writing in Java natively which I'm actually rather enjoying because my background is Java My colleague found an interesting article about the possible problem - It's to do with needing to flatten the WSDL so that Coldfus... read more »
-
Making SOAP Web Service Requests With ColdFusion And CFHTTP
Posted on Feb 23, 2010 at 8:53 AM
I've actually now managed to get something working with the supplier WSDL - the service accepts calls to it - However the object created from the SOAP envelope sent is still empty - I'm not sure Coldfusion actually likes the suppliers WSDL as it has alot of complex type definitions in it I'm compl... read more »
-
Making SOAP Web Service Requests With ColdFusion And CFHTTP
Posted on Feb 23, 2010 at 4:50 AM
Hi Ben, The calling server is a C# one sending the XML in a SOAP envelope - My webservice at the other end working as the listener is Coldfusion - We've done a bit more investigation and found that the underlying object that Coldfusion uses for the XML is a org.apache.xerces.dom.DeferredDocumentIm... read more »
-
Making SOAP Web Service Requests With ColdFusion And CFHTTP
Posted on Feb 19, 2010 at 10:02 AM
I'm having a similar problem to Arthur - Our webservice is basically a listener there to receive results back from a 3rd Party supplier I successfully created the calls & dealt with the responses to create the order using the code you supplied but the response is just an acknowledgement that the or... read more »