Forum Discussion

Viswaas's avatar
Viswaas
New Contributor
8 years ago

Using SoapUI how to send a POST request with about 20 parameters and their values

Using SoapUI how to send a POST request with about 20 parameters and their values?

Due to the limitations to the query string it is only passing 6 to 7 parameters and ignoring others. Please suggest!

3 Replies

  • nmrao's avatar
    nmrao
    Champion Level 3
    If your service supports GET method, then you have to use GET. If service supports POST, then it should be part of request and should not be really parameters, please check.
    • Viswaas's avatar
      Viswaas
      New Contributor

      Hi nmrao,

      This is a POST request. I have to create a record with a large data in the request. I have tried using parameters both with MATRIX and QUERY style. In both the cases it is only accepting 10 parameters. Not beyond that.

      Thanks

      Viswanath

      • Viswaas's avatar
        Viswaas
        New Contributor

        Small mistake. Self corrected the parameters values, it is now working. THanks


        Viswaas wrote:

        Hi nmrao,

        This is a POST request. I have to create a record with a large data in the request. I have tried using parameters both with MATRIX and QUERY style. In both the cases it is only accepting 10 parameters. Not beyond that.

        Thanks

        Viswanath