I need to expose some web application services for remote clients via XML interfaces via http. The range of services provided is limited (3-7), and the request and response should be simple and do not require any special data types or relations between entities.
My goal is to keep the code clean and understandable and have a reliable and efficient application. I would really appreciate your advice on the proper XML \ processing binding tool to be used for this task.
UPD: Bad, they did not mention that a restlet is required for implementation, however, since I'm interested, it does not impose any restrictions on the xml tool used.
Thanks in advance.
source share