Exchanging XML representations between a ClientResource and a ServerResource: Method not allowed (405) problems

2010-03-23 Thread Geoffrey Shuetrim
I am having problems with methods not being allowed when using Restlet (for the first time) to exchange information in XML representations between a client web service and a server web service. I am using the latest GAE Restlet snapshot. I am trying to adapt the approach shown at http://www.rest

Basic auth and accents in passwords

2010-03-23 Thread webpost
Hi, I use a guard to athenticate users with LDAP. I overrided the authenticate method and I used this code to retrieve the password : String pwd = new String(request.getChallengeResponse().getSecret()); Everything works well unless the password contains accents, the LDAP server answers with a "b

server url

2010-03-23 Thread webpost
Hello, I wrote a server of http://localhost:8182/CA, but from client I got same response when I access http://localhost:8182/CA/policy and http://localhost:8182/CA/policywithotherwords. The idea response is when I input wrong uri, eg, /CA/poliocywithotherwords, the server will response 404 not

ObjectRepresentation with an Object embedding a negative int value

2010-03-23 Thread Xavier M.
Hello, Just a little post to know if someone has already encountered a problem with ObjectRepresentation deserializing an object containing a negative int value (-1).. A IOException occurs in this case. Normal? abnormal? regards Xavier -- http:/

Re: Android and WCF DataService

2010-03-23 Thread Matthew drooker
Working great now. Thanks for the fix On Mon, Mar 22, 2010 at 7:23 AM, Thierry Boileau < thierry.boil...@noelios.com> wrote: > Hello Matthew, > > thanks for your report. I've updated the svn repository. > > Best regards, > Thierry Boileau > > > Thanks again Thierry... > That totally cleared up