Expand my Community achievements bar.

SOLVED

failed to create conncetion (WSDL SOAP ADDRESS) in lc designer es2

Avatar

Level 2

arlier, 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.

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.

One common thing we have found in three environment that adobe root certificate and credentials is already expired on 7th january( there is no support from adobe because we are using adobe LC es2).

1 Accepted Solution

Avatar

Correct answer by
Employee Advisor

Hi @shirshak ,

 

Looks like the issue is related to the root certificate, you need to contact adobe support.

 

Also, check this thread.

https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager-forms/adobe-livecycle-es2-... 

 

As it's related to AEM Forms, For better answers please post this question to the AEM Forms community. 

https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager-forms/ct-p/adobe-experienc... 

 

Regards,

Nitesh

View solution in original post

2 Replies

Avatar

Correct answer by
Employee Advisor

Hi @shirshak ,

 

Looks like the issue is related to the root certificate, you need to contact adobe support.

 

Also, check this thread.

https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager-forms/adobe-livecycle-es2-... 

 

As it's related to AEM Forms, For better answers please post this question to the AEM Forms community. 

https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager-forms/ct-p/adobe-experienc... 

 

Regards,

Nitesh

Avatar

Level 2

It is not related to AEM forms. Actually we are using adobe livecycle designer es2 to make and change the code in the pdf .. will it be helpful if we post this question to AEM forms community or is there any other community available related to livecycle designer where we can post this particular question??

 

I find from the forum that You can't call web services from Reader unless you first "reader extend" the form. what does it exacty mean?