Re: websphere 7.0 JAXWS webservice deployed in tomcat 6.0.32 not working

2011-09-21 Thread Narahari 'n' Savitha
You are right. I meant to say Tomcat 7 On Wed, Sep 21, 2011 at 2:18 PM, Caldarale, Charles R < chuck.caldar...@unisys.com> wrote: > > From: Narahari 'n' Savitha [mailto:savith...@gmail.com] > > Subject: Re: websphere 7.0 JAXWS webservice deployed in tomcat 6.0.32 not

Re: websphere 7.0 JAXWS webservice deployed in tomcat 6.0.32 not working

2011-09-21 Thread Mark Thomas
On 21/09/2011 19:18, Caldarale, Charles R wrote: >> From: Narahari 'n' Savitha [mailto:savith...@gmail.com] >> Subject: Re: websphere 7.0 JAXWS webservice deployed in tomcat 6.0.32 not >> working > >> Tomcat7 can handle Servlet3 based classes. > >

RE: websphere 7.0 JAXWS webservice deployed in tomcat 6.0.32 not working

2011-09-21 Thread Caldarale, Charles R
> From: Narahari 'n' Savitha [mailto:savith...@gmail.com] > Subject: Re: websphere 7.0 JAXWS webservice deployed in tomcat 6.0.32 not > working > Tomcat7 can handle Servlet3 based classes. But Tomcat 6 can't, so perhaps you should retry using Tomcat 7. - Chu

Re: websphere 7.0 JAXWS webservice deployed in tomcat 6.0.32 not working

2011-09-21 Thread Narahari 'n' Savitha
Thank You Chris for your time and help. I understand that I need WebServices Engine like AXIS2 or METRO or Apache CXF. Here is the deal. Websphere7 uses AXIS2 as the WebServices engine. I have my Webservices class with Annotation of @WebService. This is then compiled to WEB-INF\classes folder

Re: websphere 7.0 JAXWS webservice deployed in tomcat 6.0.32 not working

2011-09-21 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Narahari, On 9/20/2011 11:15 PM, Narahari 'n' Savitha wrote: > I have a JAXWS webservice developed in WebSphere 7.0. It is > working there. The stack in Websphere is Axis2.0 > > I wrote a POJO Java class, annotated with the @WebService > annotation