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

Responding with an encrypted mime message in an http session

  • 1.  Responding with an encrypted mime message in an http session

    Posted Tue December 09, 2003 05:43 PM

    Hi Experts

    I am getting an encrypted mime message thru http, I need to process this message and respond with the response again as encrypted mime message within the same session. How could I set the response, can I use “pub.flow:setResponse” for this case. My response type would be “multipart/mixed” mimeStream. What could be my contentType.?

    The doc says that …

    “contentType: you explicitly set this value with Developer, you will see two pre-defined choices: text/XML and text/HTML. You are not limited to these two values. You may either select one of these or type a new value.”

    the response of pub.flow:setResponse service is of type String, but my response is a mimeStream, could I map a stream to response feild…?

    Would it be OK to set the output through “Service Output Template” in Setting tab of the flow. Would %value myStream% work in the output template.?

    Can anyone give me an idea please

    Tanx

    Thahir


    #Integration-Server-and-ESB
    #webMethods
    #Flow-and-Java-services


  • 2.  RE: Responding with an encrypted mime message in an http session

    Posted Wed December 10, 2003 03:38 PM


  • 3.  RE: Responding with an encrypted mime message in an http session

    Posted Thu December 11, 2003 08:12 AM

    Rupindar, Sonam, Dan and others where are you all, give me a hand here pls

    Thahir


    #Integration-Server-and-ESB
    #Flow-and-Java-services
    #webMethods


  • 4.  RE: Responding with an encrypted mime message in an http session

    Posted Thu August 04, 2005 06:29 AM

    Hi,

    Am too in the same kind of situation…

    Here is my requirement…

    User invokes a service where in I need to give a response back in a stream format (plain stream).

    How can I map a Steam to ‘response’ input of the service pub.flow:setResponse.

    I tried with bytes but that too is giving the error – response (input) is null.

    What to do now…

    any help is appreciated

    Regards
    Anil


    #Flow-and-Java-services
    #webMethods
    #Integration-Server-and-ESB