Dear All,
I'm trying to post a simple example of a more complex(!) JSON structure, that I want to extend, once I've shown this working. My receiving service expects the MyObject portion to be there, but I can't see how I can do this embedding of the object attributes using the post service.
{"MyObject":{"id":"1","name":"MyName"}}
Does anyone know how to do this without writing some Javascript? I can certainly parse complex structures as part of a response, but what about the request body?
Jonathan.