简体   繁体   中英

Why ASMX is platform specific in Xamarin.Forms?

I see I need to implement ASMX on each platform I need to consume it: one for Android, one for IoS, one for UWP, and so on.

It reference to the same model/classes/methods, why I need to replicate it for each platorm? The WSDL is the same.

Can you give to me an example?

Unload your PCL project. Open it for edit. Change it to Profile 78, save it and reload. Now you get an option to add Service Reference

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM