Hello Thomas,
please correct me if I am wrong, but I am using the JAX-RPC Dynamic
Proxies API and not DII?! At least Monson-Haefel is referring to it that way
(J2EE Web Services). After all I want to stress the fact of web service
interoperability. My final thesis is about a SOA in a Java surro
Hi again,
I guess I am getting closer! In fact my client used this code:
| QName qname = new QName(WsTestClient.NAMESPACE_URL,
| WsTestClient.SERVICE_NAME);
| ServiceFactory factory = ServiceFactory.newInstance();
| Service service = factory.createService(new URL(
|
Hi Thomas,
thank you for your quick answer. I tried to solve the problem by exchanging the
"ServiceFactoryImpl.class" file in the "jboss-ws4ee-client.jar"-library
("JBOSS-HOME/client"-dir). But that did not help. I still get the same error
when I am trying to deserialize the Rollen[]. Any other
Hello,
I have a problem with bean deserialization on the client side of my WS4EE web
service. I have mapped my custom data types with an ws4ee-deployment.xml
descriptor. After debugging the server side I learned that everything works
fine there: the bean serializer and deserializers are found f