Now we want to consume it in a Win8 App. The Add Service Reference wizard runs, shows the webservice methods and creates the wrapper. However, no method wrappers are generated. The Visual Studio 2012 error message tells this:
Custom tool warning: Contract 'DataServiceSoapPort' is not compatible with Windows Store apps because it contains one or more operations with SOAP Encoding (use='encoded'). Only the non-encoded operations will be generated.
Is there a way to generate a different type of WSDL file in VFP that doesn't use SOAP Encoding?
Or is there some C# code around that allows me to create my own win8 App compatible SOAP 3.0 service wrapper without reinventing the wheel?
TIA,
Markus