xamarin.ios - How to use SOAP Services in PCL for Xamarin? -


i'm working on xamarin.android , xamarin.ios project using mvvmcross.now have consume soap service via pcl? how can ?i have read in few tutorials have generate proxy class manually. please let me know feasible approach question.also if there other way around.

if not target windows phone 8.1 (which doesn't support soap out-of-the-box), can right click references in pcl project , add new service reference. generate proxies automatically in classic .net project.


Comments