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

Reply via email to