|
Michael,
The
simplest approaches are to use the System.out.println/System.err.println
methods.
Another option, is to step through the
code....
Test
your method calls by calling them inside the main method of your Java/SOAP
object, then run it like a normal Java object, rather than deal with the
complexity of writting both the client and the server code. This way you
can test the server side code, before you write the client code (SOAP client
that is). So if/when you start running into problems on the client side,
you can be reasonably confident that they're client side problems, and not a bug
on the server side <g>.
HTH.
-Chris
|
Title: Message
- Debugging SOAP Application Michael Timpe
- RE: Debugging SOAP Application William Brogden
- Re: Debugging SOAP Application Michael Timpe
- Chris Means
