Forum Post: RE: Help setting up a Rest service.

  • Thread starter Thread starter paul.radbone@wins.co.uk
  • Start date Start date
Status
Not open for further replies.
P

paul.radbone@wins.co.uk

Guest
Hi Success!! I had 2 issues. one was that I needed to edit the web.xml file to specify which security method to use. Now this is working, if I hit the url: http://localhost:8980/testRestService/rest/testRestService?_wadl I get the following output: application xmlns=" wadl.dev.java.net/.../02" xmlns:xs=" www.w3.org/.../XMLSchema" grammars/ resources base="http://localhost:8980/testRestService/rest/testRestService" resource path="/randomNumber" method name="GET" response status="204"/ /method /resource resource path="/randomNumber2" method name="GET" response status="204"/ /method /resource /resources /application So my next question is how do I hit the randomNumber resource and get a response? Thanks for the help. Paul.

Continue reading...
 
Status
Not open for further replies.
Back
Top