I have issue while using the tESBConsumer with SOAP service.
I'm sending a document type data from CSV-->tXMLMap --> tESBConsumer.However, upon running the job, I get the following Java exception:
org.apache.cxf.interceptor.Fault:Response message did not contain proper response data
I tried the tWebService component too and I get the following error:
org.apache.cxf.endpoint.ClientImpl$IllegalEmptyResponseException:Response message did not contain proper response data.
I'm pretty sure that i don't have any problem with 'Use Authentication' and 'Username Token' because the same exemple work with tSOAP using the Message SOAP.