Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Changing Service EndpointAddress
Message
De
06/09/2012 20:27:22
 
 
À
06/09/2012 20:04:54
Information générale
Forum:
ASP.NET
Catégorie:
Web Services
Versions des environnements
Environment:
VB 9.0
OS:
Windows 7
Network:
Windows 2003 Server
Database:
MS SQL Server
Application:
Web
Divers
Thread ID:
01552526
Message ID:
01552527
Vues:
19
The following works:
        Dim loBasicHttpBinding As System.ServiceModel.BasicHttpBinding = New System.ServiceModel.BasicHttpBinding()

        loBasicHttpBinding.Security.Mode = System.ServiceModel.BasicHttpSecurityMode.Transport

        Dim loEndpointAddress As System.ServiceModel.EndpointAddress = New System.ServiceModel.EndpointAddress(lcUrl)

        Dim loMyService As MyService.MyServiceSoapClient = New MyService.MyServiceSoapClient(loBasicHttpBinding, loEndpointAddress)
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
Répondre
Fil
Voir

Click here to load this message in the networking platform