Hi
I have a Post web service and sample url
Url: http://xxxxx.restapiexample.com/api/v1/create
Payload:{some boby content}
I have Created a reverse proxy with my url
<TargetEndpoint>
<HTTPTargetConnection> <Properties/>
<URL>http://xxxxxx.restapiexample.com/api/v1/create</URL> </HTTPTargetConnection>
</TargetEndpoint>
can some one sugget how can i perform Post call and send the body.
(Without serviceCallout,JavaScript Policy).