How to call external soap consumer from camunda modeler service task

how to call external soap consumer from camunda modeler service task

Hello @Amar ,

as this question is very general, I want to provide you docs to look at first.

First of all, docs about our Service Task implementations:
https://docs.camunda.org/manual/latest/reference/bpmn20/tasks/service-task/

Second, an alternative that allows a quick implementation for a start:
https://docs.camunda.org/manual/latest/reference/connect/soap-connector/

Hope this gives a first impression.

Jonathan

2 Likes

Thanks lukas