Categories:
.NET (961)
C (387)
C++ (185)
CSS (84)
DBA (8)
General (31)
HTML (48)
Java (641)
JavaScript (220)
JSP (109)
JUnit (31)
MySQL (297)
Networking (10)
Oracle (562)
Perl (48)
Perl (9)
PHP (259)
PL/SQL (140)
RSS (51)
Software QA (28)
SQL Server (5)
Struts (20)
Unix (2)
Windows (3)
XHTML (199)
XML (59)
Other Resources:
What is the difference WCF and Web services?
What is the difference WCF and Web services?
✍: Guest
Web services can only be invoked by HTTP. While Service or a WCF component can be invoked by any protocol and any transport type. Second web services are not flexible. But Services are flexible. If you make a new version of the service then you need to just expose a new end point. So services are agile and which is a very practical approach looking at the current business trends.
2007-11-04, 5258👍, 0💬
Popular Posts:
Which are the various programming approaches for WCF?
Where Do You Download JUnit? Where do I download JUnit? I don't think anyone will ask this question ...
How do we access attributes using “XmlReader”? Below snippets shows the way to access attributes. Fi...
How do I install JUnit? First I will download the lastest version of JUnit. Then I will extract all ...
How To Concatenate Two Character Strings? - MySQL FAQs - Introduction to SQL Basics If you want conc...