[JBoss-user] [JBossWS] - Re: @SoapBinding annotation

2006-04-29 Thread [EMAIL PROTECTED]
This is a related to http://jira.jboss.com/jira/browse/JBWS-814 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3940326#3940326 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3940326

[JBoss-user] [JBossWS] - Re: @SoapBinding annotation

2006-04-28 Thread JANDO
paper57 wrote : Is the @SOAPBinding annotation supported yet? I cannot get any change in the generated WSDL by varying any of the parameters? | | I've got the latest from CVS | | @WebService { ... } | @SOAPBinding (style=SOAPBinding.Style.RPC,use=SOAPBinding.Use.ENCODED) |

[JBoss-user] [JBossWS] - Re: @SoapBinding annotation

2005-08-03 Thread [EMAIL PROTECTED]
The tools project does currently not look at annotations, rpc/literal is hardcoded. There is an open unassigned issue about this http://jira.jboss.org/jira/browse/JBWS-276 View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3888109#3888109 Reply to the post :

[JBoss-user] [JBossWS] - Re: @SoapBinding annotation

2005-08-03 Thread paper57
Is there support to configure this via XML where the WSDL is still generated automatically or is this a manual process like previous iterations? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3888197#3888197 Reply to the post :

[JBoss-user] [JBossWS] - Re: @SoapBinding annotation

2005-08-03 Thread [EMAIL PROTECTED]
JBossWS Tools does not yet generate document style web services. Only rpc/lit (as Thomas mentioned). If you have annotated your endpoints, the current EA release of JBossWS uses tools code to generate the wsdl on the fly. View the original post :

[JBoss-user] [JBossWS] - Re: @SoapBinding annotation

2005-08-03 Thread paper57
Thank you. I was unclear whether the limitation was in JbossWS or in the annotation support. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3888215#3888215 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3888215

[JBoss-user] [JBossWS] - Re: @SoapBinding annotation

2005-08-02 Thread [EMAIL PROTECTED]
| @SOAPBinding (style=SOAPBinding.Style.RPC,use=SOAPBinding.Use.LITERAL) | is the only one that should be supported. As rpc/encoded is not ws-i compliant. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3888100#3888100 Reply to the post :