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

Posting XML File to Flow Service

  • 1.  Posting XML File to Flow Service

    Posted Mon March 27, 2006 02:08 PM

    Hi thankyou, so much for the instant replies.
    I dont have an XML input file right now and iam waiting for that to test.
    I have one simple question.Iam new to this field and i really dont know much about this field.Iam learning right now.

    How do i give an XML file as an input to a flow service ? where do i give it ?
    Plz let me know.
    Thankyou


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


  • 2.  RE: Posting XML File to Flow Service

    Posted Mon March 27, 2006 02:36 PM

    Welcome to wmUsers!!!

    Please register your self in this site.

    Basically if you are receiving xml file via http set the service input as node (object),your flow will be to parse the xml file and map to your target document or depends on your flow process.Here is the step
    XMLNodeToDocument (Parses the xml document to a IDATA structure)

    For testing process of the xml file you have to follow these steps for parsing and mapping.
    xmlStringToXMLNode(set xmldata with your xml file)
    XMLNodeToDocument

    HTH,
    RMG


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