0 Replies Latest reply on Feb 27, 2015 12:18 PM by ldonahue

    wsconsume - wsdlLocation

    ldonahue

      I have a question after reading this page: wsconsume - JBoss Web Services - Project Documentation Editor

       

      "The wsdlLocation is used when creating the Service to be used by clients and will be added to the @WebServiceClient annotation, for an endpoint implementation based on the generated service endpoint interface you will need to manually add the wsdlLocation to the @WebService annotation on your web service implementation and not the service endpoint interface."

       

      "...when creating the Service to be used by clients"

       

      This "creating the Service" is done by wsimport?

       

      Is the value for the wsdlLocation attribute in wsconsume a URL, or a relative path such as: WEB-INF/myservice.wsdl