我總是很高興能有機會使用linq到xml,然後我遇到了與命名空間相同的PITA問題。不知道我有什麼問題,但我永遠無法理解發生了什麼。基本上,我只需要得到responseCode元素的值,到目前爲止,我沒有運氣:(linq to xml and namespaces
<?xml version="1.0" encoding="IBM437"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
<soapenv:Body>
<ns1:ActionResponse xmlns:ns1="http://cbsv.ssa.gov/ws/datatype">
<ns1:responseCode>0000</ns1:responseCode>
<ns1:responseDescription>Successful</ns1:responseDescription>
</ns1:ActionResponse>
</soapenv:Body>
</soapenv:Envelope>