Exposing camunda as WebService?

Hi @greaneagle,

Camunda provides a Java API on top of which you can build a SOAP endpoint that invokes this API. While Camunda provides a REST API out of the box, it does not provide a SOAP API so you would have to build that yourself.

Cheers,
Thorben