I want to code for a REST service using Restlet framework that wraps a third party SOAP service with some XML data. So whenever I call the REST service with some XML data that REST service internally calls that third party SOAP service with the XML data that I provided and the response travels from that third party SOAP API to REST API and from REST API to me. I have gone through this questions;
Calling a SOAP service using REST service
But it didn't help me a lot, So it would be great if anyone provide me the links or tutorial where I can get any help. Thanks.