Camunda Connectors to connect to a webservice

Hi Experts,

I am trying to use a connector in spring boot Camunda project and use the connector to connect to a custom mail engine service written in Spring Boot. Could you please share me an example where in we are able to connect to a custom Java service using the connector. Any guidance would be really helpful.

Rgds
Gaga

If you want to call to a SOAP or REST endpoint simply use the HTTP/SOAP connector out of the box:
https://camunda.com/best-practices/invoking-services-from-the-process/#_calling_strong_rest_strong_web_services

Sorry, not sure I fully understand your question.