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.

Following is a code example:

<WSProxy id="ws" beanName="ejbs.EJBProvierProxy" method="execute" 
endPoint="http://localhost:9080/WebServiceProviderWeb/services/EJBProvier" >
		<parameters>
			<parameter name="args" />
		</parameters>
</WSProxy>

where beanName and method stand for the proxy class and method.

Compared to POJO, there is one optional property: