Get xml data of Bizdoc

Hi,

Is it possible to get the content ( i.e. xml data) of a bizdoc as a string? If “Yes” how do i do that.

Thanks in advance

Rahul

Rahul,

There are services in the WmTN package which you can use to get the XML from the Bizdoc. There is one service wm.tn.doc.xml:bizdocToRecord which gives bounnode as output. You can convert the record to string.
If you look into the WmTN package you can find other useful services.

Thanks,
Pankaj

You might find wm.tn.doc:getDeliveryContent to be helpful.