> Executing a PostQuery returns a URL, but I need a way to invoke a service > that does not strictly follow the REST philosophy. The service returns - on > successful completion of the insert - an instance (JSON) of the created > object. > ... > How do I proceed? Do I have to write my own subclass of Query?
Yes, but this shouldn't be too difficult. You can probably use the existing GetQuery and PostQuery classes as a guide. Let us know if you have any questions. G
