Resource Collection stickers (Continuous updates ...)

Source: Internet
Author: User
Some web resources are found and left for future reference. If there are still few web resources, they will not be classified. Wait for the future more Classification 1, domestic Web service resources, there are many good resources http://www.webxml.com.cn/zh_cn/index.aspx

2. Search Twitter resources (keep it, I don't know if it is useless) Http://search.twitter.com/Search. RSS? Q = {0} & result_type = mixed 3. Foreign web service resources Http://www.webservicex.com/ws/default.aspx 4. Sina SMS Service Http://smsinter.sina.com.cn/ws/smswebservice0101.wsdl

This Web Service has only one method, that is, string sendxml (carrier, userid, password, mobilenumber, content, msgtype ). All parameters are of the string type. Their meanings are as follows (which may be incorrect ).

  • Carrier: Carrier name. You can enter the carrier name at will, but it does not seem to show any details.
  • Userid: The phone ID you registered on Sina wireless, that is, the http://sms.sina.com.cn.
  • Password: the password used when you register your mobile phone on Sina wireless.
  • Mobilenumber: the mobile phone number of the other party;
  • Content: The content of the short message;
  • Msgtype: the type of short message to be sent. It is estimated that multimedia messages are supported. However, I only use text messages currently. It seems that I can enter anything. I use text messages ".

Example:

Sina. smsws Ws = new sina. smsws ();
String result = ws. sendxml ("Sina", textbox1.text, textbox2.text, textbox3.text, textbox4.text, "new ");

 

Publish via wiz

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.