I'm currently running soap2.2 with tomcat 4 beta on a standalone machine
(no net connection), and when I run a simple example I get a
SaxParserException saying "The contents of elements must consist of
well-formed character data or markup." Am I getting this message
because it can't get to "http://schemas.xmlsoap.org/soap/envelope/"?
Is there a way to run soap applications without connecting to the net if
the above is true? Normally, this would run on a network, but I trying
to create a development environment.