[jbosstools-issues] [JBoss JIRA] (JBIDE-10865) [WSTester] Prompt user for values when the URL contains path params

Xavier Coulon (JIRA) jira-events at lists.jboss.org
Mon Feb 13 03:46:01 EST 2012


    [ https://issues.jboss.org/browse/JBIDE-10865?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12665965#comment-12665965 ] 

Xavier Coulon commented on JBIDE-10865:
---------------------------------------

Max,

In response to your 9:20pm comment: you'll have some 'start={int}' if you have @QueryParam annotated method parameter in your java code, as shown below:

{code}
@GET
@Path("/{id}")
public Response getContent(@PathParam("id") String id, @QueryParam("start") int start) {
...
}	
{code}
                
> [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

        


More information about the jbosstools-issues mailing list