P
-P-
Can someone point me to an example of passing a complex, highly nested XML document to a WebService via SOAP?
Nearly all the examples I've seen pass a handful of discrete arguments - foo.bar( int a, date b, string c) - which the
SOAP abstraction layer marshalls into an XML structure. I'm interested in seeing what happens when the argument itself
is an XML document, such as an Order/Line/Item structure.
Or would that just be a single String argument? Am I making that too difficult?
-P-
Nearly all the examples I've seen pass a handful of discrete arguments - foo.bar( int a, date b, string c) - which the
SOAP abstraction layer marshalls into an XML structure. I'm interested in seeing what happens when the argument itself
is an XML document, such as an Order/Line/Item structure.
Or would that just be a single String argument? Am I making that too difficult?
-P-