Click here to Skip to main content
15,908,776 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi,

I am new to xamarin, how to connect sqlserver in xamarin? How to connect wcf in xamarin?

Please explain me.
Posted
Comments
Sergey Alexandrovich Kryukov 10-Mar-15 15:25pm    
The exact same way as with any other CLR implementation... :-)
It depends on the kind of WCF service and its API. You need to learn general topics of WCF service consumption.
—SA
24983 11-Mar-15 1:55am    
created wcf service method find below,

[OperationContract]
[WebGet(UriTemplate = "/GetEmpDetails/", RequestFormat = WebMessageFormat.Json, ResponseFormat = WebMessageFormat.Json, BodyStyle = WebMessageBodyStyle.Wrapped)]
DataSet GetEmpDetails();

so now i get the url ="http://localhost:50961/Service1.svc"

How to call this url in xamarin, Please give me a guide.

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