Tôi có thông tin về webservice như bảng dưới. Làm thế nào để gọi hàm của webservice này để lấy dữ liệu về:
Request Url |
HMAC
http://webservicecongty.com.vn/KiemTraHoSo
|
Request method |
POST |
Request header |
Content-Type: Application/json |
Query Parameters |
tocken={tocken} &id_tocken={id_tocken} &username={username} &password={password} |
Form data |
{
"maHoSo":{mã hồ sơ},
"hoTen":{họ tên},
"ngaySinh":{ngày sinh}
}
|
tất nhiên tôi có username và password để truy cập, chỉ là không biết code thế nào. Các bạn ai biết chỉ giúp tôi với. Cảm ơn các bạn nhiều.