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
  • 1.  How to map a xml document to another xml form in webmethods using xslt

    Posted Mon September 12, 2005 12:27 PM

    hi…
    The problem is mapping a xml doc recieved as bizdoc from TN to another xml doc form using XSLT…


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


  • 2.  RE: How to map a xml document to another xml form in webmethods using xslt

    Posted Fri November 04, 2005 02:59 PM

    parul,

    Go through the XSLT Module transformation services documentation.it explains clearly how to transform XML to other formats using XSL’s.
    once you get the bizdoc in the flow service, invoke these transformation services to convert to the format you want.

    ramesh.


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


  • 3.  RE: How to map a xml document to another xml form in webmethods using xslt

    Posted Fri November 04, 2005 03:35 PM

    Use WmXSLT Adapter transformation services and also you should create .xsl file for mapping conversion to different format xml to edi or idoc or canonical doctypes etc…and pass bytes to the xslt engine…

    For more information read the documentations for xslt transformation/services info etc…

    HTH,
    RMG


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


  • 4.  RE: How to map a xml document to another xml form in webmethods using xslt

    Posted Fri November 04, 2005 03:38 PM

    Know about this service
    pub.xslt.Transformations:transformSerialXML to transform a XML file by means of a XSLT stylesheet.

    HTH,
    RMG


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


  • 5.  RE: How to map a xml document to another xml form in webmethods using xslt

    Posted Wed April 28, 2010 10:53 PM

    Hi,

    am receiving the IDOC xml in below format

    EDI_DC40
    100
    0000000000017343
    700
    30
    1
    2

    and I wanted it to convert into below format

    EDI_DC40
    100
    0000000000017343
    700
    30
    1
    2

    please help me how can I do this using XSLT service

    Thanks,


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


  • 6.  RE: How to map a xml document to another xml form in webmethods using xslt

    Posted Wed November 01, 2017 03:55 AM

    Hello

    Were you able find solution for this? I have similar requirement

    Thanks
    Anish


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


  • 7.  RE: How to map a xml document to another xml form in webmethods using xslt

    Posted Tue June 05, 2018 10:31 AM

    can some one provide solution on this conversion.

    from xml :
    EDI_DC40
    100
    0000000000017343
    700
    30
    1
    2

    need to covert like

    EDI_DC40
    100
    0000000000017343
    700
    30
    1
    2


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


  • 8.  RE: How to map a xml document to another xml form in webmethods using xslt

    Posted Tue June 05, 2018 02:12 PM

    Hi Suni,

    can you describe your use case a bit more in detail please?

    The first document structure looks like a regular XML representation of an IDoc, the second structure looks like the IS-internal IData representation of the same.

    You might want to check the SAP Adapter Built-In-Services if there is a matching service.

    Regards,
    Holger


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