Hi,
ehhh. .Net does not have VBA or VBScript. If you go with .Net you
should just have the proxy created (set reference/run wsdl.exe) and
use that.
For VB, VBA, VBScript; Use the 'little out of date' SOAP toolkit, lots
of (commercial) programs still do.
Hope this helps,
Marvin Smit
>Dear all,
>
[quoted text clipped - 10 lines]
>
>Any suggestions for a .NET 1.1 alternative?
mom_newbie - 02 Aug 2005 12:21 GMT
Thanks, Marvin
> ehhh. .Net does not have VBA or VBScript. If you go with .Net you
> should just have the proxy created (set reference/run wsdl.exe) and
> use that.
> For VB, VBA, VBScript; Use the 'little out of date' SOAP toolkit, lots
> of (commercial) programs still do.
I cannot use .NET in my scripts and SOAP kit would definitely be my last
resort :-)
Let's re-phrase my question - is there a corresponding functionality for
mssoapinit() in .NET?
My feeling is that it should be somewhere - like HTTP utilities in Microsoft
namespace.
Generally, any tools (accessible from vbscript) for creating objects from
SOAP messages would help.
Steef D. - 04 Aug 2005 21:41 GMT
You should use PocketSoap from Simon Fell.