|
Hello, I have a request for a webservice. The webservice defines the params with an specific order (parameterOrder=), and some of them are required but others not. I have declared the "request params" in the order of the webservice, but Webratio sends the request in a diferent order: first send the params with some value and at the end, it sends the params with a null value. The result is that the webservice is unable to process the request. Is there a way to force the order of the params? Is it possible to insert a NULL value? Thanks |
|
Hi, the order of the parameters depends by the order in which they are added. If you want to define a specific order you can try to:
|
