I have got a way to log soap messages between my service and its client thru 'handler' in webservices.xml. I have implemented a class which implements javax.xml.rpc.handler.Handler. But now I want to do the same for my WAS service and a .NET service(to which my service acts as a client).
Client ---> WAS Service ---> .NET Service
I tried the same by putting a 'handler' in webservicesclient.xml but it is not working.
any pointers?
i am working with WAS 5.1
thanks in advance
-
Logging soap messages between a service and its web client (1 messages)
- Posted by: Sudipta Dey
- Posted on: October 26 2005 02:35 EDT
Threaded Messages (1)
- Are you using JNDI? by Naresh Sikha on November 02 2005 15:36 EST
-
Are you using JNDI?[ Go to top ]
- Posted by: Naresh Sikha
- Posted on: November 02 2005 15:36 EST
- in response to Sudipta Dey
On the client side there are two ways to invoke the service, new the client stub (main method way), and use JNDI to lookup the service interface (application client/J2EE way). Only the latter approach will look at information in webservicesclient.xml.