hello,
i am on Soap.2.2 ,Xerces1_4_1 , jakarta-tomcat-4.0-m5 and win2k
the command :
java org.apache.soap.server.ServiceManagerClient
http://localhost:8080/soap/servlet/rpcrouter list
gives the following error in client window---
[Fatal Error] : -1 : -1: Content is not allowed in Prolog.
Exception in thread "main" [SoapException: fault code=SOAP-ENV:
Client; msg=Parsing error, response was: Content is not allowed in
Prolog. ;target Exception=org.xml.sax.SAXException
Content is not allowed in Prolog ]
In the server window the following message appears:
SOAP Service Manager : Unable to read ' DeployedServices.ds'
assuming fresh start.
i have placed xerces.jar in tomcat\service directory
and soap.jar in tomcat\lib , soap.war in tomcat\webapp and
mail.jar and activation jars in JAVA_HOME\jre\lib\ext .
please help
thanks.