> -----Original Message-----
> From: Derik Crouch [mailto:[EMAIL PROTECTED]] 
> Sent: Thursday, January 17, 2002 10:42 PM
> To: [EMAIL PROTECTED]
> Subject: Problem with response from MS Soap
> 
> 
> Hello,
> 
> I'm currently building a Java client that will be using 
> Apache Soap API
> to communicate to a MS Soap server. Using a sniffer we're able to see
> the message go out and the response coming back from the 
> server. ( We're
> using MSSoapT to see what's going on )  The problem were 
> experiencing is
> involving processing of the response. The exception isn't being thrown
> back and it's stopping the JVM . Any advice would be very appreciated
> and thanks for your time.
>      
> .............

> ERROR RECEIVED....
>       java.lang.NoSuchMethodError     
>               at org.apache.soap.util.xml.QName.<init>(QName.java:80)
> 
>               at
> org.apache.soap.util.xml.QName.matches(QName.java:146)        
>               at
etc.

That looks like the error we get if the XML parser does
not support namespaces. Maybe you have an old parser hanging
around that is being found before the namespace supporting
parser. It took me days to find this.....

[EMAIL PROTECTED]
Author of Soap Programming with Java - Sybex; ISBN: 0782129285



Reply via email to