Re: Cayenne Generated Classes in Web Service API

2007-06-08 Thread Michael Lepine
Sure, let's discuss it. On 6/7/07, Kevin Menard <[EMAIL PROTECTED]> wrote: Hi Michael, Last year we had a Google Summer of Code project that provided an ROP implementation via WSDL. I mentored the project, but still have not had the time to integrate it into Cayenne proper. If you're interes

RE: Cayenne Generated Classes in Web Service API

2007-06-07 Thread Kevin Menard
Hi Peter, > -Original Message- > From: Peter Schröder [mailto:[EMAIL PROTECTED] > Sent: Thursday, June 07, 2007 11:45 AM > To: user@cayenne.apache.org > Subject: AW: Cayenne Generated Classes in Web Service API > > hi michael, > > we did some basic testing on sending cayenne classes vi

RE: Cayenne Generated Classes in Web Service API

2007-06-07 Thread Kevin Menard
Hi Michael, Last year we had a Google Summer of Code project that provided an ROP implementation via WSDL. I mentored the project, but still have not had the time to integrate it into Cayenne proper. If you're interested, we can look at what's necessary to complete that work. -- Kevin >

Re: Cayenne Generated Classes in Web Service API

2007-06-07 Thread Michael Lepine
Thanks for the reply. I'm no Web Service guru, but my understanding is that the object is transformed into an XML payload when sent from the client to the server. Once the server receives the XML post, it unmarshals the XML into object representations. That's why I figured I could get this to wor