PDA

View Full Version : Http response


tell1
05-01-2006, 14:57
Hi all,
I'm sending xml doc to one of my clients using http. I'm sending the xml doc to TN using routexml. Everything is working fine and i can see the status 200 also in task of TN. But I need to access the body of the response msg. I can see the body of the response msg in TN tasks as a byte. But I need to view it as a xml string. The problem that i'm facing is that in developer after using routexml I can't see the response msg in the pipeline. All i'm getting in pipeline is the bizdoc that's the output of the routexml. So how can I access the body of the response msg that I'm able to see in the TN tasks tab.

Tell

rmg
05-01-2006, 15:29
tell1,

Please use wm.tn.task (WmTN) services,if you are want to extract TN document delivery task status.

routeXML puts bizdoc output in the pipeline that was submitted to TN and response is not associated with it.

HTH,
RMG

tell1
05-02-2006, 08:57
Thanks RMG,
I used getTask service. It worked.

rmg
05-02-2006, 10:04
Glad to know it worked.

HTH,
RMG