Re: [Virtuoso-users] Posting a query file to the Virtuoso facets Web services REST interface using Jersey

2010-03-10 Thread Monika Solanki
pport: http://support.openlinksw.com Forums: http://boards.openlinksw.com/support Twitter: http://twitter.com/OpenLink On 10 Mar 2010, at 08:26, Monika Solanki wrote: Hi Hugh, I actually got it working, although I do not understand how and why the change made a difference :). The code is al

Re: [Virtuoso-users] Posting a query file to the Virtuoso facets Web services REST interface using Jersey

2010-03-10 Thread Monika Solanki
tp://support.openlinksw.com Forums: http://boards.openlinksw.com/support Twitter: http://twitter.com/OpenLink On 9 Mar 2010, at 20:30, Monika Solanki wrote: Hello, Does anyone have any experience with this. I am not able to do a POST of the query file using Jersey. The serve

[Virtuoso-users] Posting a query file to the Virtuoso facets Web services REST interface using Jersey

2010-03-09 Thread Monika Solanki
Hello, Does anyone have any experience with this. I am not able to do a POST of the query file using Jersey. The server keeps throwing 500. Code below: { ClientConfig config = new DefaultClientConfig(); Client client = Client.create(config); client.addFilter(new LoggingFilter