0 Replies Latest reply on Sep 24, 2012 1:15 PM by jmsdebug

    @WebServiceClient - wsdlLocation  path issue

    jmsdebug

      Hello,

       

      ANT wsconsume wsdlLocation param points to "META-INF/wsdl/Transaction.wsdl",   generated classes from wsconsume and bundled wsdl  along with generated classes in a   xxx.jar file.

       

      The issue is wsdlLocation in generated "@WebServiceClient TransactionService"  points to absolute path rather relative path to the jar, if I move to test server this will create issue.  more details-->In the generated TransactionService.java file @WebServiceClient(wsdlLocation="file:/c:/......./META-INF/wsdl/Transaction.wsdl."). 

       

      Appreciate your thoughts.

      -Jboss debugger.