gpt4 book ai didi

iphone - 如何将 XML 作为字符串发送到 Soap Action?

转载 作者:行者123 更新时间:2023-12-03 21:18:39 24 4
gpt4 key购买 nike

我有肥皂行动

<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<From_Iphone xmlns="http://tempuri.org/">
<MessageText>string</MessageText>
<user_id>int</user_id>
<patientID>int</patientID>
<ReplyToMsgId>int</ReplyToMsgId>
<UserContacts>string</UserContacts>
</From_Iphone>
</soap:Body>
</soap:Envelope>

在此我想发送

 MessageText =@"Testing";
patientID= 10;
user_id= 20;
ReplyToMsgId=1;
UserContacts = @"< Contacts > < Contact >< id > 5 < /id > < name > Kiran< /name > < gr_id >11 < /gr_id> < /Contact> < Contact>< id>8< /id> < name>najeer< /name>< gr_id>25< /gr_id>< /Contact>< /Contacts>";

我将 UserContacts 作为字符串传递,但无法访问服务器。请给我一个将 xml 作为字符串传递的解决方案。谢谢...

最佳答案

您必须为此使用标签。在标签中,您必须放置您的 xmlstring。之间的字符串将不会被解析。我想你的问题将会得到解决。

http://www.w3schools.com/xml/xml_cdata.asp

关闭上面的链接会对您有所帮助

关于iphone - 如何将 XML 作为字符串发送到 Soap Action?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7323052/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com