Jaroslav Jankovič created JBIDE-11728:
-----------------------------------------
Summary: Wrong JAX-RS web service URL in Web Service Tester after setting
query parameters in "WS Tester: URL parameters" dialog
Key: JBIDE-11728
URL:
https://issues.jboss.org/browse/JBIDE-11728
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Webservices
Affects Versions: 3.3.0.Beta3
Reporter: Jaroslav Jankovič
Assignee: Brian Fitzpatrick
Fix For: 3.3.0.Beta3, 3.3.0.CR1
When I invoke Web Service Tester with Context Menu of JAX-RS method in JAX-RS explorer,
URL of JAX-RS web service is correct: in my case:
"http://localhost:8080/project2/MyRESTApplication/query?name={name:java.lang.String}".
When I click on Invoke button, dialog for setting parameters is shown. So I set
"name" query parameter and click OK. After this step, URL in Web Service Tester
has changed to
"http:/localhost:8080/project2/MyRESTApplication/query?name=user". There is one
less slash after http:. Response on this URL is "Connection Refused". If you add
one slash after http:, everything is working again :)
--
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