Title:

I have made sure I following eth instructions in  http://xml.apache.org/soap/faq/faq_chawke.html#Q1_4 and still got the following error when I run it:

C:\soap-2_2\samples\addressbook>testit
This test assumes a server URL of
http://localhost:80/soap/rpcrouter
Deploying the addressbook service...
Ouch, the call failed:
  Fault Code   = SOAP-ENV:Server.Exception:
  Fault String = org.xml.sax.helpers.AttributesImpl: method getQName(I)Ljava/lan
g/String; not found
.

Does Apache Soap really work???

-----Original Message-----
From: Tom Myers [mailto:[EMAIL PROTECTED]]
Sent: Friday, July 13, 2001 6:31 PM
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Subject: RE: When to use SOAP?


At 02:51 PM 7/13/2001 -0600, Liaw, Wan-Bih wrote:

>Ok, I just tested the first sample in soap-2_2, and got the following error. Anyone can help me?   Thanks!
>
>C:\soap-2_2\samples\addressbook>testit
>This test assumes a server URL of <http://localhost:80/soap/rpcrouter>http://localhost:80/soap/rpcrouter
>Deploying the addressbook service...
>Ouch, the call failed:
>   Fault Code   = SOAP-ENV:Server.Exception:
>   Fault String = org.xml.sax.helpers.AttributesImpl: method getQName(I)Ljava/lang/String; not found

I'd expect this to be a variant on
   http://xml.apache.org/soap/faq/faq_chawke.html#Q1_4  or of course #Q1_5
'cos it certainly sounds like an out-of-date parser has gotten hold of this;
getQName in that package was once called getRawName
(see http://www.megginson.com/SAX/Java/changes.html )
Or then again, it might be something totally Other.

Tom Myers

Reply via email to