SOAP xml Formatting
-
Can a SOAP xml have ids that are not sequential? For example, in below snippet, I have id = "ref-19" followed by id = "ref-21", is this acceptable? 0 0
-
Can a SOAP xml have ids that are not sequential? For example, in below snippet, I have id = "ref-19" followed by id = "ref-21", is this acceptable? 0 0
That has nothing to do with SOAP. That's an application thing. It's up to the application you're calling that determines if out-of-sequence ID's are acceptable. SOAP is just a message formatting specification.
Asking questions is a skill CodeProject Forum Guidelines Google: C# How to debug code Seriously, go read these articles.
Dave Kreskowiak -
Can a SOAP xml have ids that are not sequential? For example, in below snippet, I have id = "ref-19" followed by id = "ref-21", is this acceptable? 0 0
A SOAP message is a plain XML document that contains the following elements: An Envelope element that identifies the XML document as a SOAP message. by pro custom writers