Mule ESB catch plain text message and transform it to SOAP -
i'm doing testing mule esb. want receive come plain text on tcp , convert soap message, created tcp connector logger , echo component
i'm sending simple "hello" , getting following error con mule console
error 2016-01-27 09:10:54,402 [[mule].connector.tcp.mule.default.receiver.02] org.mule.exception.defaultsystemexceptionstrategy: caught exception in exception strategy: error occurred while verifying connection. may not using consistent protocol on tcp transport. please read documentation tcp transport, paying particular attention protocol parameter.
i have been playing transformer , metadata parameter still could´t make work. how config connector knows how dial text input?
just in case has same problem: solve adding "tcp:direct-protocol payloadonly=true protocol" in tcp connector->general->connector configuration->protocol.
after got no problems receiving neither text not data
Comments
Post a Comment