Hi. I am working with eclipse and i have created a web service and a client with ecipse wizard. The name of the web service is "hello"
the eclipse creates at the client 5 classes to invoke the web service "hello". The classes have the names
Hello.java, HelloProxy.java, HelloService.java, HelloServiceLocator.java, HelloSoapBindingStub.java
Those who work in eclipse will now what i am talking about.
I asume that somewhere in these classes, when i call the web service, the soap message it will be received but i don't know where?

How can i see the soap message i am sending and receiving?

thanks