How to map a xml document to another xml form in webmethods using xslt

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

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.

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

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

HTH,
RMG

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,

Hello

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

Thanks
Anish

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

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