hi all

i'm calling a remote web service using the call metod

e.g.
endpoint = new URL ("https://wsdl.domian.com/services/remoteservice";)
Service service= new Service();
Call call = (Call)service.createCall();
call.setTargetEndpointAddress(endpoint);
call.setOperationName("method");
.....

I wish to monitor the soap request/response between my java client and the remote web service using a tool such as TCPMonitor or TCPTrace

Can anyone show me how i set this up

Many thanks for any help

_________________________________________________________________
Winks & nudges are here - download MSN Messenger 7.0 today! http://messenger.msn.co.uk

Reply via email to