C# »ñÈ¡xmlÀïÃæµÄÐÅÏ¢ - .NET¼¼Êõ / C#
XML code:
<soapenv:Body>
<LoginResponse xmlns="http://mediax.huawei.com/webservice/types">
<code xsi:type="xsd:int" xmlns="">200</code>
<description xmlns="">Success</description>
<profile xmlns="">
<userID>1</userID>
<account>
<name>admin</name>
<type>WEB</type>
<password>system</password>
</account>
<purviewIDs>USER_DELETE</purviewIDs>
<purviewIDs>CONFERENCE_DEAF_SELF</purviewIDs>
<purviewIDs>CONFERENCE_MODIFY_ONCE_ORG</purviewIDs>
<session>6545101274068923401846000-1270015060</session>
</profile>
</LoginResponse>
</soapenv:Body>
Ôõô·Ö±ð»ñÈ¡ÀïÃæµÄÖµ£º
string code = "200"
string description = "Success"
string userID = "1"
string name = "admin"
string type = "WEB"
string password = "system"
string[] purviewIDs = new string[3] { "USER_DELETE", "CONFERENCE_DEAF_SELF", "CONFERENCE_MODIFY_ONCE_ORG" }
×¢£ºpurviewIDs µÄ
Ïà¹ØÎÊ´ð£º
DataSetµ¼³öxml Åú´¦Àí(Ñ»·)µÃÔõô´¦Àí
XMLÎļþ
<A>
<B>
<C>
</C>
&nb ......
ÏÖÔÚÓиöxmlÎļþÊÇ<?xml version="1.0"?>
<?mso-application progid="Excel.Sheet"?>
<Workbook xmlns="urn:schemas-microsoft-com:office:spreadsheet"
xm ......
visual c++2008Ëٳɰ棬²»ÄܱàÒëC³ÌÐòÂð£¿Èç¹ûÄÜÊÇÔõô¿ªÊ¼µÄ°¡£¿ÓÃËü´øµÄÃüÁîÌáʾµ¥Ôª³ýÍâ ¡£
н¨¹¤³Ì£¨¿Õ¹¤³Ì»òwin32¿ØÖÆÌ¨£©
¾ø¶Ô¿ÉÒÔ¡£½¨Á¢win32¿ØÖÆÌ¨³ÌÐò¾Í¿ÉÒÔ
ÒýÓÃ
н¨¹¤³Ì£¨¿Õ¹¤³Ì»òwin32¿ØÖÆÌ¨£ ......