You are viewing a plain text version of this content. The canonical link for it is here.
Posted to soap-user@ws.apache.org by Anatoliy Salistra <as...@Sailfish.Com> on 2001/04/11 17:24:39 UTC

ServiceManagerClient

There is definitely some problem with deploying services through
ServiceManagerClient. It seems to work fine when you use it, that is, no
exception is thrown or fault code sent, but does not do its job correctly.
I've spent some time trying to run AddressBook sample and to no success:
although my server (WL 5.1) sends a response to the client, this response
fails to be unmarshalled. The problem, it seems to me, is that in
<isd:map encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"
xmlns:x="urn:xml-soap-address-demo" qname="x:address"
javaType="samples.addressbook.Address"
java2XMLClassName="org.apache.soap.encoding.soapenc.BeanSerializer"
xml2JavaClassName="org.apache.soap.encoding.soapenc.BeanSerializer" />
parsing code completely fails to recognize namespace declaration
'urn:xml-soap-address-demo', at least, I see no mention of it a an XML
received by my server.

It than goes on with deployment as if nothing's wrong, but all subsequent
request to AddressBook produce responses that the client is unable to
unmarshall, becuase there appears
<return ns2="" ...> with empty namespace.

Can anybody give me a definite answer: what's the problem. Is it just some
classpath fluke?





---------------------------------------------------------------------
To unsubscribe, e-mail: soap-user-unsubscribe@xml.apache.org
For additional commands, email: soap-user-help@xml.apache.org