开发者

Calling WCF service with parameters from VBScript

开发者 https://www.devze.com 2022-12-31 04:30 出处:网络
Calling WCF service by VBScript I\'m trying to use the code from the above stack article, but my WCF service method requires parameters:

Calling WCF service by VBScript

I'm trying to use the code from the above stack article, but my WCF service method requires parameters:

SaveCheckData int,int,string,string

I've tried frigging with the code to incorporate this, but to be honest, I may as well be trying to perform heart surgery.

Can a开发者_Python百科nyone shed any light on how i'd need to modify the code to call a SOAPAction that requires parameters?

Thanks

Mick

0

精彩评论

暂无评论...
验证码 换一张
取 消