0 Replies Latest reply on Dec 22, 2004 12:34 PM by pulihora

    How to generate business interface from implemenation and ho

    pulihora

      Hi All,

      Due to Flash MX / SSL / JBoss.Net incompatabilities I'm faced with the task of making the wsdl descriptor point to a different location than where it was retreived from.

      Eg: I get the wsdl from
      http://localhost:8080/jboss-net/services/WS?wsdl

      BUT I want the wsdl to point to (notice the HTTPS):
      https://localhost/jboss-net/services/WS

      (Excerpt from wsdl file)

      <wsdl:service name="WS">
       <wsdl:port binding="impl:WSSoapBinding" name="WS">
       <!-- I need address location to point to https -->
       <wsdlsoap:address location="http://localhost:8080/jboss-net/services/WS" />
       </wsdl:port>
      </wsdl:service>
      


      Is it at all possible to change this from the web-services.xml descriptor? I saw in the Axis docs that it is possible to set this when using the console tool java2wsdl but this is no help here.

      Thanks in advance

      Guido