2.3.1 Create FCUBS SOAP Client Instance

This topic provides information on Create FCUBS SOAP Client Instance. Create an instance of soap client services by invoking JAXWSFactory.createServiceStub method by passing service id and operation name arguments to identify the service.

Important: A database entry must be available for respective service and operation in DIGX_FW_CONFIG_OUT_WS_CFG_B database table.

FCUBSAccServiceSEI)JAXWSFactory.createServiceStub
(WebserviceConstants.FCUBS_ACCOUNT_SERVICE_SPI, 
WebserviceConstants.CREATE_TD_ACCOUNT);