Sunday, April 5, 2015

What is the difference between WCF and some other SOAP service from an ASP.NET perspective?

Not a lot. You'll consume a route that ends in ?wsdl instead of .svc as there is no .svc endpoint. There should be something like a client and maybe custom types to populate the getsetters on and then hand to the client. Don't be surprised if a lot of these "types" are in camel case instead of Pascal case, but otherwise they sure act like C# POCOs. You may instantiate them and dot off them in Visual Studio to see what is hanging onto them, etc.

No comments:

Post a Comment