You can simply annotate the resource method with @GET instead of @POST to support http get.
Raymond Feng Sent from my iPhone On Nov 6, 2011, at 1:18 PM, Terry Birch <[email protected]> wrote: > Can a get request to a wink service be created to consume a XML file like a > post does. I have created a service that accepts an XML file okay if done > using post but as the request is not being used to update or create items on > the server, but rather only to get data for multiple items being requested, I > am not sure that using post is proper. If I just change the service from post > to get, it does not work. The XML file may contain multiple items that > inventory is being requested for and where each item is further described in > the XML file as to the warehouse location and other criteria. Thank You
