WSDII (Web service Invoker Interface) invoker aims to provide a simple and generic way for BTT to invoke different external Web services. The presentation server uses the WSDII Invoker to connect to the remote Web Services operations.
<WSDII id="getCustomerInfo" wsdlURL="http://localhost:9080/BTT_WebServiceBusinessWeb/wsdl/CustomerService.wsdl" operation="getCustomerInfo" > <parameters> <wsDIIparameter id="param" type="GenericDataObject"></wsDIIparameter> </parameters> </WSDII> <WSDII id="getBalance" wsdlURL="http://localhost:9080/BTT_WebServiceBusinessWeb/wsdl/CustomerService.wsdl" operation="getBalance"> <parameters> <wsDIIparameter id="param0" type="GenericDataObject"></wsDIIparameter> <wsDIIparameter id="param1" type="GenericDataObject"></wsDIIparameter> </parameters> </WSDII>