Calling web service using SOAP
From: Mats-Lennart Hansson (ap_skallen_at_hotmail.com)
Date: 05/19/04
- Next message: Snith: "Re: Puzzling SOAP Error..."
- Previous message: Unbreakable: "Can a Excel Client call a nusoap server without WSDL?"
- Next in thread: Dino Chiesa [Microsoft]: "Re: Calling web service using SOAP"
- Reply: Dino Chiesa [Microsoft]: "Re: Calling web service using SOAP"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 19 May 2004 09:25:17 +0200
Hi,
I have created a web service which works fine when calling it from C#.
However, I want to be able to call it from VB 6.0 as well by using a
standard SOAP call using a MSXML2.ServerXMLHTTP object.
How do I do this? Lets say my namespace is Test and my class name is
TestClass. In this I have a web method called
public string GetMember(int i) {...}
What happens if my class holds state? Lets say I have these web methods:
public string Initialize() {...}
public string GetMember(int i) {...}
Maybe these question are to "newbie" to ba asked in this news group. In this
case, does anyone know of a page which covers these topics?
Thanks,
Mats-Lennart
- Next message: Snith: "Re: Puzzling SOAP Error..."
- Previous message: Unbreakable: "Can a Excel Client call a nusoap server without WSDL?"
- Next in thread: Dino Chiesa [Microsoft]: "Re: Calling web service using SOAP"
- Reply: Dino Chiesa [Microsoft]: "Re: Calling web service using SOAP"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|
Loading