WSDL2C REST question

2006-10-17 Thread Dave Meier
To use REST with Axis2C, do I need to define my inputs and outputs as generic XML nodes or can I use specifically defined structures for these? I want to provide both a SOAP based interface and some REST based CRUD operations and hopefully share the same code where there is overlap.

Re: WSDL2C REST question

2006-10-17 Thread Samisa Abeysinghe
Dave Meier wrote: To use REST with Axis2C, do I need to define my inputs and outputs as generic XML nodes or can I use specifically defined structures for these? You have to work at XML level; it is an XML-in/XML-out model that we support. There are no predefined structures for doing REST. I