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.  cookie in HTTP POST

    Posted 11/01/04 02:57 PM

    Originally posted by: SystemAdmin


    I'm using a GET to do a HTTP POST to a URL that will send something back to me. The following is currently working:

    get("HTTP", "-TY text/html
    -URL HTTP://user:passwd@server03:7001/gets" -M POST -TV -HDR+",
    "SOAPAction: listpayments<CR><LF>" + text(In1) )

    We now have to go through an authentication server before sending the request. We first retrieve a cookie from the authentication server which is then saved to a file. How do I include the authentication cookie in the request? I won't be sending the userid/password anymore.
    #IBM-Websphere-Transformation-Extender
    #IBMSterlingTransformationExtender
    #DataExchange


  • 2.  Re: cookie in HTTP POST

    Posted 03/22/05 06:50 AM

    Originally posted by: SystemAdmin


    I don't have an answer, but I would like to know how you sent information and retrieved a response within the "GET" command? I am building XML data in one output card and I have been using the "PUT" function in another output card to send that data to an external web server. I'm having trouble capturing the HTML/XML response from the web server. My PUT function returns nothing, and my only visual into the information that is returned is my trace file. I would appreciate any expertise you could offer me.
    Thanks,
    Andy
    #IBMSterlingTransformationExtender
    #IBM-Websphere-Transformation-Extender
    #DataExchange