You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomee.apache.org by Rene Cimerlajt <re...@gmail.com> on 2016/06/01 10:37:52 UTC

SOAP webservices url path

Hi Everyone.
One question. How do I control the SOAP webservice deploy path. Cause
currently the path is strange and it changes from platform Windows to Linux.

For example:

http://example.com/war_name/webservices/war_name/war_name/WebRegulatorService?wsdl

There are multiple war_name inserted.

BR
Rene

Re: SOAP webservices url path

Posted by Romain Manni-Bucau <rm...@gmail.com>.
Did you configure any tomee.jaxws.* property?

Default should be /webservices/[port
location|openejb.webservice.deployment.address
ejb-deployment property value|openejb.wsAddress.format template value with
default=/{ejbDeploymentId}]

So I think you have something custom somewhere


Romain Manni-Bucau
@rmannibucau <https://twitter.com/rmannibucau> |  Blog
<http://rmannibucau.wordpress.com> | Github <https://github.com/rmannibucau> |
LinkedIn <https://www.linkedin.com/in/rmannibucau> | Tomitriber
<http://www.tomitribe.com> | JavaEE Factory
<https://javaeefactory-rmannibucau.rhcloud.com>

2016-06-02 8:22 GMT+02:00 Rene Cimerlajt <ci...@gmail.com>:

> Thanks.
> Actually for us it's like that:
>
> windows 1.7.0:
> http://example.com/war_name/webservices/WebRegulatorService?wsdl
> <
> http://example.com/war_name/webservices/war_name/war_name/WebRegulatorService?wsdl
> >
> linux 1.7.0:
> http://example.com/war_name/webservices/war_name/WebRegulatorService?wsdl
> <
> http://example.com/war_name/webservices/war_name/war_name/WebRegulatorService?wsdl
> >
> linux 1.7.3:
>
> http://example.com/war_name/webservices/war_name/war_name/WebRegulatorService?wsdl
>
>
> Will try the example. Thank you.
>
> BR
> Rene
>
> 2016-06-01 12:49 GMT+02:00 Romain Manni-Bucau <rm...@gmail.com>:
>
> > Hi
> >
> > this example
> > https://github.com/apache/tomee/tree/master/examples/change-jaxws-url
> does
> > it
> >
> > otherwise we have some properties to control "webservices" string but the
> > fact you have twice the app name can be a win issue. Do you use last
> > version?
> >
> >
> > Romain Manni-Bucau
> > @rmannibucau <https://twitter.com/rmannibucau> |  Blog
> > <http://rmannibucau.wordpress.com> | Github <
> > https://github.com/rmannibucau> |
> > LinkedIn <https://www.linkedin.com/in/rmannibucau> | Tomitriber
> > <http://www.tomitribe.com> | JavaEE Factory
> > <https://javaeefactory-rmannibucau.rhcloud.com>
> >
> > 2016-06-01 12:37 GMT+02:00 Rene Cimerlajt <re...@gmail.com>:
> >
> > > Hi Everyone.
> > > One question. How do I control the SOAP webservice deploy path. Cause
> > > currently the path is strange and it changes from platform Windows to
> > > Linux.
> > >
> > > For example:
> > >
> > >
> > >
> >
> http://example.com/war_name/webservices/war_name/war_name/WebRegulatorService?wsdl
> > >
> > > There are multiple war_name inserted.
> > >
> > > BR
> > > Rene
> > >
> >
>

Re: SOAP webservices url path

Posted by Rene Cimerlajt <ci...@gmail.com>.
Thanks.
Actually for us it's like that:

windows 1.7.0:
http://example.com/war_name/webservices/WebRegulatorService?wsdl
<http://example.com/war_name/webservices/war_name/war_name/WebRegulatorService?wsdl>
linux 1.7.0:
http://example.com/war_name/webservices/war_name/WebRegulatorService?wsdl
<http://example.com/war_name/webservices/war_name/war_name/WebRegulatorService?wsdl>
linux 1.7.3:
http://example.com/war_name/webservices/war_name/war_name/WebRegulatorService?wsdl


Will try the example. Thank you.

BR
Rene

2016-06-01 12:49 GMT+02:00 Romain Manni-Bucau <rm...@gmail.com>:

> Hi
>
> this example
> https://github.com/apache/tomee/tree/master/examples/change-jaxws-url does
> it
>
> otherwise we have some properties to control "webservices" string but the
> fact you have twice the app name can be a win issue. Do you use last
> version?
>
>
> Romain Manni-Bucau
> @rmannibucau <https://twitter.com/rmannibucau> |  Blog
> <http://rmannibucau.wordpress.com> | Github <
> https://github.com/rmannibucau> |
> LinkedIn <https://www.linkedin.com/in/rmannibucau> | Tomitriber
> <http://www.tomitribe.com> | JavaEE Factory
> <https://javaeefactory-rmannibucau.rhcloud.com>
>
> 2016-06-01 12:37 GMT+02:00 Rene Cimerlajt <re...@gmail.com>:
>
> > Hi Everyone.
> > One question. How do I control the SOAP webservice deploy path. Cause
> > currently the path is strange and it changes from platform Windows to
> > Linux.
> >
> > For example:
> >
> >
> >
> http://example.com/war_name/webservices/war_name/war_name/WebRegulatorService?wsdl
> >
> > There are multiple war_name inserted.
> >
> > BR
> > Rene
> >
>

Re: SOAP webservices url path

Posted by Romain Manni-Bucau <rm...@gmail.com>.
Hi

this example
https://github.com/apache/tomee/tree/master/examples/change-jaxws-url does
it

otherwise we have some properties to control "webservices" string but the
fact you have twice the app name can be a win issue. Do you use last
version?


Romain Manni-Bucau
@rmannibucau <https://twitter.com/rmannibucau> |  Blog
<http://rmannibucau.wordpress.com> | Github <https://github.com/rmannibucau> |
LinkedIn <https://www.linkedin.com/in/rmannibucau> | Tomitriber
<http://www.tomitribe.com> | JavaEE Factory
<https://javaeefactory-rmannibucau.rhcloud.com>

2016-06-01 12:37 GMT+02:00 Rene Cimerlajt <re...@gmail.com>:

> Hi Everyone.
> One question. How do I control the SOAP webservice deploy path. Cause
> currently the path is strange and it changes from platform Windows to
> Linux.
>
> For example:
>
>
> http://example.com/war_name/webservices/war_name/war_name/WebRegulatorService?wsdl
>
> There are multiple war_name inserted.
>
> BR
> Rene
>