Hi,
I followed the instructions (https://docs.microsoft.com/en-us/xamarin/cross-platform/data-cloud/web-services/walkthrough-working-with-wcf
using svcutil.exe) and it works great on Android but I get the following error on iOS.
iOS error message: "monotouch does not support dynamic proxy code generation. Override this method or its caller to return specific client proxy instance."
What do I need to do to consume WCF SOAP endpoints? Are there alternatives for SOAP APIs? I want to create client stubs, not have to hand crank my HTTP SOAP/REST RPC processing.