You are viewing a plain text version of this content. The canonical link for it is here.
Posted to soap-user@ws.apache.org by Otto Fowler <of...@intellution.com> on 2000/12/21 20:15:16 UTC

RE: White space requiered between public identifier and system id entifier

This usually means that you specified the url in the java client as
http://fooServer/foodir/foo
instead of 
http://fooServer:80/foodir/foo



-----Original Message-----
From: Olivier Thomas [mailto:olivier.thomas.inexbee@wanadoo.fr]
Sent: Thursday, December 21, 2000 11:19 PM
To: Soap-User@Xml. Apache. Org
Subject: White space requiered between public identifier and system
identifier


Hi,

I registered an elementary service and build a java client to invoke this
service.
I have the following error message'
org.xml.sax.SAXParserException : White space is requiered between the public
identifier and the system identifier.
I also receive HTML code from error 400.
I checked my classpath but it seems to be OK with xerces.jar at the
beginning.
I run Apache 1.3.2 with Tomcat 3.2.1

Can anybody help me ?