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.  HTTP ADAPTER : 500 ERROR

    Posted 09/29/07 11:16 AM

    Originally posted by: San@Sun


    Can anyone convince what does http adapter do when it get's error code as 500 from the network.

    What should be done to ignore this error code (500).(IGNORE OPTION does'nt work in http adapter)

    I need the response even if we get error code as 500, what should be done?
    any clues ??

    Thanks in advance.!!!
    #IBM-Websphere-Transformation-Extender
    #DataExchange
    #IBMSterlingTransformationExtender


  • 2.  Re: HTTP ADAPTER : 500 ERROR

    Posted 09/30/07 02:50 AM

    Originally posted by: San@Sun


    My Observations on this is :

    When the http adapter receives error code 500 (Internal Server Error), the response gets chunked and the socket is closed which inturn closes the Connection without bothering about the response message/string.

    But in my case the server provides some response message along with error code 500 and (I need the response back even if error code is 500.)

    Can anyone help me out with this.

    Thanks,
    San@Sun
    #IBMSterlingTransformationExtender
    #IBM-Websphere-Transformation-Extender
    #DataExchange