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?