Instead of wsdlLocation = "src/main/resources/SalesService.wsdl" try either:
a) wsdlLocation = "SalesService.wsdl" b) wsdlLocation = "/SalesService.wsdl" Colm. On Fri, Feb 2, 2018 at 4:58 AM, Al Grant <[email protected]> wrote: > Hello, > > is there a way to get a relative path to the WSDL file? This code works: > > @WebServiceClient(name = "SalesService", targetNamespace = > "urn:sales.com.au/schema/common", wsdlLocation = > "file:/H:/Desktop/cmd/importer/src/main/resources/SalesService.wsdl") > public class SalesService extends Service { > > This code doesn't: > > @WebServiceClient(name = "SalesService", targetNamespace = > "urn:sales.com.au/schema/common", wsdlLocation = > "src/main/resources/SalesService.wsdl") > public class SalesService extends Service { > > Thanks in advance > > Al > > > > > -- > Sent from: http://cxf.547215.n5.nabble.com/cxf-user-f547216.html > -- Colm O hEigeartaigh Talend Community Coder http://coders.talend.com
