![]() | |
![]() |
| | Thread Tools | Search this Thread | Display Modes |
#1
| |||
| |||
|
|
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... :-) |
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
| |