


Views
Replies
Sign in to like this content
Total Likes
Views
Replies
Sign in to like this content
Total Likes
Views
Replies
Sign in to like this content
Total Likes
Views
Replies
Sign in to like this content
Total Likes
Views
Replies
Sign in to like this content
Total Likes
Views
Replies
Sign in to like this content
Total Likes
Views
Replies
Sign in to like this content
Total Likes
Views
Replies
Sign in to like this content
Total Likes
Views
Replies
Sign in to like this content
Total Likes
Views
Replies
Sign in to like this content
Total Likes
Views
Replies
Sign in to like this content
Total Likes
Hello Jasmin,
I am still having issues with such a basic thing like the route selection in workspace.
Currently what my process does is takes a document as input, converts it to PDF, reads the PDF envelope from repository to variable (it has process fields and the form bridge), than it goes to workspace enable process and set user box.
When I get it to workspace, I can see the PDF from the repository, I can see two buttons with custom name, I can see converted file in the attachments tab, but when I click on one of those two buttons, nothing happens 😞
I tried the Document var, Document Form var, XFA form (XDP file) var with no success for the envelope. With the XDP I had issues converting it to PDF Form with the rendertoPDF box. (not sure if that one worked and workspace enabled form failed due to invalid PDF stream input)
Any ideas what am I doing wrong?
Thanks in advance,
J.
Views
Replies
Total Likes
I'm getting a bit confused with what you're doing, but ultimately I think the submit url of the submit button is not getting set properly.
Can you try to hard code http://localhost:8080/workspace-server/submit for the submit url of the submit button and see if that works.
Jasmin
Views
Replies
Sign in to like this content
Total Likes
🙂 Fantastic!!! It is finaly routing. Thanks a milion times Jasmin.
J
Views
Replies
Total Likes
Hi Jasmin,
may I ask for one more wise hint? For some reason, I need to use the CreatePDF2 service over WSDL. I have created custom short-lived process with one input/output variable of type Document and add the CreatePDF2 block there with variable mapping. If I invoke it manually, the document gets converted.
The tricky part is calling this custom process over WSDL (as it will be on a different HW box) and I can not figure out, how to pass the attachment in.
The problem is that I am not able to put together the SOAP message. I did look at the manual for webservice invokation and tried to duplicate steps there with the attachments tab and part0 var but with no luck.
Currently my SOAP looks like this:
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ser="http://adobe.com/idp/services">
<soapenv:Header/>
<soapenv:Body>
<ser:invoke>
<ser:docIn>
<ser:attachmentID>
part0
</ser:attachmentID>
</ser:docIn>
</ser:invoke>
</soapenv:Body>
</soapenv:Envelope>
the docIn is the input/output variable of the custom short-lived process.
Sorry for bothering you with this, I know that it will be simple, but I can't figure it out 😞
Thanks
J.
Views
Replies
Total Likes
What's calling LiveCycle using web services? A Java app, .NET app, third party software?
Jasmin
Views
Replies
Sign in to like this content
Total Likes
Another process in the LC is calling the invoke webservice component. I got the invoke webservice partially running. It passes the box in the process and continues on, but java exception is thrown out in the result variable. The document is not converted.
I can not log on to the remote server where it is. Once I can, I will post a picture of the process so you can get the idea. The SOAP envelope is probably fine. (found one example on the internet)
J
Views
Replies
Total Likes
Hi Jasmin,
one more thing. If you initiate a task by webservice and it gets to users queue, he clicks on that item and the form comes up with buttons as route names. Is it possible for the user to click on one of those buttons and display new form with different data?
Simple example can be email like communication. User receives something what is displayed to him in the workspace and he clicks the button reply and another form should come up.
Thanks
J.
Views
Replies
Total Likes
I afraid you can't really do that. You would have to customize the Workspace interface.
Jasmin
Views
Replies
Sign in to like this content
Total Likes
Cheers Jasmin. Will have a look at that.
J.
PS. Wonder how to mark it as answered...
Views
Replies
Total Likes