IBM Sterling Transformation Extender

Sterling Transformation Extender

Come for answers, stay for best practices. All we're missing is you.


#Sterling
#Supplychain
 View Only
  • 1.  To post an XML file using HTTP in DSTX map.

    Posted 05/24/07 09:30 AM

    Originally posted by: SystemAdmin


    Hi,

    I have a simple DSTX map trying to post an XML file using HTTP. Also a response from the webserver is needed.

    This is the sample rule i have obtained for the above.

    GET("HTTP", "URL http://E826QZD50196289.ho.banking.uk.hsbc:9080/servlet/com.hsbc.gps.archive.servlets.GPSArchiveRetrievalServlet -METHOD POST -TV -TYPE application/x-www-form-urlencoded","XMLfile=file.xml")

    Could i have a simple example(URL) to test the same, as i dont have access to the above URL. Also please comment on the above rule.
    #IBMSterlingTransformationExtender
    #DataExchange
    #IBM-Websphere-Transformation-Extender


  • 2.  Re: To post an XML file using HTTP in DSTX map.

    Posted 05/24/07 10:22 AM

    Originally posted by: SystemAdmin


    if you are posting an XML message then replace the 3rd parameter with the XML data. Also specify a type of text/xml.

    For testing you should be able to create socket listener in Java or download a Tomcat web server to post messages to.
    #IBM-Websphere-Transformation-Extender
    #DataExchange
    #IBMSterlingTransformationExtender