Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / ASP.NET / Web Services / August 2005

Tip: Looking for answers? Try searching our database.

how to consume web service from VBScript?

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
mom_newbie - 29 Jul 2005 21:07 GMT
Dear all,

Is there a way to create web service consumer in vbscript?
I've found this example (and many like it) in Internet:

set c = CreateObject("MSSOAP.SOAPClient")
c.mssoapinit("http://localhost/MYSoapApp/MYSoapApp.Calc.soap?WSDL")
for i = 1 to 10
WScript.Echo i & " " & c.Add(i,i) & " " & Time
next

but it's for the depreciated MS SOAP SDK.

Any suggestions for a .NET 1.1 alternative?

Marvin Smit - 01 Aug 2005 12:20 GMT
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.

Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.