Soap

Hello Guys,
How can I use the SOAP technology? I want to create a program in vb6 which will generate an xml containing the SOAP envelope to communicate with the server. The server will interpret my xml and upload the datafrom the xml to the server's database? Any idea please.
[292 byte] By [gilkaths] at [2007-11-19 11:44:39]
# 1 Re: Soap
You can create a Web Service project. It will generate all the SOAP for you.

EDIT: Actually, you cannot do that in VB6, only VB.NET
JetDeveloper at 2007-11-10 3:27:19 >