RE: Web Service and EJB with Axis and JBoss

2002-05-23 Thread thomas . cherel
Title: Web Service and EJB with Axis and JBoss It seems that a couple of people got a corrupted zip. I suspect that this is coming from the .vbs file included in the zip and some mailers trying to remove it (considered as a virus). There is a new zip with a .vbscript instead of .vbs. That

Re: Web Service and EJB with Axis and JBoss

2002-05-20 Thread Steve Loughran
- Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, May 20, 2002 1:25 PM Subject: Re: Web Service and EJB with Axis and JBoss > > This sounds very similar to what I'm already doing (everything in > webapps/axis is being put in

Re: Web Service and EJB with Axis and JBoss

2002-05-20 Thread Mark_Palmer
"Steve Loughran"To: <[EMAIL PROTECTED]> Subject: Re: Web

Re: Web Service and EJB with Axis and JBoss

2002-05-20 Thread Steve Loughran
gt; > > thomas.cherel@ascentialso > > ftware.com To: > [EMAIL PROTECTED], [EMAIL PROTECTED] > cc: > > 05/20/2002 12:58 PM Subject: Web

RE: Web Service and EJB with Axis and JBoss

2002-05-20 Thread Gold, Laurence (MLIM)
Title: Web Service and EJB with Axis and JBoss I believe that is my server (corporate policy)   Larry   -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Monday, May 20, 2002 1:54 PM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: RE: Web Service

RE: Web Service and EJB with Axis and JBoss

2002-05-20 Thread thomas . cherel
Title: Web Service and EJB with Axis and JBoss I just realized that my zip file contains a .vbs file (since I am providing a VBScript client application). Seems that some mail server will reject it all together thinking that this is infected (even if it is not). Sorry for that

RE: Web Service and EJB with Axis and JBoss

2002-05-20 Thread thomas . cherel
Title: RE: Web Service and EJB with Axis and JBoss The axis.war contains the EJB client classes. The EJB server classes are deployed separately. But the EJB client classes are the implementation of my web services and they are part of the axis.war. I am not addressing what you are trying to

Re: Web Service and EJB with Axis and JBoss

2002-05-20 Thread Mark_Palmer
05/20/2002 12:58 PM Subject: Web Service and EJB with Axis and JBoss Please respond to

Web Service and EJB with Axis and JBoss

2002-05-20 Thread thomas . cherel
Title: Web Service and EJB with Axis and JBoss Here is a zip file containing some code and documentation to build and run some web services implemented as EJBs. The EJBs are deployed in JBoss, the web services are deployed into Axis. Axis is deployed into Tomcat (which is bundled with JBoss