Top "Apache-wink" questions

Apache Wink is a simple yet solid framework for building RESTful Web services.

Unable to tunnel through proxy. Proxy returns "HTTP/1.1 407" via https

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-tunneling
Returning an excel document via a Java REST service with Apache Wink

I 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-wink
ClassNotFoundException: com.ibm.ejs.ras.hpel.HpelHelper in JUnit test (with thinclient)

I 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-wink
Swagger UI Not Displaying Any Content On index.html Page

UPDATED 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-wink
How to get query param as HashMap

I want to be able pass to my server a GET request suh as: http://example.com/?a[foo]=1&…

java jax-rs apache-wink
How do I register the Jackson provider with the Wink client?

I'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-wink
Find root cause of "net.sf.json.JSONException: JSON does not allow non-finite numbers"

I am creating a relatively complex and large structure encoded in json to send to a Web service. I use …

java json apache-wink
how to post JSON data to web service using Apache Wink RestClient?

I'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-wink
SRVE0777E: Exception thrown by application class 'org.apache.wink.common.internal.http.Accept.valueOf:139'

I'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