on 2019 Feb 22 10:11 AM
Hi All ,
I am consuming external API from .Net...
CLEAR LV_RESPONSE.
LV_RESPONSE = lv_HTTP_CLIENT->response->get_cdata( ).
But in lv_response getting data , that is not expected.
SPAN { font-family: "Courier New"; font-size: 10pt; color: #000000; background: #FFFFFF; } .L0S31 { font-style: italic; color: #808080; } .L0S52 { color: #0000FF; } .L0S55 { color: #800080; } .L0S70 { color: #808080; }
*STEP-6 : Extract Rest-Service-Response
SPAN { font-family: "Courier New"; font-size: 10pt; color: #000000; background: #FFFFFF; } .L1S33 { color: #009300; }
"RESPONSE" : "\r\n \r\n\r\n<!DOCTYPE html>\r\n<html lang=\"en\">\r\n\r\n<head>\r\n<metacharset=\"utf-8\">\r\n<metahttp-equiv=\"X-UA-Compatible\"content=\"IE=edge\">\r\n<metaname=\"format-detection\"content=\"telephone=no\">\r\n<metacontent='width=device-width,
initial-scale=1.0,
maximum-scale=1.0,
Request clarification before answering.
I expect here , response like below....
{
"response":"Success",
"responseData":{
"response":"Posted successfully"
},
"error":null,
"errorList":[]
}
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.