How can i proccess a nested xml file via the restfull webservice? I’ve set up the restfull webservice but when i post the nested xml, i don’t get the nested xml just the parent table. (see attached file)
Cant see your attached file, but take a look at this Patrick does a great job of making Resful work and as I remember there is an XML wrap at the end viewtopic.php?f=22&t=13415&start=30
Thanks for your reply, the topic you mention is for the creation of nested xml. My question is about the ws_create. So the proccess of xml that is send via the ws.
I think the problem is with the code that posts the XML to your restful webservice. Could you give an example of the XML you’re posting? What programming language are you using to call the WS? You could try downloading the Advanced Rest Client pluging for Google Chrome, it allows you to call WS with GET, PUT, POST, DELETE methods and post XML or other values.