Re: wsdl port address uses incorrect port number for https

2008-09-24 Thread keith chapman
I hope this gets fixed in future versions of Axis2. > > Thanks, > JP > > -- > *From:* keith chapman [mailto:[EMAIL PROTECTED] > *Sent:* Wednesday, September 24, 2008 6:53 PM > > *To:* axis-user@ws.apache.org > *Subject:* Re: wsdl port add

RE: wsdl port address uses incorrect port number for https

2008-09-24 Thread Pugalia, Jai P (JP)
Subject: Re: wsdl port address uses incorrect port number for https You could easily extend the Listener shipped with Axis2 and override its getEPRsForService method. This is the method that generates the endpoint address, so you could handle it the way you want it to be by simple extending it

Re: wsdl port address uses incorrect port number for https

2008-09-24 Thread keith chapman
-- > *From:* Pugalia, Jai P (JP) [mailto:[EMAIL PROTECTED] > *Sent:* Monday, September 22, 2008 4:10 PM > *To:* axis-user@ws.apache.org > *Subject:* RE: wsdl port address uses incorrect port number for https > > Hi, > > The proxyPort does not help us as we are not usi

RE: wsdl port address uses incorrect port number for https

2008-09-24 Thread Pugalia, Jai P (JP)
JP From: Martin Gainty [mailto:[EMAIL PROTECTED] Sent: Monday, September 22, 2008 6:53 PM To: axis-user@ws.apache.org Subject: RE: wsdl port address uses incorrect port number for https doesnt make sense to use the same org.apache.axis2.transport.http.SimpleHTTPServer class for both htt

RE: wsdl port address uses incorrect port number for https

2008-09-24 Thread Pugalia, Jai P (JP)
, September 22, 2008 4:10 PM To: axis-user@ws.apache.org Subject: RE: wsdl port address uses incorrect port number for https Hi, The proxyPort does not help us as we are not using Apache as a proxy server. If I configure the axis2.xml as below: 8080 8443

RE: wsdl port address uses incorrect port number for https

2008-09-22 Thread Martin Gainty
other than intended recipient. Sender does not necessarily endorse content contained within this transmission. Subject: RE: wsdl port address uses incorrect port number for https Date: Mon, 22 Sep 2008 17:10:22 -0600 From: [EMAIL PROTECTED] To: axis-user@ws.apache.org Hi, The proxyPort

RE: wsdl port address uses incorrect port number for https

2008-09-22 Thread Pugalia, Jai P (JP)
From: keith chapman [mailto:[EMAIL PROTECTED] Sent: Sunday, September 21, 2008 9:09 PM To: axis-user@ws.apache.org Subject: Re: wsdl port address uses incorrect port number for https It should be specified in the http transport listener of the axis2.xml. You can have a look

Re: wsdl port address uses incorrect port number for https

2008-09-21 Thread keith chapman
itha outlined. >> >> Did you try accessing the same services thru SOAPUI and see if it is also >> doing the same?. >> >> regards >> Madhav >> >> >> >> >> -- >> >> Subject: RE: wsdl port address uses incorrect port number for https &g

RE: wsdl port address uses incorrect port number for https

2008-09-21 Thread Pugalia, Jai P (JP)
From: keith chapman [mailto:[EMAIL PROTECTED] Sent: Sunday, September 21, 2008 10:02 AM To: axis-user@ws.apache.org Subject: Re: wsdl port address uses incorrect port number for https Hi, When its going through Apache you can use the following parameter in the transport listener to set the

Re: wsdl port address uses incorrect port number for https

2008-09-21 Thread keith chapman
o hardcode the EPR in the WSDL and set the following parameters as > Charitha outlined. > > Did you try accessing the same services thru SOAPUI and see if it is also > doing the same?. > > regards > Madhav > > > > > ---------- > > Subj

RE: wsdl port address uses incorrect port number for https

2008-09-21 Thread Enaganti M Naidu
JP, We have had similar challenges with our service where Axis2 (1.2) resolves to port 80 instead of a custom port where we have our services available on Jboss. One reason for that is our client goes thru apache web server in the middle and hence the port is always resolved to 80. Hence we had

RE: wsdl port address uses incorrect port number for https

2008-09-21 Thread Pugalia, Jai P (JP)
Hi, My Axis2 web service is deployed for secure access and the URL is of the form "https:///axis2/services/Version?wsdl". However when the WSDL is returned, port number 80 is specified in the soap address instead of port 443 (default port for https). I have verified that the port number in th