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

iDoc to cXML

  • 1.  iDoc to cXML

    Posted 04/23/08 02:53 PM

    Hi All,

    I need to convert iDoc data format being sent by one of my clients to cXML. Can anyone please help me out with this?

    Thanks in advance. :slight_smile:


    #Adapters-and-E-Standards
    #webMethods
    #Integration-Server-and-ESB


  • 2.  RE: iDoc to cXML

    Posted 04/23/08 06:10 PM


  • 3.  RE: iDoc to cXML

    Posted 04/24/08 10:27 AM

    Actually, my client is using iDoc format to send data to our systems. Our backend systems can not process anything except cXML and OCI. So i need to convert it to cXML format and then pass on to backend system. But i am unable to figure out a way to convery iDoc to cXML. :frowning:


    #Integration-Server-and-ESB
    #Adapters-and-E-Standards
    #webMethods


  • 4.  RE: iDoc to cXML

    Posted 04/24/08 05:42 PM

    What documentation have you reviewed? If you haven’t done so yet, you’ll want to review the SAP adapter docs and the Ariba Supplier OnRamp. You can download the documentation from Advantage for both if you don’t have it.

    You’ll need someone that understands the data well enough to be able to create a format mapping specification for you.


    #webMethods
    #Adapters-and-E-Standards
    #Integration-Server-and-ESB


  • 5.  RE: iDoc to cXML

    Posted 04/24/08 05:46 PM

    Thanks for the guidance reamon… Will try going through the documentation and get back in case i get stuck with something… :wink:


    #Adapters-and-E-Standards
    #Integration-Server-and-ESB
    #webMethods


  • 6.  RE: iDoc to cXML



  • 7.  RE: iDoc to cXML

    Posted 04/24/08 07:05 PM

    Apart from the above suggestion…

    If you dont want to use AribaOnRamp adapter functionality and just want to map directly to cXML structure then you can download cXML (DTD’s) from Ariba site and then create the cXML IS DocumentType using the downloaded dtd for your mapping start…Ofcourse some functional spec (data mapping doc) is required before you can map IDOC to cXML tags.

    HTH,
    RMG


    #webMethods
    #Adapters-and-E-Standards
    #Integration-Server-and-ESB


  • 8.  RE: iDoc to cXML

    Posted 04/25/08 03:35 PM

    Hi RMG,
    Apart from trying out what reamon suggested, I tried doing it your way also. I generated the cXML document structure. But the problem is that there are too many tags in both (cXML and iDoc) also the tags are different. :frowning:


    #webMethods
    #Adapters-and-E-Standards
    #Integration-Server-and-ESB


  • 9.  RE: iDoc to cXML

    Posted 04/25/08 04:49 PM

    That’s right. IDoc documents and cXML docouments are quite different and their definitions are huge. You’re going to need someone (perhaps it will be you) that understands the structures that each type provides (IDoc will be a challenge since all the tags are German abbreviations) and can specify a mapping between them. The mapping spec will be non-trivial but it is crucial to a successful mapping implementation.

    One bit of advice: create a top level service that maps IDoc to cXML for the given partner and have it be all that it does. Input is the IDoc and the output is the cXML. Avoiding intertwining the mapping with transport. This makes it much easier to develop and test the mapping.


    #Adapters-and-E-Standards
    #Integration-Server-and-ESB
    #webMethods


  • 10.  RE: iDoc to cXML

    Posted 04/25/08 09:04 PM

    Yes right track…now the question goes to your functional team or someone who can actually give you the data mapping spec (field by field/rules for idoc to cxml)…based on the segment/fields that your backend system expects.Can you take help from them regarding mapping part??

    HTH,
    RMG


    #Integration-Server-and-ESB
    #Adapters-and-E-Standards
    #webMethods