You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by Doug Davis <du...@us.ibm.com> on 2002/03/08 20:37:09 UTC

Bad namespace problems

run your stuff through tcpmon - whenever I've seen the client complain
about a bad namespace more often than not its because the server is
returning an error and the Axis client tries to parse it as xml.  tcpmon
will show you the error the server is returning and then you'll know what's
wrong.
-Dug