[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Rama krishna

7/8/2003 9:20:00 AM

Hi:
EVen iam getting evrything, that accesssing web services from VB, using SOAP
Tool kit. But i would to provide security for the VB client inorder to
access the web service, similar as windows authentication (promting for user
name and pwd)....How we can achieve this. Any ideas..

Tx in advance
RK

"Roger Down" <roger.down@c2i.net> wrote in message
news:uppIly$KDHA.1608@TK2MSFTNGP11.phx.gbl...
> With the Soap Toolkit in VB, I could access soap webservices very easy.
>
> Dim sc As SoapClient
> Set sc = New SoapClient
> sc.mssoapinit "http://server/path/services.asmx?wsdl"
> sc.SomeMethod()
>
> I want to do the same thing in .net languages... I know I can interop the
> COM classes in the Soap Toolkit, but I was hoping for a pure .net
solution.
>
> I have read many .net webservices tutorials, and most of them uses the
> method of adding the uri to the webreferences. What I am looking for is a
> more generic way of accessing all webservices, like the SoapClient... The
> framework has many Soap related classes, but I can't find any quite as
easy
> as the one in the Soap Toolkit. Is there an easy way of accomplish the
> generic functionality of the SoapClient class in the Soap Toolkit ?
>
>
> Regards... :-)
>
>