Re: [mapguide-users] mapguide-rest security

2014-04-04 Thread Roberto Quintela Modia
I’m trying to unsubscribeme but nothing… ¿¿¿??? Thanks Kintela @esekintela El 04/04/2014, a las 00:05, GordonL gordon.luck...@arrowgeomatics.com escribió: Ok the restcfg.json was relocated between versions: I was adding the: Representations: { xml: { Adapter:

[mapguide-users] mapguide-rest security

2014-04-03 Thread GordonL
Hi Jackie, kudos for mapguide-rest I would like to say first! Some questions: 1. Does version 0.5 support XML post/put/delete? 2. In version 0.6, I am struggling just getting authenticated (tried Anonymous and Administrator/admin) but get the http://localhost/mapguide/rest/data/property/1.xml or

Re: [mapguide-users] mapguide-rest security

2014-04-03 Thread Jackie Ng
1. 0.5 was just a test of the github release system and not actually for consumption, but nevertheless XML post/put/delete should've already been implemented at that point. 2. Are you sure you're actually using 0.6 and not the git master? I'm currently working on ACLs for published data sources.

Re: [mapguide-users] mapguide-rest security

2014-04-03 Thread Roberto Quintela
How could i unsuscibme kintela El 03/04/2014 15:40, GordonL gordon.luck...@arrowgeomatics.com escribió: Hi Jackie, kudos for mapguide-rest I would like to say first! Some questions: 1. Does version 0.5 support XML post/put/delete? 2. In version 0.6, I am struggling just getting

Re: [mapguide-users] mapguide-rest security

2014-04-03 Thread GordonL
Thanks Jackie, I think the Master not 0.6 was the issue with Security... My XML POST Error: Slim Application Error The application could not run because of the following error: Details Type: Exception Message: The configured representation 'xml' is not configured to handle POST requests File:

Re: [mapguide-users] mapguide-rest security

2014-04-03 Thread GordonL
Ok the restcfg.json was relocated between versions: I was adding the: Representations: { xml: { Adapter: FeatureSetXml, Methods: { GET: { MaxCount: 500 }, POST: {}, PUT: {},