我正在为端点使用 Apache Camel 和 CXF Spring 配置我如何调用特定方法。即,如果 wsdl 在 10 种方法中定义了我需要向站点公开 10 个 cxfEndpoint,或者它可以通过调用以某种方式进行参数化?如何插入“方法名称”想要在该服务中调用?
<cxf:cxfEndpoint id="serviceEndpoint" address="http://localhost:9000/SoapContext/SoapPort"
wsdlURL="testutils/hello_world.wsdl"
serviceClass="org.apache.hello_world_soap_http.Greeter"
endpointName="s:SoapPort"
serviceName="s:SOAPService"
xmlns:s="http://apache.org/hello_world_soap_http" />