Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Changing Service EndpointAddress
Message
From
06/09/2012 20:04:54
 
 
To
All
General information
Forum:
ASP.NET
Category:
Web Services
Title:
Changing Service EndpointAddress
Environment versions
Environment:
VB 9.0
OS:
Windows 7
Network:
Windows 2003 Server
Database:
MS SQL Server
Application:
Web
Miscellaneous
Thread ID:
01552526
Message ID:
01552526
Views:
36
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
Next
Reply
Map
View

Click here to load this message in the networking platform