IBM Tivoli Enablement Tools
Custom adapter Test connection AL Error CTGIMT603E for webservice connection
Hi, We are developing a custom adapter. All the operations like add,modify,suspend,restore,delete are working fine. But when implemening the test connection AL we are getting "CTGIMT603E The agent was not uploaded to IBM Tivoli Directory Integrator" error while clicking on the test connection button in the service form. In the "TestConnection.xml" AL we are using the "AxisEasyInvokeSoapWebServiceFunctionComponent" function component to connect and test webservice WSDL URL provided by the WS Provider. In the "TestDriver" we have the below script . var tcb = system.newTCB(); var testEntry = system.newEntry(); tcb.setInitialWorkEntry(testEntry); // Set the following values as appropriate. // These values will be accessed in the Assembly Line Prolog tcb.setALSetting("OperationType","test"); // Set the following connector values as appropriate. // These values will be used by the named connector tcb.setConnectorParameter("AxisEasyInvokeSoapWebServiceFunctionComponent_1","wsdlUrl", "http://host:port/INBOUND?wsdl"); tcb.setConnectorParameter("AxisEasyInvokeSoapWebServiceFunctionComponent_1","soapOperation", "GET_ITIM_REQSTATUS"); tcb.setConnectorParameter("AxisEasyInvokeSoapWebServiceFunctionComponent_1","operationParamList", "ResquestStatus"); tcb.setTask(task); main.startAL("Test Connection", tcb ); Below is the configuration in service.def file for test connection : <operation cn="Test Connection"> <name>test</name> <description/> <input name="eruid" source="eruid"/> <connector name="AxisEasyInvokeSoapWebServiceFunctionComponent_1"> <dispatcherParameter name="poolID"> <default>CreateNewAccount/$(SO!eixServiceUrl)</default> </dispatcherParameter> <parameter name="eixServiceUrl" source="eixServiceUrl"> Web Url is set from eixServiceUrl from the service record</parameter> </connector> <dispatcherParameter name="OperationType"> <default>$(OO!operation)</default> </dispatcherParameter> <dispatcherParameter name="Service URL"> <default>$(SO!eixServiceUrl)</default> </dispatcherParameter> <assemblyLine>TestConnection.xml</assemblyLine> </operation> Any pointers is greatly appreciated.
Related Links
ITIM Adapter Development Tool - Loop Connector hasn\'t Hooks tab
Out of memory while running ITIMDocTool_HTML.sh
Webservice call from TDI via isim
ITIM- Java client not able to get the PlatformContext object using new InitialPlatformContext(env)
ITIM WS SOAP Response fails Validation
Custom adapter Test connection AL Error CTGIMT603E for webservice connection
Web Services Wrappers for ITIM API- New Application
Thread safety of client API
Webservices exception
Error while testing connection to ITIM Web Services v1.32
ISIM 6.0 webservice date issue
Web Services call to trigger Recon in TIM
Two loops in ITIM workflow are not working one by one
Anyone have ADT 5.1.2.4 working?
Session Timeout - Lost API Requests.
Accessinfo/CreateAccess TIM API\'s