HighTechTalks DotNet Forums  

Re: SoapClient i .NET ?

ASP.net Web Services microsoft.public.dotnet.framework.aspnet.webservices


Discuss Re: SoapClient i .NET ? in the ASP.net Web Services forum.



Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old   
Rama krishna
 
Posts: n/a

Default Re: SoapClient i .NET ? - 07-08-2003 , 05:19 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 (AT) c2i (DOT) net> wrote

Quote:
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... :-)





Reply With Quote
Reply




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.