[
https://issues.jboss.org/browse/JBIDE-10865?page=com.atlassian.jira.plugi...
]
Xavier Coulon commented on JBIDE-10865:
---------------------------------------
Basic use case is having a URI template as below:
{code}
/rest/members/{id}
{code}
where 'id' is the name of the param, but no type is provided
or
{code}
/rest/members?start={int}&size={int}
{code}
where 'int' indicates that both param values shoud be 'int'.
But you may also have some regex inside, as defined by the spec:
{code}
/rest/members/{id:[0-9][0-9]*}
{code}
which indicated that the 'id' should be a number.
[WSTester] Prompt user for values when the URL contains path params
-------------------------------------------------------------------
Key: JBIDE-10865
URL:
https://issues.jboss.org/browse/JBIDE-10865
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: Webservices
Affects Versions: 3.3.0.M5
Reporter: Xavier Coulon
Assignee: Brian Fitzpatrick
Fix For: 3.3.x
When the user uses the WS Tester from a JAX-RS endpoint, the URL may contain parameters
(some {xyz}). The WS Tester could prompt the user for substitution values.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see:
http://www.atlassian.com/software/jira