Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Changing Service EndpointAddress
Message
De
06/09/2012 20:04:54
 
 
À
Tous
Information générale
Forum:
ASP.NET
Catégorie:
Web Services
Titre:
Changing Service EndpointAddress
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:
01552526
Vues:
35
This one is weird.

I have something like this:
        Dim loEndpointAddress As System.ServiceModel.EndpointAddress = New System.ServiceModel.EndpointAddress("https://www.mydomain.com/WebService/WebService.asmx")
Because this is a https, it is not accepted. Here is the message:

"The provided URI scheme "https" is invalid; expected "http"."

I also tried to change the EndpointAddress by using the New Uri() format but that resulted in the same situation.

Does this mean we are not allowed to change the EndpointAddress of a Service if this is https?
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
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform