PDA

View Full Version : Get xml data of Bizdoc


rahulsbz
09-01-2003, 16:28
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

pankajkc
09-02-2003, 08:49
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

reamon
09-02-2003, 11:07
You might find wm.tn.doc:getDeliveryContent to be helpful.