sobhan_sahu
sobhan_sahu
27-10-2017
Hi,
I have an AEM page where on click on a link I have to invoke a livecycle workbench process. Can anyone please help on how to achieve the same.
Thanks
Sobhan
sobhan_sahu
sobhan_sahu
30-10-2017
Any help on the above please
sobhan_sahu
sobhan_sahu
02-11-2017
Any help on the above please guide if there is any way
lesutton1
lesutton1
03-11-2017
Sobhan, are you submitting the form to an AEM process REST point or are you clicking on a URL where you'd like to render forms?
sobhan_sahu
sobhan_sahu
07-11-2017
Do you know how can I invoke a workbench process end point by passing an XML from within the XDP?
lesutton1
lesutton1
08-11-2017
Sobhan, each process you create in Workbench automatically exposes a REST point that you can submit to. Copy this URL (double click on the green start point to see this) and then copy the URL into the submit action on your form. If you render the form from the same server the REST point is exposed on (recommended), you won't need to include the machine name. The default action is for the form to post the form XML data to the REST point. You'll definitely be able to see this if you turn on recording and play it back.
smacdonald2008
smacdonald2008
08-11-2017
I wrote an article a long time ago that can help show you interaction between AEM and LC: Scott's Digital Community: Integrating LiveCycle into Adobe CQ applications
sobhan_sahu
sobhan_sahu
16-11-2017
I am struggling with something here. Please guide.
I have a standalone java web project. I am trying to invoke the AEM Workbench process from within the java code using the REST End point URL of the workbench process. I am using httpClient API of java just like we use for invoking any other rest endpoint. But this is failing and not letting me invoke.
Is it possible or we only have to use SOAPClientFactory API to invoke workbench process from OSGI service.