Apache Wink is a simple yet solid framework for building RESTful Web services.
I try to connect to a server via https that requires authentication.Moreover, I have an http proxy in the …
authentication https proxy apache-wink http-tunnelingI need to return a Microsoft Excel file from a Java REST service. I'm using WebSphere 8.5 which inherently uses Apache …
java excel rest websphere-8 apache-winkI have JUnit test (some would call that 'integration test) that test the REST service for file upload/download. I'm …
java maven junit websphere apache-winkUPDATED with SOLUTION below!!! ////////////////////////////////////////////////////////////// Thanks to the advice of Ron below I slightly modified my setup to use BeanConfig instead …
java spring swagger swagger-ui apache-winkI want to be able pass to my server a GET request suh as: http://example.com/?a[foo]=1&…
java jax-rs apache-winkI'm trying to set up a toy application (which may turn in to a real application someday). I'm running into …
java json jax-rs jackson apache-winkI am creating a relatively complex and large structure encoded in json to send to a Web service. I use …
java json apache-winkI'm trying to test a JAX-RS by doing a POST of JSON data from Java. I'm using Apache Wink 1.0, and …
java json jax-rs apache-winkI'm hitting the following exception in my JAX-RS service on WLP 8.5.5 ApacheWink (WebSphere Application Server 8.5.5.0/wlp-1.0.3.20130510-0831) @POST @Path("hello") @…
apache-wink websphere-liberty