Camunda communication with Services hosted externally

Hi Team,

I have a SOAP service hosted in a server and would like to invoke it from java class which internally will be mapped to a ServiceTask (in the modeler). Can Camunda communicate via Soap ?
I see most places mentioned that it uses REST.

Can you confirm.

Hey @Saju_John_Sebastian1,

Camunda itself offers a REST and a Java API. There is a Soap connector available too. There is also an example on Github available on how to use the SOAP connector.

I hope this helps
Cheers
Nele