HI, I have a service called processRequest (document/literal) which has the following signature Public String processRequest(String xmlStr); xmlStr contains the following xml: <Header> <USER> John Doe</USER> <SrcIPAddress> </SrcIPAddress> </Header> <Body> </Body> I need to intercept the incoming message to capture the src IP address and put in the xmlstring ie modify SrcIpAddress tag before it is delivered to POJO. We are using Tomcat to serve the xfire request. Any help is deeply appreciated -amit
Amit Banerji xFact Inc. 100 Andover Bypass, Suite 201 North Andover, MA 01845 [EMAIL PROTECTED] P 978-821-3214 www.xfact.com
