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.  invoke via http sending an xml

    Posted Tue September 24, 2002 04:30 PM

    If I want to invoke from a browser a wM service that requires as input an xml file (*node) how do I have to name the variable that contains the data using post method. Should it be name node or can be anything else.


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


  • 2.  RE: invoke via http sending an xml

    Posted Wed September 25, 2002 02:25 AM

    Hi,

    when I tried to do that I used the variable name “xmldata”.
    However I had serveral problems getting the data to wM so I had to use a textarea field (see below) – but that worked just fine!

    Hope that helps,

    Holger.

    <?xml version="1.0" encoding="UTF-8"?> your xml-data


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


  • 3.  RE: invoke via http sending an xml

    Posted Wed October 02, 2002 05:04 PM

    I believe if you name your field “$xmldata” instead of just “xmldata”, that you shouldn’t have any problems.


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