Thanks Katya. I assume that with special XML, you mean element attributes and namespace prefixes? In my case the rootelement needs to be qualified. Can i just use jquery ajax to only manipulate this element, so that i can still use the datamapper, or do i have to build the whole XML instead? Any rec...
Hi Katya, Thanks, but i have already set the method and content type like that. But where do i actually populate the xml itself? For instance, i have to post the following XML in the HTTP body as payload: ProductName commonj.sdo#String Asperines Price commonj.sdo#Integer 3 Id commonj.sdo#String 1234...
I want to populate my POST call to a REST service with XML. Is this possible with Tiggzi, because it seems that you can only populate HTTP header fields......