Infopath 2007 and WCF Data Connection
infopath, soap, wcf
Solution
You get WCF to work with InfoPath by using basicHttpBinding instead of wsHttpBinding in webconfig.
Problem
I am having trouble trying to connect an Infopath 2007 form to an WCF web service. I appears that the Infopath only wants to communicate via a SOAP 1.0 message. To get around the issue for the moment I have created an .asmx web service. Should I consider continuing down this workaround or figure out a way to get WCF to dish out SOAP 1.0 1.1 messages?