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.



#Automation


#Applicationintegration
#webMethods
#Integration
 View Only
  • 1.  Can anyone explain how to proces this data format

    Posted 09/30/05 02:17 PM

    Sunil,

    if it is an XML,then you can convert the xml to node using xmlStringToXMLNode and use queryXMLNode to extract the required variables from the XML.
    hope this helps.

    ramesh.


    #Integration-Server-and-ESB
    #webMethods
    #edi


  • 2.  RE: Can anyone explain how to proces this data format

    Posted 09/30/05 03:11 PM

    Sunil,

    If you made the ISdocumentType for the incoming document and know the structure details from the source system that what are the <data> contents about then only you can parse the data.if not try with queryXMLNode for the fields you want.

    HTH,
    RMG


    #edi
    #Integration-Server-and-ESB
    #webMethods


  • 3.  RE: Can anyone explain how to proces this data format

    Posted 10/03/05 09:11 AM

    Hi Ramesh/RMG,

    I am using webMethods v4.6. There is no such xmlStringToXMLNode, queryXMLNode flow service in this version of webMethods. It is only available in webMethods v6.x.
    And to this, i don’t know in which format the client is sending data.
    Because in the format tag, it is written UNKNOWN.

    <format>UNKNOWN<format>

    I tried for decode64String service to decode the data, but the output is again in base 64 format. like


    Actually, the client is sending DELFOR data in this xml file. And i have to generate the purchase order from this file after processing the encoded data.
    Can you explain how to proceed with this data?

    Thanks,
    Sunil


    #Integration-Server-and-ESB
    #webMethods
    #edi


  • 4.  RE: Can anyone explain how to proces this data format

    Posted 10/03/05 03:11 PM

    Have you asked the client for clarification about what the contents of <data> are and how to decode it?

    xmlStringToXMLNode is the 6.x name for stringToDocument
    queryXMLNOde is the 6.x name for queryDocument


    #webMethods
    #edi
    #Integration-Server-and-ESB


  • 5.  RE: Can anyone explain how to proces this data format

    Posted 10/03/05 03:42 PM

    Sunil,

    In IS4.6 it is stringToDocument,queryDocument services you will find these in WmPublic web folder.

    Also find out with the source side folks what are the contents of <data> and decode format to.

    HTH,
    RMG


    #edi
    #Integration-Server-and-ESB
    #webMethods