At 01:54 PM 8/6/2001 +0200, [EMAIL PROTECTED] wrote:
>Hello together,
>
>I have installed ANT which is running pretty good.
>Now I installed a net Target for integrating SOAP into my ANT script.
>
>After starting ANT I get the following Error:
>
>deploysoap:
>Desrializer: org.apache.soap.encoding.soapenc.ParameterSerializer@55562
>org.xml.sax.SAXParseException: White space is required between the public
>identifier and the system identifier.
> at org.apache.xerces.framework.XMLParser.reportError(XMLParser.java:969)
>......
> at
>org.apache.soap.server.ServiceManagerClient.deploy(ServiceManagerClient.java
>:123)
> at
>org.apache.soap.server.ServiceManagerClient.main(ServiceManagerClient.java:1
>88)
> at java.lang.reflect.Method.invoke(Native Method)
>......
> at org.apache.tools.ant.Project.executeTarget(Project.java:536)
> at org.apache.tools.ant.Project.executeTargets(Project.java:510)
> at org.apache.tools.ant.Main.runBuild(Main.java:421)
> at org.apache.tools.ant.Main.main(Main.java:149)
malformed header, perhaps?
http://archive.covalent.net/xml/soap-user/2000/09/0089.xml and
http://www.perl.jann.com/tomcat/200102/msg00485.html
suggest that maybe the requisite port number is not getting filled in;
try using TcpTunnelGui (yes, you can use it even when it's ant calling on
the deploy service...unless I just need more coffee this morning.)
Tom Myers