Custom service deploy trouble

Hello!

I'm a beginner in YAWL, and I've started to test a simple Custom service to a further YAWL work integration with JADEX. To accomplish this, i've followed the tutorial in the YAWL technical manual at chapter 3. My custom service and project structure can be visualized here: https://github.com/Shothogun/YAWL-JADEX-CustomService-

YAWL Service consumer from other languages?

Hi all,
I would like to know if it is possible to consume service from other programming languages into YAWL, python for example?
What is the format of requests for example on interfaceB from the address http: // localhost: 8080/yawl/ib return the method: getAllRunningCases ()?
Has anyone implemented services in other languages? Is the service WSDL or http? This seems confusing, as in the Manual there is an indication to do with WSDL, however in Java language it is done through direct http.
If you can help me clarify these doubts, thank you!