Click here to Skip to main content
15,887,746 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am trying to use a webervice (asmx SOAP) Which i created in xamarin Forms, I have a worry as i do not see where i can use it and where to change the TargetFrameworkProfile (csproj) is missing as well.

Should i click on the Solution I dont see where I can add a service Reference.

I am using Visual Studio 2019 Enterprise. What am i getting wrong?

What I have tried:

added reference as normal , but when i want to use it in button event , it does not recognize the reference.
Posted
Comments
[no name] 14-Nov-19 13:03pm    
Create a separate dll for interacting with the service using NET core.
dnxit 24-Dec-19 1:13am    
Check this sample
https://github.com/xamarin/xamarin-forms-samples/tree/master/WebServices/TodoASMX

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900