Good day, can you give me some sources on the impl...
# getting-started
i
Good day, can you give me some sources on the implementation of retrofit on soap web service? I have this project where i need to POST a soap request
j
Apache Camel should be able to help out with SOAP, you'd basically take the request body and send it through Apache Camel: https://camel.apache.org/soap.html
i
Oooh thanks! Im actually trying to use retrofit with kotlin cause it was so good with java. Gonna try this in a bit :)