That's a cryptic way of saying you are having problems accessing the service. The client is expecting a SOAP message but is getting something like Error 404 (url not found). Plug the url you're using into a browser to see what the error is.
Russell Butek [EMAIL PROTECTED] Christian Erhardt <[EMAIL PROTECTED]> on 03/12/2002 08:16:48 AM Please respond to [EMAIL PROTECTED] To: [EMAIL PROTECTED] cc: Subject: Example doesnt work Hello, i have a problem with axis beta-rc1 and Tomcat 4.0.1. the Axis service seems to work (The AdminServlet tells me that the server is running). But every time I try to connect to the Servlet via the CalcClient I get the following error message: Exception in thread "main" org.xml.sax.SAXParseException: The markup in the document preceding the root element must be well-formed. ... What does that mean?