Originally posted by: Suriya Prakash
Can Explain how the HTTP Listener works in ITX.
The Requirement is
The customer will be posting the messages to our ITX using an URL and we need to receive those messages transform and send back to an another URL. It may straight call to the map also.
Customer -> URL-1 -> ITX -> URL 2
While implementing HTTP Listener example which has been provided by the IBM itself.
The Http has been created as http://localhost:5017/example. Here localhost may change according to their server name.
It has been successfully deployed and in IE we can able to browse the above said URL.
But the problem is we could not able to post messaged to the URL instead GET alone works.
So can anyone explain how it works. I need to call the map straight away from an another application (HTTP Post)
#IBM-Websphere-Transformation-Extender#IBMSterlingTransformationExtender#DataExchange