Re: Rest GET params coming in null...

2007-08-01 Thread Brad Harper
I've debugged this down far enough to see that the GetModel object is being interpreted correctly, but the id param is never bound to this object. Any thoughts? On 7/31/07, Brad Harper [EMAIL PROTECTED] wrote: My get (all) requests (/services/rest/productTypes) are working. They return xml

Re: Rest GET params coming in null...

2007-08-01 Thread Mansour Raad
Just a shot in the dark herecould setting wrapped to false help ? Mansour :-) On Aug 1, 2007, at 11:49 AM, Brad Harper wrote: I've debugged this down far enough to see that the GetModel object is being interpreted correctly, but the id param is never bound to this object. Any

Re: Rest GET params coming in null...

2007-08-01 Thread Mansour Raad
BTW.there might be an issue with itI did try it using the restful_http_binding sample and no go. Raised a JIRA On Aug 1, 2007, at 2:01 PM, Brad Harper wrote: Is that done with an annotation? On 8/1/07, Mansour Raad [EMAIL PROTECTED] wrote: Just a shot in the dark herecould

Re: Rest GET params coming in null...

2007-08-01 Thread Brad Harper
That worked actually. Unfortunately, I don't understand technically why -bh On 8/1/07, Mansour Raad [EMAIL PROTECTED] wrote: BTW.there might be an issue with itI did try it using the restful_http_binding sample and no go. Raised a JIRA On Aug 1, 2007, at 2:01 PM, Brad Harper

Re: Rest GET params coming in null...

2007-08-01 Thread Brad Harper
Is that done with an annotation? On 8/1/07, Mansour Raad [EMAIL PROTECTED] wrote: Just a shot in the dark herecould setting wrapped to false help ? Mansour :-) On Aug 1, 2007, at 11:49 AM, Brad Harper wrote: I've debugged this down far enough to see that the GetModel object is

Re: Rest GET params coming in null...

2007-08-01 Thread Mansour Raad
Check out http://cwiki.apache.org/CXF20DOC/http-binding.html and the bottom it explains the difference. Sure why technically it makes a difference. Mansour :-) On Aug 1, 2007, at 2:26 PM, Brad Harper wrote: That worked actually. Unfortunately, I don't understand technically why -bh

Rest GET params coming in null...

2007-07-31 Thread Brad Harper
My get (all) requests (/services/rest/productTypes) are working. They return xml like this... ns1:getProductTypesResponse ProductTypes descriptionPaper/description id10/id /ProductTypes ProductTypes descriptionCanvas/description id11/id /ProductTypes