Rest : Send multipart form data request in different parts
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-25-2014
05:39 AM
02-25-2014
05:39 AM
Rest : Send multipart form data request in different parts
Hello Everyone,
I want to send a POST request for a rest service of the type form data. The request should be sent in mutliple parts, each part corresponding to a property. The sample payload for the request is as
appRuntimeId={value}&policyKey={value}&policyType={value}&SharedSecret={value}&apiVersionDN={value}&environment={value}&operationName={value}&apiKey={value}&grantType={value}
Whenever I send this payload, all the properties are sent in a single part. I want each property to be sent in a different part.
Please find the attached screen shot containing the format in which I want the request to be sent.
Please help me with this.
Thanks in advance.
I want to send a POST request for a rest service of the type form data. The request should be sent in mutliple parts, each part corresponding to a property. The sample payload for the request is as
appRuntimeId={value}&policyKey={value}&policyType={value}&SharedSecret={value}&apiVersionDN={value}&environment={value}&operationName={value}&apiKey={value}&grantType={value}
Whenever I send this payload, all the properties are sent in a single part. I want each property to be sent in a different part.
Please find the attached screen shot containing the format in which I want the request to be sent.
Please help me with this.
Thanks in advance.
3 REPLIES 3
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2014
11:54 PM
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2017
07:11 AM
06-27-2017
07:11 AM
How did you send the request in multiparts? Can you explain how you accomplished that in SOAPUI?
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-21-2017
09:31 AM
12-21-2017
09:31 AM
@bhavyasravani - It will be a great help if you can explain us how you able to send the request data in multipart form data.
Thank in advance.
