[JBoss-user] [JBossWS] - Re: jboss 4 and axis 1.1

2006-05-09 Thread [EMAIL PROTECTED]
If you use the JSR-109 endpoint/client deployment model, you are by definition portable. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3942100#3942100 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3942100

[JBoss-user] [JBossWS] - Re: jboss 4 and axis 1.1

2006-05-05 Thread [EMAIL PROTECTED]
#1 is on the road map http://jira.jboss.com/jira/browse/JBWS-852 #2 both Axis and JWSDP require propriatary artifacts. The anser is no View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3941537#3941537 Reply to the post :

[JBoss-user] [JBossWS] - Re: jboss 4 and axis 1.1

2006-05-05 Thread pwxgao
Hi Thomas Thanks for the reply. We build our webservice application based on JWSDP 1.6 (use JWSDP artifects) and deploy it under JBossWSEE (AXIS implementation)on 4.0.3SP1, it works to me by calling WSDL with JWSDP stub and Dynamic proxy(casting to use JBossFactoryImpl and explictely call

[JBoss-user] [JBossWS] - Re: jboss 4 and axis 1.1

2006-05-05 Thread pwxgao
One more thing, all our implementation don't involve vernder specific code , only stick to the JSR-109 POJO Endpoint/JSR-109 Clients. Thanks View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3941577#3941577 Reply to the post :

[JBoss-user] [JBossWS] - Re: jboss 4 and axis 1.1

2006-05-04 Thread [EMAIL PROTECTED]
It'd be better to port your WS endpoints to J2EE-1.4 compliant endpoints. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3941199#3941199 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3941199

[JBoss-user] [JBossWS] - Re: jboss 4 and axis 1.1

2006-05-04 Thread cpirro
Hi Thomas, i'm newbie on JBoss and Web Services Is there another solution for porting the application on JBoss 4 without modify it Thanks, Carmine View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3941201#3941201 Reply to the post :

[JBoss-user] [JBossWS] - Re: jboss 4 and axis 1.1

2006-05-04 Thread [EMAIL PROTECTED]
I realize that J2EE-1.4 web services (WS4EE) has a steep learning curve, which is greatly simplified by JSR181 endpoints. I would recommend you invest a little in learnig about the standard way of doing WS. Its in the nature of standards that they protect the such investment. Reading the user

[JBoss-user] [JBossWS] - Re: jboss 4 and axis 1.1

2006-05-04 Thread pwxgao
Hi I want to know JBossWS is a standalone module which can be plugged into any other application server or just stick to JBoss AS? Another question is if I use JBossWS wstool to generate artifects and stub/dynamic proxy/DII stuff, can these JBossWS generated files work under AXIS

[JBoss-user] [JBossWS] - Re: jboss 4 and axis 1.1

2006-05-04 Thread osterday
cpirro, If you _need_ to use Axis 1.1 as I did, I think just removing the jbossws.sar (from JBoss AS 4.0.4CR2) worked for me. I deploy the Axis 1.1 jars with my ear and it seems to be working fine - but I do plan on migrating to the new JBossWS as soon as I can get my app ported. View the