Skip to main content



      Home
Home » Newcomers » Newcomers » Need help in testing RESTFUL SERVICE PATCH(Need help in testing RESTFUL SERVICE PATCH)
Need help in testing RESTFUL SERVICE PATCH [message #1277727] Wed, 26 March 2014 07:30 Go to next message
Eclipse UserFriend

I am able to test Get and Put methods using the below one

import com.sun.jersey.api.client.ClientResponse;
import com.sun.jersey.api.client.WebResource;
import com.sun.jersey.api.client.ClientResponse.Status;

where as PATCH is not available in the above webresource
can someone please suggest , how to Test PATCH

Thanks
Re: Need help in testing RESTFUL SERVICE PATCH [message #1277757 is a reply to message #1277727] Wed, 26 March 2014 08:33 Go to previous messageGo to next message
Eclipse UserFriend
What does this have to do with Eclipse? These forums are for Eclipse-related topics only.
Re: Need help in testing RESTFUL SERVICE PATCH [message #1278302 is a reply to message #1277757] Thu, 27 March 2014 02:28 Go to previous messageGo to next message
Eclipse UserFriend
Let me rephrase my question. How to test RESTFUL Service .PATCH in Eclipse.

Thanks
Re: Need help in testing RESTFUL SERVICE PATCH [message #1279004 is a reply to message #1278302] Fri, 28 March 2014 01:33 Go to previous message
Eclipse UserFriend
On 03/27/2014 12:28 AM, Suganya Chandrasekaran wrote:
> Let me rephrase my question. How to test RESTFUL Service .PATCH in Eclipse.
>
> Thanks

You haven't understood. This has nothing whatsoever to do with Eclipse.

You "test" PATCH the same way you test GET, PUT, POST, DELETE and
HEAD--by however you decide to test them. Eclipse is not in the mix here.

If you want suggestions that go well beyond the purpose of this forum, I
could make one, but I'm not going to give you a whole exposé on how to
test HTTP servlets, ReSTful or otherwise.

My suggestion is that you check out REST-assured. I've used it. It's
pretty cool.

Hope this helps.
Previous Topic:Avast Internet Security blocks eclipse debug mode
Next Topic:JNI shared library not found
Goto Forum:
  


Current Time: Sun Jun 15 21:22:57 EDT 2025

Powered by FUDForum. Page generated in 0.08578 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top