How to send a request with alamofire with xml Body
问题 I installed Alamofire in my project and now here is what I have done. I installed postman and I put my url and inside body a xml object and I got my result. Here is a picture of what I exactly have done with postman How can I now use Alamofire or SWXMLHash to send it as I send it with postman Thanks in advance! EDIT I tried this from another question: Alamofire.request(.POST, "https://something.com" , parameters: Dictionary(), encoding: .Custom({ (convertible, params) in let mutableRequest =