[JBoss-user] [JBossWS] - Re: Use of JBossXB

2005-08-04 Thread clairecostello
Hi, I've downloaded the JWSDP 1.6 and will use JAXB to bind XML Schemas to Java classes and unmarshal the WS params using the generated Java classes. Suggested alternatives to this approach welcomed (if in some way necessary). View the original post :

[JBoss-user] [JBossWS] - Re: Use of JBossXB

2005-08-03 Thread clairecostello
Hi Scott, Thanks for that. Just to see if I have interpreted your post correctly: When you say Map it to a session bean - what do you mean by it? Should I use JBossXB in my session bean which handles the WS invocations and then create entity beans using the java objects generated? I am using

[JBoss-user] [JBossWS] - Re: Use of JBossXB

2005-08-03 Thread [EMAIL PROTECTED]
Since a session is a valid endpoint for a webservice request, and an entity is not, you need to map the ws request to the session. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3888196#3888196 Reply to the post :

[JBoss-user] [JBossWS] - Re: Use of JBossXB

2005-08-03 Thread clairecostello
Yes, the WS requests are mapped to a session bean and the client can call the WS successfully. Now I want to take the WS params and create entity beans in ejb container. So, should I use Sun's JAXB implementation or JBossXB to translate my WS params into entity beans? Thanks for your help on

[JBoss-user] [JBossWS] - Re: Use of JBossXB

2005-07-30 Thread [EMAIL PROTECTED]
Map it to a session bean that creates the entity. JBossXB does not support the java5 annotation driven processing yet. http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossXB View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3887460#3887460 Reply to the post :