I am developing a system that must be able to receive an XML messages (preferably without SOAP envelope) from other's company external system through the internet. I am not sure what technology is external system written in. The developers from the external company must create a XML sending feature. I would like to minimazie their effort. Is WCF good choice for that?
The OS will be either Windows XP with IIS 5.1 or Windows Server 2003 with IIS 6.0. .NET Framework is 3.5.
Thanks.