Calling WCF Service with Parameters from VBScript

Calling WCF Service with 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 messing up the code to enable this, but honestly, I can also try to perform heart surgery.

Can anyone shed some light on how I would need to modify the code for a SOAPAction call that requires parameters?

thanks

Mick

+2


a source to share





All Articles