Calling WCF service with parameters from VBScript
Posted
by Mick Mason
on Stack Overflow
See other posts from Stack Overflow
or by Mick Mason
Published on 2010-05-20T09:07:09Z
Indexed on
2010/05/20
9:10 UTC
Read the original article
Hit count: 1464
http://stackoverflow.com/questions/944975
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 anyone shed any light on how i'd need to modify the code to call a SOAPAction that requires parameters?
Thanks
Mick
© Stack Overflow or respective owner