asp 调用WerServer怎么调用?

linjianwu 2014-12-17 10:46:48
<?xml version="1.0" encoding="utf-8"?>
<soapenv:Envelope
xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ns0="http://123.123.11.22:8032/aaa/WebService?wsdl"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:xsi="http://www.w3.org/2001/XMLSchema">
<soapenv:Body>
<ns0:sendMt>
<username>aaa</username>
<password>bbb</password>
<phoneNumber>13914587484</phoneNumber>
<smsContent>内容</smsContent>
<smsId>114</smsId>
<sendTime>2013-07-15 14:11:20</sendTime>
</ns0:sendMt>
</soapenv:Body>
</soapenv:Envelope>


xmlHttp请求要怎么写? 老是提示500的错误。



...全文
108 3 打赏 收藏 转发到动态 举报
写回复
用AI写文章
3 条回复
切换为时间正序
请发表友善的回复…
发表回复
csdn_aspnet 2014-12-18
  • 打赏
  • 举报
回复
HTTP 错误 500.19- Internal Server Error 错误解决方法 HTTP 错误 500.19- Internal Server Error 错误解决方法,碰到这个问题的原因有很多,大家可以参考下,看属于哪种情况。 刚在本机部署了一个WebService测试,浏览的时候出现了“HTTP 错误 500.19 - Internal Server Error ”错误, 经过检查发现是由于先安装vs2008后安装iis的缘故,只需重新注册下AspNet就可以了,具体步骤如下 1 打开运行,输入cmd进入到命令提示符窗口。 2 进入到C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727 目录。 3 输入aspnet_regiis.exe –i 执行既可 注意:如果系统为64位 第二步的路径为C:\WINDOWS\Microsoft.NET\Framework64\v2.0.50727 iis7错误提示An error occurred on the server when processing the URL... win7下面运行ASP程序总是出错,原来是站点配置的问题。。。 问题一:MS Jet引擎改变了临时目录的位置,但是又没有对临时目录的存取权限,导致数据库使用失败(因为sql问题,后改用access数据库测试)。 解决办法: 给“系统盘:\Windows\ServiceProfiles\NetworkService\AppData\Local\Temp”目录添加一个“Authenticated Users”的用户,其中AppData目录是隐藏的,在进入的时候可以直接在地址栏输入路径,或者在文件夹选项里显示隐藏文件。 设置权限步骤:右击Temp文件夹,选择“属性”》选择“安全”选项卡》单击“编辑”》出来“Temp 的权限”对话框,单击“添加”,在下面的“输入对象名称来选择”中输入Authenticated Users(也可以点击“高级...”按钮,再点击“查找”按钮,在查找结果中选择Authenticated Users),确定》返回到“Temp 的权限”,将Authenticated Users的权限中的完全控制给勾上,确定》确定。 问题二:是IIS7默认不把详细错误发送的客户端,所以只给我们一句脚本错误消息(本信息可以修改):An error occurred on the server when processing the URL. Please contact the system administrator。这样,到底出什么错就不得而知。 解决办法: 将iis7中ASP模块里面的“将错误发送到浏览器”改成True。 很关键,否则你都不知道错误出在哪里。
linjianwu 2014-12-17
  • 打赏
  • 举报
回复
引用 1 楼 hefeng_aspnet 的回复:
http://www.cnblogs.com/voswin/articles/1281690.html http://www.cnblogs.com/fineboy/archive/2005/07/26/200431.html
不行,老提示“Internal Server Error”
csdn_aspnet 2014-12-17
  • 打赏
  • 举报
回复
http://www.cnblogs.com/voswin/articles/1281690.html http://www.cnblogs.com/fineboy/archive/2005/07/26/200431.html

28,390

社区成员

发帖
与我相关
我的任务
社区描述
ASP即Active Server Pages,是Microsoft公司开发的服务器端脚本环境。
社区管理员
  • ASP
  • 无·法
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧