WebService Task in Kamund

In Camunga BPM designer, I could not find a job and call web services based on REST or SOAP. Is it possible to call only the wiring code? How to transfer the payload to the code if it should be written using java code.

Hi,

Fani

+4
source share
3 answers

To get started: note that the claim for kamunda is "developer friendly". It was never the goal of camunda components to simply “click together” the workflow. If you are looking for such a solution, you should a) take a look at the null coding mix and b) choose another tool.

camunda-connect, 7.2, , ( xml).

+2

Webservice bpmn.

//: .

, :

: http- ( - rest json) :

webservice , :

  • , , ${response}
  • returnCode, , ${statusCode}

,

+1

, SOAP/REST, Java-. BPM webservice. , , Java- - . /WSDL definiton .

CXF: soap-cxf-service soap-cxf-server-start, .

maven - maven .

0

All Articles