[JBoss-user] [JBossWS] - Re: Complex bean deserialization with WS4EE (JBoss 4.0.2)

2005-06-21 Thread CrossOver
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

[JBoss-user] [JBossWS] - Re: Complex bean deserialization with WS4EE (JBoss 4.0.2)

2005-06-20 Thread [EMAIL PROTECTED]
You could read the DII wiki if you are using DII. http://wiki.jboss.org/wiki/Wiki.jsp?page=WSClientDII This however, completely ignores the benefits of the WS4EE client programing model. So what motivates you to use DII? View the original post :

[JBoss-user] [JBossWS] - Re: Complex bean deserialization with WS4EE (JBoss 4.0.2)

2005-06-19 Thread CrossOver
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 idea

[JBoss-user] [JBossWS] - Re: Complex bean deserialization with WS4EE (JBoss 4.0.2)

2005-06-19 Thread CrossOver
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(

[JBoss-user] [JBossWS] - Re: Complex bean deserialization with WS4EE (JBoss 4.0.2)

2005-06-17 Thread [EMAIL PROTECTED]
Use [url] http://anoncvs.forge.jboss.com:8080/viewrep/~br=Branch_4_0/JBoss/webservice/src/main/org/jboss/webservice/client/ServiceFactoryImpl.java?r=1.7.4.1#l144 [/url] View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3881993#3881993 Reply to the post :