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

muleflow

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

Popular posts from this blog

php - Wordpress website dashboard page or post editor content is not showing but front end data is showing properly -

How to get the ip address of VM and use it to configure SSH connection dynamically in Ansible -

javascript - Get parameter of GET request -