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 S Pole <sb...@gmail.com> on 2006/11/03 04:50:15 UTC

Embedded Axis2 deployment

I am deploying my webapp as a Test.war with Axis2 embedded inside (as
opposed to creating an aar file inside axis2). However when Axis2 generates
the wsdl file, the binding still points to the address that would be if I
deployed my app inside Axis2. Eg:


<wsdl:port binding="axis2:MyServiceSOAP11Binding"
name="PowerservicesSOAP11port0">
             <soap:address location="
http://localhost:8080/axis2/services/MyService"/>
</wsdl:port>

My service is really deployed at
http://localhost:8080/Test/services/MyService.

I am guessing that this is a bug that should be reported...?

Re: Embedded Axis2 deployment

Posted by Thilina Gunarathne <cs...@gmail.com>.
I think this is fixed in the RC2...
Please see [1] and [2]..

Thilina
[1]http://issues.apache.org/jira/browse/AXIS2-1538?page=all
[2]http://svn.apache.org/viewvc?view=rev&revision=468722

On 11/3/06, S Pole <sb...@gmail.com> wrote:
> I am deploying my webapp as a Test.war with Axis2 embedded inside (as
> opposed to creating an aar file inside axis2). However when Axis2 generates
> the wsdl file, the binding still points to the address that would be if I
> deployed my app inside Axis2. Eg:
>
>
> <wsdl:port binding="axis2:MyServiceSOAP11Binding"
> name="PowerservicesSOAP11port0">
>              <soap:address location="
> http://localhost:8080/axis2/services/MyService"/>
> </wsdl:port>
>
> My service is really deployed at
> http://localhost:8080/Test/services/MyService .
>
> I am guessing that this is a bug that should be reported...?
>


-- 
http://webservices.apache.org/~thilina/
http://thilinag.blogspot.com/

---------------------------------------------------------------------
To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-user-help@ws.apache.org