Hi there,

We are porting our application to run entirely behind SSL. Our client application is correctly loading the WSDL documents via SSL, but unfortunately, the links to the services in the generated WSDL are pointing to the unencrypted http version of the service.

We are using JSR 181 annotations.

Here is the offending part of the WSDL:

<wsdl:service name="MyService">
   <wsdl:port name="MyServiceHttpPort" binding="tns:MyServiceHttpBinding">
<wsdlsoap:address location="http://www.something.com/mywebapp/services/MyService"/>
   </wsdl:port>
</wsdl:service>

How do I configure the annotations to set that URL to use https?

Many thanks,
Andrew Kerr


---------------------------------------------------------------------
To unsubscribe from this list please visit:

   http://xircles.codehaus.org/manage_email

Reply via email to