Uploaded image for project: 'Tools (JBoss Tools)'
  1. Tools (JBoss Tools)
  2. JBIDE-11635

[WS Tester] Prompt for values of JAX-RS url-provided parameters

XMLWordPrintable

    • Hide
      When JAX-RS services are tested through JAX-RS Tooling and Web Service Tester integration, the URL of the service can include details about required parameters. If the included parameters require values to be specified, a dialog prompting for these values now appears to the user and validation of the values occurs if the service includes a Regular Expression. This new feature ensures all values are gathered and verified before testing the service, minimizing returned errors.
      Show
      When JAX-RS services are tested through JAX-RS Tooling and Web Service Tester integration, the URL of the service can include details about required parameters. If the included parameters require values to be specified, a dialog prompting for these values now appears to the user and validation of the values occurs if the service includes a Regular Expression. This new feature ensures all values are gathered and verified before testing the service, minimizing returned errors.
    • Documented as Feature Request

      The JAX-RS tooling integration with the WS Tester allows us to deploy and test with the URL. If the URL looks like this:

      http://localhost:8080/jboss-as-kitchensink/rest/members/

      {id:[0-9][0-9]*}

      We have an id that should follow the Regular Expression [0-9][0-9]*.

      We need to prompt the user for values (and validate them) for those parms.

            bfitzpat_rh Brian Fitzpatrick (Inactive)
            bfitzpat_rh Brian Fitzpatrick (Inactive)
            Isaac Rooskov Isaac Rooskov (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: