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