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
janvladimirmostert
10/20/2017, 2:09 PM
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
itsJoseph
10/22/2017, 12:35 PM
Oooh thanks! Im actually trying to use retrofit with kotlin cause it was so good with java. Gonna try this in a bit :)