I have used Rest Assured for Rest Automation using XML body and XML Response.
I have also used Robot framework for web UI automation using selenium2Library.
But now my requirement is to do Rest Automation using robot.
I came across HttpLibrary but it does not give me an option to use XML body in the request and specify content-type and read Response XML.
I used XML library for parsing xml but that is also not helpful.
Can someone help me in setting this up with some example and best way of achieving this.
An early response will be highly appreciated.
Thanks a lot in advance.
Note I went to How to use REST library in Robot Framework? but this is again not helpful to me as I am not using JSON for body.