I am trying to create a proxy by following the tutorial. I have selected Type as "SOAP Service", in the details window I have selected the WSDL from the example URL.
http://webservices.amazon.com/AWSECommerceService/AWSECommerceService.wsdl
It contains some Post methods, I want to hit those methods and get the response. But not sure how to frame the Post request for this service.
If it is a GET call, we can identify the resource path from the flow and the query parameters from the "Extract Variables" policy. But I need these kind of information for this service.
In short, I need to frame the POST request for the sample Amazon WebService available here.