-1

我想将 xml 内容解析到服务器,所以我该怎么做....

<order>
    <orderItems>
    <itemId>9523</itemId>
    <lhmItemId>162327</lhmItemId>
    <itemQuantity>1122</itemQuantity>
    <instruction/>
</orderItems>

<contactInfo>

    <customerName>aaaaaaaaa</customerName>
    <email>xyz@abc.com</email>
    <mobile>1111111111</mobile>
    <phone>1111111111</phone>
    </contactInfo>
</order>
4

1 回答 1

0

参考本教程。您将得到将字符串值转换为 xml 的想法,然后您将能够将值发布回服务器。在本教程示例中,它由 HttpPost 完成,但如果您想使用 HttpGet 而不仅仅是将其设为 HttpGet 请求。

于 2013-10-28T12:05:09.717 回答