簡體   English   中英

從Monodroid應用程序使用WCF Web服務

[英]Using WCF web service from monodroid application

我正在嘗試從Android應用程序測試WCF Web服務,但出現此錯誤:

No overload for method 'GetData' takes 1 arguments  

這是代碼:

        using client01.TestService;

        EditText = FindViewById<EditText>(Resource.Id.EditText);
        TestService.Service TS = new TestService.Service();
        EditText.Text = TS.GetData(7);

檢查TS.GetData()的定義以查看該函數需要多少個參數。

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM