Can CF10 handle createobject/webservice calls directly to a CXF based webservice?
There are a number of blog discussions out there that show workarounds for calling CXF webservices using createobject/java, cfinvoke, etc.These methods require that you actually write out the actual SOAP request, or create and use java objects. Can CF10 handle CXF based webservices more directly? Is there an argument that can be set in the createobject or cfobject call to do this?
Some blog links on subject:
http://onlineanthony.blogspot.com/2010/05/using-ws-security-for-soap-in.html
http://tjordahl.blogspot.com/2009/04/make-coldfusion-8-work-with-apache-cxf.html
