WSProxy Invoker

Web Service is widely used as an industry standard. For BTT that runs on the WebSphere Application Server (WAS) and Rational Application Developer (RAD), the BTT invoker supports the web service through the proxy capabilities of WAS or RAD. In other words, BTT invoker calls the proxy generated by WAS or RAD. Through the proxy mode, BTT invoker WSProxy supports JAX-RPC, JSR109, AXIS and JAX-WS.

Invoker.xml

<WSProxy id="transfer" beanName="com.ibm.btt.samples.ws.business.CustomerServiceProxy" method="transfer">
   <parameters>
     <wsDIIparameter id="data" type="com.ibm.btt.samples.ws.business.TransferData"></wsDIIparameter>
   </parameters>
</WSProxy>