|
by Tim Heuer via Method ~ of ~ failed by Tim Heuer on 4/30/2009 12:40:47 AM
If your a developer that spends any time with web services, you’ll basically probably end up working in one of two camps: REST- or SOAP-based services. Now with SOAP services you’re likely used to having a WSDL document describing the service, providing type definitions, etc. – something you can use developer tools like Visual Studio to Add Service Reference and get a strongly-typed object model to work with. If you’ve been doing Silverlight or ASP.NET (or any other technology really) developm
... [ read more ]
|