I am trying to place a dataview webPart on a WSS page through Sharepoint designer, consuming a WCF Web service, buth when I place the WSDL of my Web Service, it gives me an error. I migrated the WS to ASP.Net WS and it work perfectly.
The error is related to the Soap envelope. I am using anonymous consumption for now (don’t want to add complexity to the task)
Is there something I have to do on WCF to make it ‘compatible’ with WSS?
By default OOTB you can’t consume a WCF service through SharePoint Designer (afaik).
However “Consume WCF service using Sharepoint Designer” describes a workaround to adjust the datasource so you can read it in SharePoint Designer.