You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Meeraj Kunnumpurath <me...@servicesymphony.com> on 2014/10/12 16:16:17 UTC

JAX-WS Web Services

Hi,

I am porting an application from Weblogic 12 to Tomcat 8. The application
has a set of web services that implement javax.xml.ws.Provider<SOAPMessage>
exposed by declaring them as servlets in web.xml. However, it doesn't seem
to be working in Tomcat, when access the WSDL URL, I get a 404.

Regards

-- 
*Meeraj Kunnumpurath*



*Director and Executive PrincipalService Symphony Ltd00 44 7702
693597meeraj@servicesymphony.com <me...@servicesymphony.com>*

Re: JAX-WS Web Services

Posted by Meeraj Kunnumpurath <me...@servicesymphony.com>.
Thank you. I found the catalina-ws add on, trying out that now. For some
reason, I assumed JSR 109 was required for a servlet container.

Regards
Meeraj

On Sun, Oct 12, 2014 at 3:22 PM, John D. Ament <jo...@gmail.com>
wrote:

> Tomcat's a servlet container, not an app server.  If you want SOAP APIs,
> you need to use a SOAP runtime like CXF in your app.
>
> On Sun, Oct 12, 2014 at 10:16 AM, Meeraj Kunnumpurath <
> meeraj@servicesymphony.com> wrote:
>
> > Hi,
> >
> > I am porting an application from Weblogic 12 to Tomcat 8. The application
> > has a set of web services that implement
> javax.xml.ws.Provider<SOAPMessage>
> > exposed by declaring them as servlets in web.xml. However, it doesn't
> seem
> > to be working in Tomcat, when access the WSDL URL, I get a 404.
> >
> > Regards
> >
> > --
> > *Meeraj Kunnumpurath*
> >
> >
> >
> > *Director and Executive PrincipalService Symphony Ltd00 44 7702
> > 693597meeraj@servicesymphony.com <me...@servicesymphony.com>*
> >
>



-- 
*Meeraj Kunnumpurath*



*Director and Executive PrincipalService Symphony Ltd00 44 7702
693597meeraj@servicesymphony.com <me...@servicesymphony.com>*

Re: JAX-WS Web Services

Posted by "John D. Ament" <jo...@gmail.com>.
Tomcat's a servlet container, not an app server.  If you want SOAP APIs,
you need to use a SOAP runtime like CXF in your app.

On Sun, Oct 12, 2014 at 10:16 AM, Meeraj Kunnumpurath <
meeraj@servicesymphony.com> wrote:

> Hi,
>
> I am porting an application from Weblogic 12 to Tomcat 8. The application
> has a set of web services that implement javax.xml.ws.Provider<SOAPMessage>
> exposed by declaring them as servlets in web.xml. However, it doesn't seem
> to be working in Tomcat, when access the WSDL URL, I get a 404.
>
> Regards
>
> --
> *Meeraj Kunnumpurath*
>
>
>
> *Director and Executive PrincipalService Symphony Ltd00 44 7702
> 693597meeraj@servicesymphony.com <me...@servicesymphony.com>*
>

Re: JAX-WS Web Services

Posted by Leo Donahue <do...@gmail.com>.
On Sun, Oct 12, 2014 at 9:16 AM, Meeraj Kunnumpurath <
meeraj@servicesymphony.com> wrote:

> Hi,
>
> I am porting an application from Weblogic 12 to Tomcat 8. The application
> has a set of web services that implement javax.xml.ws.Provider<SOAPMessage>
> exposed by declaring them as servlets in web.xml. However, it doesn't seem
> to be working in Tomcat, when access the WSDL URL, I get a 404.
>
> Regards
>
> --
> *Meeraj Kunnumpurath*
>

I posted something similar to this a few months back, maybe this link will
help?  https://www.mail-archive.com/users%40tomcat.apache.org/msg113562.html

I can't really answer your question directly because I can't help you
troubleshoot a 404 without more info.

leo