[jboss-user] [JBossWS] - Re: jbossws 2.0.0.CR2 - binary version

2007-01-08 Thread ajay662
David, My jboss instance is only the "client" for web services which are running somewhere else. So I am the "consumer" inside jboss. If your needs are the same, you can just follow the Glassfish documentation. I would start from https://jax-ws.dev.java.net/ and just implement the client side

[jboss-user] [JBossWS] - Re: jbossws 2.0.0.CR2 - binary version

2007-01-08 Thread [EMAIL PROTECTED]
hey Ajay Please clarify, do you mean you used GlassFish webservices with JBoss 4.0? Could you point me to some documentation if you have successfully done so? thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3999098#3999098 Reply to the post : http:

[jboss-user] [JBossWS] - Re: jbossws 2.0.0.CR2 - binary version

2007-01-08 Thread ajay662
Thanks for clarification. My requirements were to implement web services client from EJBs. So I was able to use JAX-WS 2.0 (Glassfish implementation) without problems. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3999026#3999026 Reply to the post : http:/

[jboss-user] [JBossWS] - Re: jbossws 2.0.0.CR2 - binary version

2006-12-29 Thread [EMAIL PROTECTED]
JBossWS trunk (which is the base for the 2.x releases) can only be build against the latest AS sources (5.x). Even if you get the 2.0.0 CR2, it won't deploy on 4.x, because they are not binary compatible. But we are currently evaluating the possibilty of providing a 2.x backport that works on

[jboss-user] [JBossWS] - Re: jbossws 2.0.0.CR2 - binary version

2006-12-21 Thread ajay662
Well the sources don't compile for me. I am following instructions from here: http://wiki.jboss.org/wiki/Wiki.jsp?page=JBWSFAQBuildAndInstall I have tried both against jboss 4.0.x as well as jboss 5.0.0.beta2. Jboss itself compiles and run ok. But Jbossws doesn't compile. I have used following