我是 WSO2 ESB 的新手。我正在为基于 SOAP 的服务做服务代理。我的端点服务有多种方法。谁能建议我如何在我的流文件中声明一个特定的操作(方法)。因为我正在获取未找到操作的端点参考。
下面是我的代理服务 src
<target>
<inSequence>
<log level="full"/>
<log/>
<send>
<endpoint>
<address uri="http://10.203.60.249:9768/services/EmployeeService/"/>
</endpoint>
</send>
</inSequence>
</target>
在我的 EmployeeService 中,我有多个操作。所以我需要做什么来调用服务的特定操作。即我有getSalary,editAddress之类的操作