4 Replies Latest reply on Dec 9, 2015 10:17 AM by cweiler

    How to config webservices in WildFly 9

    cweiler

      I have a bean published as webservice, and my wsdl request returns this:

      (http://wildfly.intranet/secman-app/Auth?wsdl)


      <wsdl:service name="AuthService">
       <wsdl:port binding="tns:AuthServiceSoapBinding" name="AuthPort">
        <soap:address location="http://localhost:8090/secman-app/Auth"/>
       </wsdl:port>
      </wsdl:service>
      

       

      How to setup my WildFly install that it returns correct address location "http://wildfly.intranet/secman-app/Auth"?

       

       

      Thanks!!!