Expand my Community achievements bar.

How to invoke a short lived process using web service start point?

Avatar

Level 1

I have a custom short-lived process that does not take any input parameter. I am able to successfully invoke the process from LiveCycle Workbench ES2. I want this process to be invoked by a java client through a web service call. Apart from the web service URL of my process (which looks like

http://<server>:<portno>/soap/services/MyApplication/MyProcess?wsdl&lc_version=9.0.0&version=1.0) do the java client know anything else? Any authentication is required?

My intention is to just find out what all the consumer of this process needs to know to invoke it through a web service call.

Was anybody able to test a short-lived process through a web service invocation from SoapUI?

3 Replies

Avatar

Former Community Member

If you have security set on the service (it is on by default) then yes you will need to authenticate. Yo shoudl see an error in the log indicating the same thing.

Paul

Avatar

Level 1

Thanks for the reply, Paul.

Can you please show me how the authentication can be provided in the web service call? Pointers to any article demonstrating this would be good.

Avatar

Former Community Member

I am not a programmer but I did find this article on he Developers Resource site that might lead you in th eright direction:

http://www.adobe.com/devnet/livecycle/articles/java_soap.html

Paul