Home  >  Article  >  Database  >  C#新增用户就发送邮件和手机短信的SqlServer触发器,不知道这个S

C#新增用户就发送邮件和手机短信的SqlServer触发器,不知道这个S

WBOY
WBOYOriginal
2016-06-07 15:39:431443browse

我添加了SMS下的api UTF-8编码发送接口地址: http://utf8.sms.webchinese.cn/?Uid=本站用户名Key=接口安全密码smsMob=手机号码smsText=短信内容,当添加服务应用的时候添加不上啊 HTML 文档不包含 Web 服务发现信息。 元数据包含无法解析的引用:http://utf8

我添加了SMS下的api

UTF-8编码发送接口地址:
http://utf8.sms.webchinese.cn/?Uid=本站用户名&Key=接口安全密码&smsMob=手机号码&smsText=短信内容,当添加服务应用的时候添加不上啊

HTML 文档不包含 Web 服务发现信息。
元数据包含无法解析的引用:“http://utf8.sms.webchinese.cn/?Uid=本站用户名&Key=接口安全密码&smsMob=手机号码&smsText=短信内容”。
响应消息的内容类型 text/html 与绑定(application/soap+xml; charset=utf-8)的内容类型不匹配。如果使用自定义编码器,请确保正确实现 IsContentTypeSupported 方法。响应的前 2 个字节为:“-4”。
如果该服务已在当前解决方案中定义,请尝试生成该解决方案,然后再次添加服务引用。

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn