How do I recreate a Postman request in Mendix using only XML not JSON?
0
I have downloaded the Sage Intacct API in Postman and it works just fine, pulling the data correctly and authenticating correctly. Problem is, I cannot seem to recreate this in Mendix.. I am using 'Call REST Service' because Sage isn't supporting WSDL for web services yet. They also don't support JSON. Only XML. Where do I put the body xml that appears in postman? When I put it in the 'Request' tab in the Call REST Service custom request template area, this doesn't seem to work. I do reference the sender id, sender password etc. Is there somewhere else I need to place this xml text? Thanks!