Sorry for the delay but I did get the 1.5.3 snapshot downloaded and tested and the wsdl endpoints are all there http and https with the correct ports. So yes it is working...
I'm sure you were expecting this one... When will 1.5.3 snapshot be GA? Is this going to be the permanent URL (https://repository.apache.org/content/groups/snapshots/org/apache/axis2/axis2-webapp/) for snapshots? Thanks, Scott -----Original Message----- From: Scott Selvia [mailto:ssel...@datamentors.com] Sent: Friday, October 15, 2010 4:04 PM To: java-dev@axis.apache.org Subject: RE: Axis2 1.5.2 HTTPS Service Endpoints not Generated I will, let me get it downloaded and I should have some feed back to you on Monday -----Original Message----- From: Andreas Veithen [mailto:andreas.veit...@gmail.com] Sent: Friday, October 15, 2010 3:57 PM To: java-dev@axis.apache.org Subject: Re: Axis2 1.5.2 HTTPS Service Endpoints not Generated 1.5.2 is a maintenance release from the 1.5 branch, but the fix for the HTTPS issue (AXIS2-4465 actually) was done on the trunk. Since this seems to be a popular issue and there was a request to have it fixed in a maintenance release, I've merged the change to the 1.5 branch, and it is currently available in 1.5.3-SNAPSHOT. Note that I would really appreciate if you could provide some feedback after testing 1.5.3-SNAPSHOT, because the other person failed to do so, and merging this kind of changes is quite tricky. Andreas On Fri, Oct 15, 2010 at 21:26, Scott Selvia <ssel...@datamentors.com> wrote: > I have been using a snapshot release of axis2 1.5.1+ that had a fix for my > https://url:8443/axis2/services/MyService_HttpSoap11 and Soap12 and Http > Endpoint/ not being generated. I just upgraded to 1.5.2 and my https > endpoints are no longer generated. > > > > I compared my axis2.xml files from both versions and in the snapshot version > I had: > > > > <!-- when axis2 is deployed in an servlet container, it uses servlet > containers > > http transport. But here we congirue a dummy transport to show the > > ports in the generated wsdl file. Users need to set the same port > numbers > > they have used in servlet container for http and https here as well. > --> > > <transportReceiver name="http" > > > class="org.apache.axis2.transport.http.AxisServletListener"> > > <parameter name="port">8080</parameter> > > </transportReceiver> > > > > <transportReceiver name="https" > > > class="org.apache.axis2.transport.http.AxisServletListener"> > > <parameter name="port">8443</parameter> > > </transportReceiver> > > > > Which does not work in the 1.5.2 release and when I put the following in the > 1.5.2 version of the axis2.xml I get errors: > > > > <transportReceiver name="https" > > > class="org.apache.axis2.transport.http.SimpleHTTPServer"> > > <parameter name="port">8443</parameter> > > </transportReceiver> > > > > So how do I configure 1.5.2 Axis2 to include the https endpoints in the > generated WSDL? I have .NET clients that depend on referencing the endpoint > name generated by Visual Studio > > > > Thanks > > > > --------------------------------------------------------------------- To unsubscribe, e-mail: java-dev-unsubscr...@axis.apache.org For additional commands, e-mail: java-dev-h...@axis.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: java-dev-unsubscr...@axis.apache.org For additional commands, e-mail: java-dev-h...@axis.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: java-dev-unsubscr...@axis.apache.org For additional commands, e-mail: java-dev-h...@axis.apache.org