I need to convert the following string to xml file:
string strData = "<resellerAsyncResponse xmlns=\"
http://www.verizonwireless.com/oas\" xmlns:xsi=\"
http://www.w3.org/2001/XMLSchema-instance\" xsi:schemaLocation=\"
http://www.verizonwireless.com/oas http://localhost:8080/schema/reseller.xsd\">" + "<messageHeader>" + "<versionNumber>001</versi
onNumber>"
+ "<vendorId>KOREWIRELESS</v
endorId>" + "<channelId>B2B</channelId
>" + "<channelType>RSS</channel
Type>" + "<requestType>ORDER</reque
stType>" + "<orderType>MNTMLND</order
Type>" + "<referenceNumber>KOREWIRE
LESS_26215
2</referen
ceNumber>"
+ "<returnURL>
http://10.253.118.230:80/receive.aspx</returnURL>" + "<resend>0</resend>" + "</messageHeader>" + "<orderResponse>" + "<mdn>2013964615</mdn>" + "<min>2013964615</min>" + "<statusCode>S0000</status
Code>" + "<errorCode>0</errorCode>"
+ "<errorDescription>Success
</errorDes
cription>"
+ "</orderResponse>" + "</resellerAsyncResponse>"
;