Re: Paramter parsing ....

2014-05-07 Thread Ged Byrne
ing is not right. > > Any ideas .. > > Ola Tomoloju > > > -Original Message----- > From: Dan Haywood [mailto:d...@haywood-associates.co.uk] > Sent: Tuesday, April 29, 2014 7:44 AM > To: users > Subject: Re: Paramter parsing > > Hi

Re: Paramter parsing ....

2014-05-06 Thread Dan Haywood
ething is not right. > > Any ideas .. > > Ola Tomoloju > > > -Original Message- > From: Dan Haywood [mailto:d...@haywood-associates.co.uk ] > Sent: Tuesday, April 29, 2014 7:44 AM > To: users > Subject: Re: Paramter parsing > > Hi Ola,

RE: Paramter parsing ....

2014-05-02 Thread Tomoloju, Ola
. I think something is not right. Any ideas .. Ola Tomoloju -Original Message- From: Dan Haywood [mailto:d...@haywood-associates.co.uk] Sent: Tuesday, April 29, 2014 7:44 AM To: users Subject: Re: Paramter parsing Hi Ola, I think your issue is something different, namely that you are

Re: Paramter parsing ....

2014-04-28 Thread Dan Haywood
Hi Ola, I think your issue is something different, namely that you are missing the "value" node. that is, you are sending JSON in the form: { "locationGroupCode": "09" } when it should be: { "locationGroupCode": { "value": "09" } } See sect 2.9.2.3 of the RO spec v1.0. Dan On