[JBoss-user] [JBossWS] - Re: Complex types mapping

2006-05-29 Thread [EMAIL PROTECTED]
That page is deprecated. The user guide, shows you how to do DII clients with JBossWS View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3947322#3947322 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3947322

[JBoss-user] [JBossWS] - Re: Complex types mapping

2006-05-29 Thread pechetty
Thanks Thomas. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3947329#3947329 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3947329 --- All the advantages of Linux

[JBoss-user] [JBossWS] - Re: Complex types mapping

2006-05-24 Thread pechetty
Sonal, Didn't find the method which allows to specify the mapping file for complex types either in, the jax-rpc 1.1 API's or the JBOSS's ServiceFactoryImpl createService method . Which version are you guys talking about. I am on jboss-4.0.4.GA. Thanks Chander View the original post :

[JBoss-user] [JBossWS] - Re: Complex types mapping

2006-05-24 Thread Sonal Raj
Chander, I'm using jboss-4.0.3SP1. Following link explains such type of example, http://wiki.jboss.org/wiki/Wiki.jsp?page=WS4EEClientDII -- Sonal View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3946055#3946055 Reply to the post :

[JBoss-user] [JBossWS] - Re: Complex types mapping

2006-05-24 Thread pechetty
Sonal, Thanks for the link. So its the custom org.jboss.webservice.client.ServiceFactoryImpl class thats being used. I was able to run the sample. BTW, I didnt find any link from the main JBossWS Wiki page, or did I miss something. Thanks Chander View the original post :

[JBoss-user] [JBossWS] - Re: Complex types mapping

2006-05-23 Thread Sonal Raj
I just give the mapping file(mapping.xml) for the complex types and it works fine for me. -- Sonal. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3945631#3945631 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3945631

[JBoss-user] [JBossWS] - Re: Complex types mapping

2006-05-23 Thread beep_beep
Sonal, Ok, thanks. But what serializer you have used? could you, please send youe example xml? Do you use axis BeanSerializerFactory or other? It seems to me Jboss must have somthing different instead axis... View the original post :

[JBoss-user] [JBossWS] - Re: Complex types mapping

2006-05-23 Thread Sonal Raj
In case of the DII(Dynamic Invocation Client) there is no need of any serializer,Usually the mapping.xml location is given.Here is how the service is created, ServiceFactoryImpl serviceFactory = (ServiceFactoryImpl) ServiceFactory.newInstance(); Service service =