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