Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Which SOAP Client is used
Message
De
20/05/2003 22:46:26
 
 
À
20/05/2003 21:01:19
Information générale
Forum:
ASP.NET
Catégorie:
Web Services
Divers
Thread ID:
00790831
Message ID:
00790855
Vues:
18
>Anyone can tell me where I should go in the VS.NET 2003 interface to know which SOAP Client is used for the Web Service I have registered? By default, it doesn't seem to be the 3.0 version. I need to change that.

After having installed the Web Services Enhancements (WSE) 1.0 SP1 for Microsoft .NET, I found that this doesn't take care of some of the new features of the SoapClient30. The only way to make such a Web Service to work in .NET is by doing it like this:
Dim loUT
loUT = CreateObject("MSSOAP.SoapClient30")
loUT.mssoapinit("http://www.levelextreme.com/WebService/universalthread.asmx?wsdl")
I would like however to be able to benefit of the interface registration to instantiate the Web Service. If someone knows a way to achieve that with support to SoapClient30, I would be interested to know how?
Michel Fournier
Level Extreme Inc.
Designer, architect, owner of the Level Extreme Platform
Subscribe to the site at https://www.levelextreme.com/Home/DataEntry?Activator=55&NoStore=303
Subscription benefits https://www.levelextreme.com/Home/ViewPage?Activator=7&ID=52
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform