dennenboom
12 years agoOccasional Contributor
POST Parameters
Hi
I'm trying to test a REST service and am struggling with it.
SOAPUI Pro 4.6.1
I am POSTing to the service with parameters, however the parameters I list are not in the order that I setup.
I setup my parameters in this order
Ticket
Email
FileName
FileSize
File Content
ClientAppVer
ClientAppID
LanguageISOCode
When I go to form view it shows
ClientAppVer
FileSize
FileName
ClientAppID
LanguageISOCode
etc...
Then when I post it, I get
GatewayServlet?ClientAppVer=1&FileSize=1&FileName=1&ClientAppID=1&Languag.....
And I get a 400 error back saying syntactically incorrect.
I'm trying to test a REST service and am struggling with it.
SOAPUI Pro 4.6.1
I am POSTing to the service with parameters, however the parameters I list are not in the order that I setup.
I setup my parameters in this order
Ticket
FileName
FileSize
File Content
ClientAppVer
ClientAppID
LanguageISOCode
When I go to form view it shows
ClientAppVer
FileSize
FileName
ClientAppID
LanguageISOCode
etc...
Then when I post it, I get
GatewayServlet?ClientAppVer=1&FileSize=1&FileName=1&ClientAppID=1&Languag.....
And I get a 400 error back saying syntactically incorrect.