在Excel xp中通过xml/soap提交表单

mot 2002-03-05 11:13:57

在Excel xp中通过xml/soap提交表单给web service.以下是VBA代码

Dim Client As SoapClient
Dim sRvalue As Boolean
' Create and initialize a SOAP client object.
Set Client = New SoapClient

' Take the value from cell 104, this is where the SOAP init
' value is stored.
Client.mssoapinit wsdlURL
...
' Submit the XML spreadsheet and GUID value to sendmsg.
' The SOAP server will pass these values to the BizTalk Server.
sRvalue = _
Client.sendmsg(ActiveSheet.Range("a1:o104"). _//出错行
Value(xlRangeValueXMLSpreadsheet), Guid)

出错行提示运行是错误:无效的过程调用或参数。
请问大虾是什末原因

...全文
81 回复 打赏 收藏 转发到动态 举报
写回复
用AI写文章
回复
切换为时间正序
请发表友善的回复…
发表回复

12,162

社区成员

发帖
与我相关
我的任务
社区描述
.NET技术 Web Services
社区管理员
  • Web Services社区
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

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