آگاه‌سازی‌ها
پاک‌کردن همه

دسترسی API

5 ارسال ها
2 کاربران
0 Likes
136 نمایش‌
0
شروع کننده موضوع

سلام
من طبق داکیومنت موجود ریکوئست میفرستم ولی با این ارور مواجه میشم که
مشکل از کجا میتونه باشه؟

You have created a service.

To test this service, you will need to create a client and use it to call the service. You can do this using the svcutil.exe tool from the command line with the following syntax:


svcutil.exe  http://81.91.152.10:4030/Services/API/IUser.svc?wsdl 
You can also access the service description as a single file:

 http://81.91.152.10:4030/Services/API/IUser.svc?singleWsdl 
This will generate a configuration file and a code file that contains the client class. Add the two files to your client application and use the generated client class to call the Service. For example:

C#

class Test
{
    static void Main()
    {
        UserClient client = new UserClient();

        // Use the 'client' variable to call operations on the service.

        // Always close the client.
        client.Close();
    }
}

Visual Basic

Class Test
    Shared Sub Main()
        Dim client As UserClient = New UserClient()
        ' Use the 'client' variable to call operations on the service.

        ' Always close the client.
        client.Close()
    End Sub
End Class
PG-Admin PG-Admin 28 مرداد 1402 3:03 ب.ظ

@parsa
با سلام
سرویس ها تست شدند مشکلی نداشتند یه زحمتی بکشین با ابزار هایی مثل
wcftestclient
wcfteststorm
یه تست از سرویس هاتون بگیرین

چون نمونه کد ارسالی تون هیچ کدوم از سرویس های Iuser
رو صدا نزده بودید و مقداری بهش پاس نداده بودید و فقط یک new ساخته بودید
از فایل های راهنما هم میتوانید استفاده کنید جهت پیاده سازی
لطفا با این 2 ابزار نام برده شده سرویس های سمت خودتون رو بررسی بفرمایید

parsa شروع کننده موضوع 28 مرداد 1402 3:22 ب.ظ

نمونه ارسال درخواست به صورت زیر است:
http://81.91.152.10:4030/Services/API/IUser.svc?userName=*** &identityId=1&password=****

نام کاربری و رمز عبور به دلیل امنیت اینجا ذکر نشده.

parsa شروع کننده موضوع 28 مرداد 1402 5:03 ب.ظ
این نوشته در 1 سال قبل توسط parsa اصلاح شد

این نرم افزار های شما ویندوزی هستن و من با سیستم مک و postman تست گرفتم و ارور اول دریافت شد

اشتراک:
پیمایش به بالا