RE: Different address location in WSDL generated by Axis2

2008-11-09 Thread Pugalia, Jai P (JP)
: keith chapman [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 21, 2008 7:58 AM To: axis-user@ws.apache.org Subject: Re: Different address location in WSDL generated by Axis2 Hi, Since Axis2 1.4 we have the concept of dispatching request to the endpoints not just to the service. The reason

RE: Different address location in WSDL generated by Axis2

2008-11-09 Thread Pugalia, Jai P (JP)
Hmm...ignore my question :-) The security constraint tag had a typo :-( Thanks, JP From: Pugalia, Jai P (JP) Sent: Sunday, November 09, 2008 4:09 PM To: 'axis-user@ws.apache.org' Subject: RE: Different address location in WSDL generated by Axis2 Hi Keith

Different address location in WSDL generated by Axis2

2008-10-21 Thread Chinmoy Chakraborty
Hi All, Following is my service portion of the WSDL of service ABS generated by Axis2 1.4. wsdl:service name=ABS wsdl:port name=ABSHttpSoap11Endpoint binding=ns:ABSSoap11Binding soap:address location= http://192.168.1.54:8080/services/ABS.ABSHttpSoap11Endpoint/ /wsdl:port

Re: Different address location in WSDL generated by Axis2

2008-10-21 Thread keith chapman
Hi, Since Axis2 1.4 we have the concept of dispatching request to the endpoints not just to the service. The reason is that security scenarios could be configured on a endpoint level and hence we need to know the exact endpoint a request is headed to in order to apply the security scenario