Now what is my requirement is that I have to navigate the soap request message and insert the order_number under purchase order information element and insert it in pattern of trace node.
what I did is i have used pattern as
ORDER NUMBER:${Root.XML.SOAP-ENV:Envelope.SOAP-ENV:Body.create.PurchaseOrder.PurchaseOrderInformation.Order_Number}
it is giving an error in events log.
2. You appear (at least based on the trace pattern) to be using the XML parser - which does not support namespaces - rather than either the XMLNS or the XMLNSC (recommended) parsers which do understand name spaces.
3. In the trace pattern you have specified the short namespace value rather than the full namespace value - which would be needed by the trace node.
4. With everything else correct - you could probably use an * in place of the namespace entry .
Finally, it never hurts to also mention what service has been applied to the Toolkit and runtime. Plus, when you are describing an error - you should also provide a copy of the error message. _________________ Bill Matthews
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum