Re: j2ee web service

2005-02-09 Thread Venkat Reddy
I have updated the build file in samples/ejb to make it somewhat more complete test case for EJB based web service. Also tested the simplebean example with JBoss 4.0.1 successfully, to invoke the EJB method as webservice using a Junit test case client. To get answers for your other questions, plea

Re: j2ee web service

2005-02-08 Thread Dasarath Weeratunge
Have a look at: http://ws.apache.org/ews/ http://wiki.apache.org/ws/FrontPage/Proposals/WebServicesAtomicTransaction The J2EE 1.4 tutorial is also another possible source. --Dasarath --- Pavan Kumar Choukhada <[EMAIL PROTECTED]> wrote: > hi >how to build web service for EJBs(J2EE componen

j2ee web service

2005-02-08 Thread Pavan Kumar Choukhada
hi thanks for response but how do they do ejb lookup and create ejb or maintain life cycle of ejb. it seems that we are just doing the same things as we do with other normal java program. no need of container..just function like normal java program. is there any thing i misunderstood. On Tue

Re: j2ee web service

2005-02-08 Thread Venkat Reddy
Try looking into samples/ejb. On Tue, 08 Feb 2005 19:02:57 +0530, Pavan Kumar Choukhada <[EMAIL PROTECTED]> wrote: > hi > how to build web service for EJBs(J2EE component) using apache axis. > can any body give me hint on this. > > thanking you > > With regards > > Pavan Kumar > > -

j2ee web service

2005-02-08 Thread Pavan Kumar Choukhada
hi how to build web service for EJBs(J2EE component) using apache axis. can any body give me hint on this. thanking you With regards Pavan Kumar -- Netcore Solutions Pvt. Ltd. Website: http://www.netcore.co.in Spamtraps: http://clea

servlet based web service and j2ee web service

2005-02-08 Thread Pavan Kumar Choukhada
hello friends how do i expose servlet as web service. is there any feature in apache axis to expose web services for servlets. how do in create web service for J2EE Components using apache axis. thanking you with regards Pavan Kumar -