Hi,
Here is my SEI.
---------------------------------
import javax.jws.WebMethod;
import javax.jws.WebService;
@WebService
public interface PasApplicationAdapterService {
@WebMethod
public String processClient(String pasXml) throws Exception;
@WebMethod
public void processPASLoadStatus(String pasLoadStatus) throws Exception;
}
Below is my end point configuration,
<cxf:cxfEndpoint id="PASLIEndpoint"
address="http://localhost:9080/LegacyIntegration/services/pas/"
serviceClass="xyz.abc.PasApplicationAdapterService"
wsdlURL="wsdl/PASService.wsdl" />
Can you please help to locate the problem?
Thanks in advance.
--
View this message in context:
http://camel.465427.n5.nabble.com/How-to-invoke-CXF-webservice-from-processor-bean-tp5716272p5716341.html
Sent from the Camel - Users mailing list archive at Nabble.com.