Hi,
The Lucee extension Axis 1 Webservices 1.4.0.27-RC is installed and I tried differents versions too.
I have a Service written in Java from a payment processor company that listen on a port on localhost. In Lucee, I call a method of the webservice like this :
<cfset ws = createObject("webservice", ARGUMENTS.WebServiceURL)>
<cfset ws.purchase(structPurchaseInput)>
structPurchaseInput is a simple structure with simple values in it.
I get the error Invalid formated request
My assumption is that my service is not compatible with Lucee. Maybe the java version or the way the data are returned by the service, etc…
Any idea of the origin of this error? I want to make sure it is not a bug from the extension or from Lucee.
Thank you!