Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Changing the Web Service URL
Message
From
18/08/2010 14:51:44
 
 
To
18/08/2010 13:46:40
General information
Forum:
ASP.NET
Category:
Web Services
Environment versions
Environment:
VB 9.0
OS:
Windows 7
Network:
Windows 2003 Server
Database:
MS SQL Server
Application:
Web
Miscellaneous
Thread ID:
01477089
Message ID:
01477129
Views:
42
>>No, Michel - I just took your original code and looked for a way to add a url in the docs
>
>Ok, here are the steps to reproduce this:
>
>1. Create a Windows Service project
>2. Under Service References, right click "Add Service Reference"
>3. Choose your ASMX
>4. By default, this is no longer added as a Web Service but under some kind of new standard
>
>With that in hand, the instantiation of the object would then be related to the class recognized in the project based on what was added in the Solution Explorer. Using the new standard, I cannot change the URL.

Top of my head I think you will actually be creating a WCF service. If that's the case then the EndPoint will be defined in app.config (or web.config depending..) Look for a system.serviceModel section in the .config file
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform