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 Ted Jones <Tj...@metamatrix.com> on 2007/08/09 23:53:45 UTC

RE: [Axis2] WSDL with multiple ports only updates endpoint for one port

I should mention that I am using Axis2 1.2.
 
________________________________

From: Ted Jones 
Sent: Thursday, August 09, 2007 4:53 PM
To: 'axis-user@ws.apache.org'
Subject: [Axis2] WSDL with multiple ports only updates endpoint for one
port


I have WSDL that has three ports defined for a service. The WSDL is
included with the deployed service (useOriginalWsdl). After retrieving
the WSDL, only the endpoint for the second port has been modified to
match the deployed server values.
 
<wsdl:service name="MyWebService">
 <wsdl:port name="MyWebServiceHttpport"
binding="m5:MyWebServiceHttpBinding">
<http:address
location="http://localhost:8080/soap/services/MyWebService"/
<http://localhost:8080/soap/services/MyWebService"/> >
</wsdl:port>
 <wsdl:port name="MyWebServiceSOAP11port_http"
binding="m5:SqlQueryWebServiceSOAP11Binding">
<soap:address
location="http://122.128.10.130:9080/soap/services/MyWebService"/
<http://122.128.10.130:9080/soap/services/MyWebService"/> >
</wsdl:port>
 <wsdl:port name="MyWebServiceSOAP12port_http"
binding="m5:MyWebServiceSOAP12Binding">
<soap12:address
location="http://localhost:8080/soap/services/MyWebService"/
<http://localhost:8080/soap/services/MyWebService"/> >
</wsdl:port>
</wsdl:service>
 
Is this a bug or us there some setting I need to add to my to my
service.xml/axis2.xml?
 
Thanks,
Ted

Re: [Axis2] WSDL with multiple ports only updates endpoint for one port

Posted by Amila Suriarachchi <am...@gmail.com>.
thanks for reporting this issue. I fixed it.

On 8/10/07, Davanum Srinivas <da...@gmail.com> wrote:
>
> Please try latest nightly or the 1.3-take2 artifacts (till we finalize
> 1.3 final)
>
> thanks,
> dims
>
> On 8/9/07, Ted Jones <Tj...@metamatrix.com> wrote:
> >
> >
> > I should mention that I am using Axis2 1.2.
> >
> >  ________________________________
> >  From: Ted Jones
> > Sent: Thursday, August 09, 2007 4:53 PM
> > To: 'axis-user@ws.apache.org'
> > Subject: [Axis2] WSDL with multiple ports only updates endpoint for one
> port
> >
> >
> >
> > I have WSDL that has three ports defined for a service. The WSDL is
> included
> > with the deployed service (useOriginalWsdl). After retrieving the WSDL,
> only
> > the endpoint for the second port has been modified to match the deployed
> > server values.
> >
> > <wsdl:service name="MyWebService">
> >  <wsdl:port name="MyWebServiceHttpport"
> > binding="m5:MyWebServiceHttpBinding">
> > <http:address
> > location="http://localhost:8080/soap/services/MyWebService"/>
> > </wsdl:port>
> >  <wsdl:port name="MyWebServiceSOAP11port_http"
> > binding="m5:SqlQueryWebServiceSOAP11Binding">
> > <soap:address
> > location="http://122.128.10.130:9080/soap/services/MyWebService"/>
> > </wsdl:port>
> >  <wsdl:port name="MyWebServiceSOAP12port_http"
> > binding="m5:MyWebServiceSOAP12Binding">
> > <soap12:address
> > location="http://localhost:8080/soap/services/MyWebService"/>
> > </wsdl:port>
> > </wsdl:service>
> >
> > Is this a bug or us there some setting I need to add to my to my
> > service.xml/axis2.xml?
> >
> > Thanks,
> > Ted
>
>
> --
> Davanum Srinivas :: http://davanum.wordpress.com
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org
> For additional commands, e-mail: axis-user-help@ws.apache.org
>
>


-- 
Amila Suriarachchi,
WSO2 Inc.

Re: [Axis2] WSDL with multiple ports only updates endpoint for one port

Posted by Davanum Srinivas <da...@gmail.com>.
Please try latest nightly or the 1.3-take2 artifacts (till we finalize
1.3 final)

thanks,
dims

On 8/9/07, Ted Jones <Tj...@metamatrix.com> wrote:
>
>
> I should mention that I am using Axis2 1.2.
>
>  ________________________________
>  From: Ted Jones
> Sent: Thursday, August 09, 2007 4:53 PM
> To: 'axis-user@ws.apache.org'
> Subject: [Axis2] WSDL with multiple ports only updates endpoint for one port
>
>
>
> I have WSDL that has three ports defined for a service. The WSDL is included
> with the deployed service (useOriginalWsdl). After retrieving the WSDL, only
> the endpoint for the second port has been modified to match the deployed
> server values.
>
> <wsdl:service name="MyWebService">
>  <wsdl:port name="MyWebServiceHttpport"
> binding="m5:MyWebServiceHttpBinding">
> <http:address
> location="http://localhost:8080/soap/services/MyWebService"/>
> </wsdl:port>
>  <wsdl:port name="MyWebServiceSOAP11port_http"
> binding="m5:SqlQueryWebServiceSOAP11Binding">
> <soap:address
> location="http://122.128.10.130:9080/soap/services/MyWebService"/>
> </wsdl:port>
>  <wsdl:port name="MyWebServiceSOAP12port_http"
> binding="m5:MyWebServiceSOAP12Binding">
> <soap12:address
> location="http://localhost:8080/soap/services/MyWebService"/>
> </wsdl:port>
> </wsdl:service>
>
> Is this a bug or us there some setting I need to add to my to my
> service.xml/axis2.xml?
>
> Thanks,
> Ted


-- 
Davanum Srinivas :: http://davanum.wordpress.com

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