Forum Discussion
cbyndr
16 years agoContributor
Would someone be able to help me work out the syntax for excluded elements? So, for a request like this:
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:van="http://van.xvwtibs.net/">
<soapenv:Header/>
<soapenv:Body>
<van:getChangeNumberAnnouncementForAccount>
<accountId>?</accountId>
<changeno>?</changeno>
</van:getChangeNumberAnnouncementForAccount>
</soapenv:Body>
</soapenv:Envelope>
What value would exclude everything under the 'van:getChangeNumberAnnouncementForAccount' node? accountid won't work because there are other operations for which I'd like to get at accountid for coverage.
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:van="http://van.xvwtibs.net/">
<soapenv:Header/>
<soapenv:Body>
<van:getChangeNumberAnnouncementForAccount>
<accountId>?</accountId>
<changeno>?</changeno>
</van:getChangeNumberAnnouncementForAccount>
</soapenv:Body>
</soapenv:Envelope>
What value would exclude everything under the 'van:getChangeNumberAnnouncementForAccount' node? accountid won't work because there are other operations for which I'd like to get at accountid for coverage.