You are viewing a plain text version of this content. The canonical link for it is here.
Posted to soap-dev@xml.apache.org by "Martinez, Julio" <jm...@WynWyn.com> on 2001/05/09 00:02:23 UTC

org.w3c.dom reference in samples

does anybody knows if the reference to 

org.w3c.dom

in the sample: 

samples.stockquote.StockQuoteService.java

could be creating the error:

"Ouch, the call failed:
  Fault Code   = SOAP-ENV:Server.Exception:
  Fault String = java.lang.NoSuchMethodError"

due to the fact that the consortium parser does not support namespaces???

thank you - any help would be appreciate

Julio Martinez
Wynwyn.com

Re: org.w3c.dom reference in samples

Posted by Scott Nichol <sn...@computer.org>.
DOM level 2 supports namespaces.  Xerces supports DOM level 2.

This is why Xerces must appear in your classpath before any other XML parser.

Scott

----- Original Message ----- 
From: "Martinez, Julio" <jm...@WynWyn.com>
To: <so...@xml.apache.org>
Sent: Tuesday, May 08, 2001 6:02 PM
Subject: org.w3c.dom reference in samples


> does anybody knows if the reference to 
> 
> org.w3c.dom
> 
> in the sample: 
> 
> samples.stockquote.StockQuoteService.java
> 
> could be creating the error:
> 
> "Ouch, the call failed:
>   Fault Code   = SOAP-ENV:Server.Exception:
>   Fault String = java.lang.NoSuchMethodError"
> 
> due to the fact that the consortium parser does not support namespaces???
> 
> thank you - any help would be appreciate
> 
> Julio Martinez
> Wynwyn.com