cmoulliard wrote:
Hi,

I would like to know if it is possible to have local reference of the wsdl
file in the SEI instead of the hard coding generated by wsdl2java using the
maven plugin cxf-codegen :

Here is a snapshot :

@WebServiceClient(name = "ReportIncidentEndpointService", wsdlLocation =
"file:/c:/workspace/osgi/reportincident.domain/src/main/resources/wsdl/report_incident.wsdl",
                  targetNamespace =
"http://reportincident.example.camel.apache.org";) public class ReportIncidentEndpointService extends Service {

You should be able to put it into the META-INF directory and do something like:

wsdlLocation = "META-INF/fooo"



-- bk


Reply via email to