We are just getting started in LiveCycle by automating some internal forms. We'd like to have the ability to link to the form on our intranet site and when a user clicks on the link it will open up the form in Workspace. Is this possible and if so, how is this done? If I create a link using the SOAP address in the default startpoint, it just opens up an XML page.
Thanks for any assistance.
Solved! Go to Solution.
Views
Replies
Total Likes
You can use the following url to connect to a start form within LiveCycle workspace:
http://server:port/workspace?parm=value
for example:
http://bob:8080/workspace?startEndpoint=HumanResources.PurchaseRequest
The above url will direct you to the Workspace login page on a server called bob. After authenticating you will be presented with the PurchaseRequest start form (assuming you are authorized to view the form in Workspace).
In the above example HumanResources represents the name of the service and PurchaseRequest represents the name of the startpoint for that service.
Hope that helps.
You can use the following url to connect to a start form within LiveCycle workspace:
http://server:port/workspace?parm=value
for example:
http://bob:8080/workspace?startEndpoint=HumanResources.PurchaseRequest
The above url will direct you to the Workspace login page on a server called bob. After authenticating you will be presented with the PurchaseRequest start form (assuming you are authorized to view the form in Workspace).
In the above example HumanResources represents the name of the service and PurchaseRequest represents the name of the startpoint for that service.
Hope that helps.
Hi Robert,
I have tried with above one in AEM HTML Forms but still not opening direct Form in the workspace.
Sample: http://abcd:8080/lc/ws?startEndpoint=ProcessName.PurchaseRequest
Can you help me on this.
Views
Replies
Total Likes
Thanks, Robert! I got it working.
Appreciate the assistance.
Views
Replies
Total Likes
Hi @Robert_Haché Could you please explain me the same in details..
i have tried with below URL but getting 404 resources not available error.
http://myhost:8080/lc/libs/ws/startEndpoint=ProcessName.StartPoint_Name
Error:
Cannot serve request to /lc/libs/ws/startEndpoint=ProcessName.StartPoint_Name
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies