-----Original Message-----
From: Arvind Gudipati [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, November 21, 2001 7:52 PM
To: [EMAIL PROTECTED]
Subject: NameSpace error!! DOM ExceptionHi all,
Im getting the following exception while trying to run the sample Caculator client provided with the Apache XML Soap version 2.2Exception in thread "main" org.apache.xerces.dom.DOMExceptionImpl: DOM003 Namespace error
at org.apache.xerces.parsers.XMLDocumentParser.parse(XMLDocumentParser.java:323)
at org.apache.xerces.jaxp.DocumentBuilderImpl.parse(DocumentBuilderImpl.java:73)
at org.apache.soap.server.ServiceManagerClient.main(ServiceManagerClient.java:229)
I think the URL to namespace is not working "http://xml.apache.org/xml-soap/deployment"
Is there any other URL where i can access it instead of the above?Thanks in advance!
Arvind
CONFIDENTIALITY NOTICE: E-mail may contain confidential information that is legally protected. Do not read this e-mail if you are not the intended recipient. This e-mail transmission, and any documents, files or previous e-mail messages attached to it may contain confidential information that is legally protected. If you are not the intended recipient or a person responsible for delivering it to the intended recipient, you are hereby notified that any disclosure, copying, distribution or use of any of the information contained in or attached to this transmission is STRICTLY PROHIBITED. If you have received this transmission in error, please immediately notify us by reply e-mail, by forwarding this to [EMAIL PROTECTED] or by telephone at (877) PANACYA, and destroy the original transmission and its attachments without reading or saving in any manner. Thank you. For information about PANACYA Inc., please visit our website at http://www.panacya.com.
Title: NameSpace error!! DOM Exception
Are
you useing Xerces 1.3.1?
If so,
this module contains a bug. 1.3.0 is ok. I haven't tried the newer versions
yet.
The
deployment ns should be alright..
Hope
it helps.
Henk.
- NameSpace error!! DOM Exception Arvind Gudipati
- Henk Schipper