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
  • 1.  pass byte array over http

    Posted Thu August 04, 2005 03:11 PM

    I am trying to pass bytes over http. At the target side, the message bytes data appear as Node.

    How can I grab the data?


    #Integration-Server-and-ESB
    #webMethods
    #webMethods-General


  • 2.  RE: pass byte array over http

    Posted Fri August 05, 2005 03:05 PM

    How are you sending the bytes?
    Are they Base64 encoded?
    Is it a SOAP message containing an array of xsd:byte or xsd:character?
    What is the Content-type of the HTTP message?
    I would assume “text/xml” since you are getting a Node. Are the bytes really an XML file? If so, you should be able to used xmlNodeToDocument to get the XML content out.

    HTH,
    Fred


    #Integration-Server-and-ESB
    #webMethods
    #webMethods-General


  • 3.  RE: pass byte array over http

    Posted Wed August 01, 2007 07:29 AM

    If it is normal file (delimited) being sent over HTTP (from some other source to IS), what will be the input of my service? (is it node? or something else?)


    #webMethods
    #webMethods-General
    #Integration-Server-and-ESB