SOAP call ws made with spring boot

I have and spring boot web service running. And i have a clients class (request and response) for make the comunication via wsdl. How i can call this ws using this class for the input and output parameters?

Hi @ngandres,

if you want to call the WS in your process then you should use a service task with a Java delegate which uses your client class. If your process application uses Spring (Boot) then you refer the class using a delegate expression.

What do you mean with the input and output parameters?

Best regards,
Philipp