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
Expand all | Collapse all

xml document submition via http-post

  • 1.  xml document submition via http-post

    Posted Wed June 27, 2007 09:11 AM

    Is it possible to submit xml document via http-post using browser to Trading Networks.

    Can anybody advice.

    Thanks
    Shami


    #webMethods
    #Integration-Server-and-ESB
    #B2B-Integration


  • 2.  RE: xml document submition via http-post

    Posted Sat June 30, 2007 01:21 AM

    Shami,

    A browser is not going to post documents for you. You’ll need to write, or find, some code that does that.

    You can google ‘java http post’ to get some ideas (or ‘c# http post’, etc.). If you’re posting to an Integration Server, you’ll probably find the public com.wm.app.b2b.client.Context and TContext classes a lot easier than implementing it yourself.

    m.


    #B2B-Integration
    #webMethods
    #Integration-Server-and-ESB