IBM webMethods Hybrid Integration

IBM webMethods Hybrid Integration

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.

 View Only
Expand all | Collapse all

send cookie to webservice

  • 1.  send cookie to webservice

    Posted Mon September 18, 2006 11:57 PM

    I have to pass cookie to a web service. how can i do it. I saw a post for reading cookie. thank you.


    #webmethods-Protocol-and-Transport
    #webMethods
    #Integration-Server-and-ESB


  • 2.  RE: send cookie to webservice

    Posted Tue September 19, 2006 06:18 AM

    Are you consuming a web service from IS using a web services connector? If so, how is the structure of the cookie described? Typically, cookies are created in a browser or other HTTP client at the intial connection or at login and then stored on the local drive to be sent again on subsequent connections. The question for your service provider is how will the cookie be created in the first place.

    Are you sure this is a web service and not just some web page that is expecting a HTTP post or get? Requiring a cookie to invoke a web service is very non-standard.

    Mark


    #webmethods-Protocol-and-Transport
    #Integration-Server-and-ESB
    #webMethods