Web services Connector

Web services connector takes the responsibility to communicate with Web services provider. It covers the implementation details such as creating service delegate object, reflecting the requested operation, configuring the invocation properties. In BTT product, there are two different sets of code to support JAX-RPC and JAX-WS specification. And the latter one is the recommended by default for it is compatible for the former one.

Besides, Web services connector has implemented BTT service interface which makes developers could use it like a standard BTT service object. So the Web services connector instance could be configured by XML and instantiated to use standalone by codes like ‘readObject (String serviceName)’. Certainly, Web services connector could be created and edited by BTT Transaction Editor.