Hello,

Anyone have experience writing a Delphi app that connects to a .net WCF service ? I’m an having no fun with this at all. I’ve imported the WSDL file but when I call a function on the service I get the following message: “error in deserializing body of reply message for operation xyz..”. I’ve configured my WCF service to communicate using SOAP 1.1 as Delphi 7 only supports this version. Does anyone know of an application that I can use to see what the XML looks like that is coming back from the service ?

Ian