failed to create conncetion (WSDL SOAP ADDRESS)
Earlier, Our functionality was working fine in prod, support and test environment. Suddenly some webservices has started to fail inside the form only.We have investigated on our own and find that it will not be able to create the connection in adobe lc designer .We are using WSDLConnection soapAddress value programmatically to create the connection with webservices.
We are using adobe lc designer to make changes in the code and lc workbench to store the processes & services.
can anyone please help me as soon as possible why it is not being able to create the connection.
while debugging through xfa.host.messagebox function , we found that it has not entered to the following line of code.
var oConnection = xfa.connectionSet.GatingApprovalWebService.clone(1);
oConnection.soapAddress.value = utils.getDataDom().SystemProfile.GatingApprovalWebService.value;
oConnection.execute(false);
We have seen that wherein the form webservices call are happening,it will be not working.
