Hi there,

i have a problem in which i seem to get stuck..

The case is that i have implemented a webservice which is called by an
external system. This system calls a webservice and gets a immediate
response.
A strange thing occurs when i run the cxf service and gave back a
payload, then the external systems is not able to handle my request.
When i return the "same" (copy and paste from the logfile payload)
using SOAP-UI the external system is perfectly capable of handling the
response.

So.. to be short.. i have generated a service according to a wsdl
file, implemented the service and the external system is calling my
service, i return an object ..

When returning from cxf it fails --> cxf complains:
org.apache.cxf.interceptor.Fault: Could not send Message...
Caused by: org.apache.cxf.transport.http.HTTPException: HTTP response
'400: Bad Request' when communicating with  ...

When returning from SOAP-UI --> all faces are happy and it works..

Any suggestions on how to tackle this issue??

/Marco

Reply via email to