I have a soap which I want to put into a vatrible in visual studio 2010 and then use that variable containing various elements from the soap. How do I do this?
Soap
<soap:Body>
<ns:ProtectionOrderQueryRequest>
<ns:ProtectionOrderQueryRequest ns1:id="?" ns1:metadata="?" ns1:linkMetadata="?">
<ns2:CourtFileNumber ns1:id="?" ns1:metadata="?" ns1:linkMetadata="?">?</ns2:CourtFileNumber>
<ns2:ProtectionOrderID ns1:id="?" ns1:metadata="?" ns1:linkMetadata="?">?</ns2:ProtectionOrderID>
</ns:ProtectionOrderQueryRequest>
</ns:ProtectionOrderQueryRequest>
</soap:Body>