You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by E Shanaka Jayasundera <sh...@aeturnum.com> on 2009/09/16 14:22:34 UTC

WSDL URL is Changing

My Application is deployed on JBOSS Application server (SSL enabled) and
WSDL access URL is https://localhost:9002/web/services/PayfoneWS?wsdl

For some reason its going to redirect to
https://localhost:9002/axis2/services/PayfoneWS?wsdl

 

I haven't specify /axis2/ any were and also my filter in web.xml is as
follows,

 

                <servlet>

                                <servlet-name>AxisServlet</servlet-name>

 
<servlet-class>org.apache.axis2.transport.http.AxisServlet</servlet-class>

                                <load-on-startup>1</load-on-startup>

                </servlet>

                

                <servlet-mapping>

                                <servlet-name>AxisServlet</servlet-name>

                                <url-pattern>/services/*</url-pattern>

                </servlet-mapping>

 

 

Also, in the later time some home client end point change to
https://localhost:9002/web/services/PayfoneWS?wsdl and fails since this end
point is not working

 

Thanks in advance.


Re: WSDL URL is Changing

Posted by Amila Suriarachchi <am...@gmail.com>.
On Thu, Sep 17, 2009 at 3:27 PM, E Shanaka Jayasundera <shanaka@aeturnum.com
> wrote:

>  Axis 2 version is 1.4.1
>
>
>
> What is the parameter to that we need to change?
>

<!--<parameter name="contextRoot">axis2</parameter>-->

thanks,
Amila.

>
>
> Thanks in advance.
>
>
>
> *From:* Amila Suriarachchi [mailto:amilasuriarachchi@gmail.com]
> *Sent:* Thursday, September 17, 2009 11:21 AM
> *To:* axis-user@ws.apache.org
> *Subject:* Re: WSDL URL is Changing
>
>
>
> what is the axis2 version you use?
>
> there is a commented parameter in axis2.xml. try changing that.
>
> thanks,
> Amila.
>
> On Wed, Sep 16, 2009 at 5:52 PM, E Shanaka Jayasundera <
> shanaka@aeturnum.com> wrote:
>
> My Application is deployed on JBOSS Application server (SSL enabled) and
> WSDL access URL is https://localhost:9002/web/services/WS?wsdl
>
> For some reason its going to redirect to
> https://localhost:9002/axis2/services/WS?wsdl<https://localhost:9002/axis2/services/PayfoneWS?wsdl>
>
>
>
> I haven’t specify /axis2/ any were and also my filter in web.xml is as
> follows,
>
>
>
>                 <servlet>
>
>                                 <servlet-name>AxisServlet</servlet-name>
>
>
> <servlet-class>org.apache.axis2.transport.http.AxisServlet</servlet-class>
>
>                                 <load-on-startup>1</load-on-startup>
>
>                 </servlet>
>
>
>
>                 <servlet-mapping>
>
>                                 <servlet-name>AxisServlet</servlet-name>
>
>                                 <url-pattern>/services/*</url-pattern>
>
>                 </servlet-mapping>
>
>
>
>
>
> Also, in the later time some home client end point change to
> https://localhost:9002/web/services/PayfoneWS?wsdl and fails since this
> end point is not working
>
>
>
> Thanks in advance.
>
>
>
>
> --
> Amila Suriarachchi
> WSO2 Inc.
> blog: http://amilachinthaka.blogspot.com/
>



-- 
Amila Suriarachchi
WSO2 Inc.
blog: http://amilachinthaka.blogspot.com/

RE: WSDL URL is Changing

Posted by E Shanaka Jayasundera <sh...@aeturnum.com>.
Axis 2 version is 1.4.1

 

What is the parameter to that we need to change?

 

Thanks in advance.

 

From: Amila Suriarachchi [mailto:amilasuriarachchi@gmail.com] 
Sent: Thursday, September 17, 2009 11:21 AM
To: axis-user@ws.apache.org
Subject: Re: WSDL URL is Changing

 

what is the axis2 version you use?

there is a commented parameter in axis2.xml. try changing that.

thanks,
Amila.

On Wed, Sep 16, 2009 at 5:52 PM, E Shanaka Jayasundera
<sh...@aeturnum.com> wrote:

My Application is deployed on JBOSS Application server (SSL enabled) and
WSDL access URL is https://localhost:9002/web/services/WS?wsdl

For some reason its going to redirect to
https://localhost:9002/axis2/services/WS?wsdl
<https://localhost:9002/axis2/services/PayfoneWS?wsdl> 

 

I haven't specify /axis2/ any were and also my filter in web.xml is as
follows,

 

                <servlet>

                                <servlet-name>AxisServlet</servlet-name>

 
<servlet-class>org.apache.axis2.transport.http.AxisServlet</servlet-class>

                                <load-on-startup>1</load-on-startup>

                </servlet>

                

                <servlet-mapping>

                                <servlet-name>AxisServlet</servlet-name>

                                <url-pattern>/services/*</url-pattern>

                </servlet-mapping>

 

 

Also, in the later time some home client end point change to
https://localhost:9002/web/services/PayfoneWS?wsdl and fails since this end
point is not working

 

Thanks in advance.




-- 
Amila Suriarachchi
WSO2 Inc.
blog: http://amilachinthaka.blogspot.com/


Re: WSDL URL is Changing

Posted by Amila Suriarachchi <am...@gmail.com>.
what is the axis2 version you use?

there is a commented parameter in axis2.xml. try changing that.

thanks,
Amila.

On Wed, Sep 16, 2009 at 5:52 PM, E Shanaka Jayasundera <shanaka@aeturnum.com
> wrote:

>  My Application is deployed on JBOSS Application server (SSL enabled) and
> WSDL access URL is https://localhost:9002/web/services/PayfoneWS?wsdl
>
> For some reason its going to redirect to
> https://localhost:9002/axis2/services/PayfoneWS?wsdl
>
>
>
> I haven’t specify /axis2/ any were and also my filter in web.xml is as
> follows,
>
>
>
>                 <servlet>
>
>                                 <servlet-name>AxisServlet</servlet-name>
>
>
> <servlet-class>org.apache.axis2.transport.http.AxisServlet</servlet-class>
>
>                                 <load-on-startup>1</load-on-startup>
>
>                 </servlet>
>
>
>
>                 <servlet-mapping>
>
>                                 <servlet-name>AxisServlet</servlet-name>
>
>                                 <url-pattern>/services/*</url-pattern>
>
>                 </servlet-mapping>
>
>
>
>
>
> Also, in the later time some home client end point change to
> https://localhost:9002/web/services/PayfoneWS?wsdl and fails since this
> end point is not working
>
>
>
> Thanks in advance.
>



-- 
Amila Suriarachchi
WSO2 Inc.
blog: http://amilachinthaka.blogspot.com/