Good to know. I'm still investigating but it might be namespace related.
Thanks again
Printable View
Good to know. I'm still investigating but it might be namespace related.
Thanks again
Prefixed namespaces aren't inherited. The <topicId> element is in a different namespace than it's parent element. Inheritence (at least in the text representation) could occur in the following (no prefix):
Basically, it looks like the explorer version is wrong, despite the fact that your service "works" :) Maybe no validation is occurring?Code:<topicRetrieveRequest xmlns="http://mycom.com/merged">
<topicId>1</topicId>
<topicRetrieveRequest>
Your reply is helpful. I had expected the prefixed version to perform like the non prefixed example regarding inheritance, thanks for the clarification.
It is true I'm not validating - I had turned it off as I simplified (removing security tokens etc) to try to get something simple working before I made things more complicated. Perhaps I should have left validation on.