Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Changing the Web Service URL
Message
From
18/08/2010 16:12:18
 
 
To
18/08/2010 16:04:20
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:
01477152
Views:
39
>>But you said you were trying to reference an .asmx web service ... if you are,then I don't think you should be mixing apples and oranges. If you want to go with the new way of doing things, then you should be using a WCF service, not an .asmx web service.
>
>Ah, that explains. So, what is this WCF service. Is this the new way of doing a Web Service? If yes, does this mean whatever I did is no longer good?


WCF services can include "web" services (you'd use an http binding), but can also include other ways to connect ... TCP/IP, MSMQ, etc.

And older .asmx stuff still works fine, so you really don't have to worry about getting rid of them unless you feel like it just to be current.

~~Bonnie
Bonnie Berent DeWitt
NET/C# MVP since 2003

http://geek-goddess-bonnie.blogspot.com
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform