如何在C#中使用xml api [英] How to use xml api in C#

查看:75
本文介绍了如何在C#中使用xml api的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

您好,





我想从我的窗口应用程序发送批量短信。批量短信服务提供商称我为XML api。



Hello,


I want to sent bulk SMS from my window application. Bulk SMS provider guves me a XML api.

http://sms.excellentservice.co.in/api/xmlapi.php?data=DATA

Where,
DATA = <?xml version="1.0" encoding="UTF-8"?>
<auth>
<apikey>11071oy93d536ud1rp612</apikey>
</auth>
<sendSMS>
<to>mobilenomber1,mobilenomber2,mobilenomber3,....</to>
<text>Text message 1</text>
<msgid>1,2,3,...</msgid>
<sender>senderID</sender>
</sendSMS>
<response>Y/N</response>
<unicode>Y/N</unicode>
<flash>Y/N</flash>
<schedule>DDMMYYYYHHMM</schedule>
</xmlapi>





请任何人帮助我。我怎样才能在我的项目中使用这个xml api。



在此先感谢..



Please any one help me. how can i used this xml api in my project.

Thanks In Advance..

推荐答案

你应该与创造它的人交谈 - 他们应该提供技术支持,并且会比我们更了解他们的产品。如果他们不这样做,那就找另一个供应商并要求退款!
You should talk to the people who created it - they should provide technical support and will know more about their product than we will. If they don't, then find another supplier and demand your money back!


这篇关于如何在C#中使用xml api的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆