Re: NS_ERROR_UNEXPECTED for simple web service method via WSDL proxy
"Merten Schumann" <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.xml |
|---|---|
| Organization | Another Netscape Collabra Server User |
| Message-ID | <[email protected]> |
Ok, I think the problem with not finding the sayHello method was due to a
mixture of using "localhost" and the real hostname of my machine. In Mozilla
location bar I used "localhost" to reach my web service but the returned
WSDL contained the real host name string in the port specification. The
error I got is a bit misleading.
Anyway, I could make a step further but now I get another error:
SOAP fault:
faultCode: Client
faultString: JAXRPC.TIE.01 caught exception while handling request:
unexpected element name:
expected=String_1, actual={urn:Foo}String _1
Something with the "target namespace" (it's set to "urn:Foo") seems to go
wrong.
Anybody could help me here?
Thanx!
Merten