Can you try not to use "#" notation but actual SEI class name instead to see if 
it works for you?

<!-- webservice endpoint -->           
<cxf:cxfEndpoint id="reportIncident"
  address="http://localhost:8080/camel-exampl/incident";
  wsdlURL="wsdl/report_incident.wsdl"
  
serviceClass="org.apache.camel.example.reportincident.service.ReportIncidentEndpoint"
  endpointName="s:ReportIncidentPort"
  serviceName="s:ReportIncidentService"                   
xmlns:s="http://reportincident.example..camel.apache.org";>
  <cxf:properties>
    <entry key="dataFormat" value="PAYLOAD"/>
  </cxf:properties>
</cxf:cxfEndpoint>

> Yes, the SEI has been generated by the maven plugin :
> 


Send instant messages to your online friends http://uk.messenger.yahoo.com

Reply via email to