You need to sign in to do that
Don't have an account?
Jyoti Navale
I need an example of sending xml data from salesforce to external server using http post request (Restful API).
Hi, I am learning REST apis, in which I can post a single record but now I want to handle a bulky calls. Anyone having an example for the same?...I googled it but I am confused about how to start...so want a runinig code if possible. Thanks in advance
You can send XML easily by setting the body of your HTTP request to the XML that you want to send.
For example: