Hi all,

I want to integrate HTTP Invoker services with WSO2 ESB.

I try to integrate them with service chaining but I get the next error:

WARN: /http-invoker-echo/remoting/EchoService: java.io.StreamCorruptedException: invalid stream header: 3C3F786D
WARN: /http-invoker-echo/remoting/EchoService: java.io.EOFException

I inpected the request that the mediator sent to HTTP Invoker service and I saw that it is a SOAP request, it is for that reason that error.

Does anybody know how I could integrate HTTP Invoker with WSO2 ESB?

Thank you very much