Expand my Community achievements bar.

Dive into Adobe Summit 2024! Explore curated list of AEM sessions & labs, register, connect with experts, ask questions, engage, and share insights. Don't miss the excitement.

Deploying a Workflow as a Web service - HELP

Avatar

Former Community Member
Hi,



My aim is to initiate a Workflow from a Web service client.



I've created a new process, checked the 'Web Service Access' box and deployed a very simple workflow in it.



From what I've read, once the workflow is deployed a wsdl file will be available at http://myServer:jbossListenerPort/services/myProcess?wsdl



However, the wsdl is not accessible via the Browser etc.



What am I missing?



Cheers,

Iain
2 Replies

Avatar

Level 5
Per documentation only those processes identified as 'Synchronous' are accessible for WSDL calls.

A test can be made to make sure it is setup correctly, just use the same "http://......?wsdl" in a browser you should get XML as response if it is setup right.