sap business connector - accessing xml data in message store

Question: When looking at transactions in Message store it is possible to view the xml data associated with the transaction. I would be grateful if someone could tell me how I can access the XML from a flow service using the transaction id i.e. what steps must I use to obtain the xml and copy it to a record.

Thanks in advance for your advice.

Tom

Answer:
Tom,

There is a service wm.PartnerMgr.xtn.admin:getMessage
this is in WmPartners package and is not directly available in the Developer - ( the easiest way is to add any service into your flow and then cut and paste the above service name into the properties - hit enter and it will be available )

With this you can get a message based on the message type, receiver and $TID that you can see in the transaciton list. The whole message will be available in the pipeline and you can map it out.

Hope this helps

Jon
Copyright ?2007 - 2008 www.jt77.com