Interesting issue with a few Infopath forms. They’ve been working fine for ages using a WCF service to update another system.
When we changed our SharePoint site to use SSL, the form was generating an error when calling the WCF service. There were a number of factors at play:
- The WCF service was not configured correctly to have an SSL end point. By changing the binding configuration in the web.config for the web service, I was able to get the WSDL to display correctly using https when browsing to the service. However, the form still didn’t work AND the WSDL returned had the wrong URL (was the internal server name not the FQDN).