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.


#TechXchangePresenter
 View Only
  • 1.  How to remove the tags added by webmethods?

    Posted Wed May 08, 2002 03:31 PM

    A servlet is making a call to my b2b service and I am passing a ByteArray as the result.


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


  • 2.  RE: How to remove the tags added by webmethods?

    Posted Thu May 09, 2002 11:54 AM

    I believe that this is because the output template mechanism wants to deal with things as either text/xml or text/html not as binary output.


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


  • 3.  RE: How to remove the tags added by webmethods?

    Posted Thu May 09, 2002 05:14 PM

    Could you please explain little bit more on this. I should write a content handler for ByteArray and register it. And then force the byte array as a response using setResponse built in service. Will this work?


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