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
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.
>
>
> 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
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
-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