WCF Service instead of ASMX Web Service?
- by wchrisjohnson
I'm writing a SOAP Server that will act as an endpoint for an external client. The external client expects SOAP 1.1. I'll be taking embedded business objects in the SOAP messages and passing them to an internal application, getting responses back and responding with SOAP messages to the eternal client.
I did the traditional ASMX based web services…