Rest Api for Flash Talking - XML through POST
Hey Guys!
I need to push XML request through POST for flashtalking api.
Code below:
httprequest.addHeader('Authorization', 'Basic ' + DOMO.b64EncodeUnicode(metadata.account.username + ':' + metadata.account.password));
var res = httprequest.get('https://request.flashtalking.net/authenticate/xxxxxxxxappkey');
//token extraction
var token = res.substring(92, 124);
DOMO.log('token: ' + token);
httprequest.addHeader('Authorization', 'Basic ' + DOMO.b64EncodeUnicode('appkey' + '||' + 'devkey' + ':' + token));
var xml = '<?xml version="1.0"?>'+
'<request>' +
' <name>testapiclient23</name>' +
'</request>';
var post = httprequest.post('https://request.flashtalking.net/client',xml);
DOMO.log(' post : ' + post);
When I use:
var post = httprequest.post('https://request.flashtalking.net/client',xml);
Console gives me follwing error:
post : method POST must have a request body.
When I modify it to:
var post = httprequest.post('https://request.flashtalking.net/client',{body:xml});
Api response is:
<?xml version="1.0"?>
<response><request>client</request><function>create</function><error>args not complete:name</error><token>90f6e2a9d6f42c1d5ee44dc249c212f7</token><httpstatus>400</httpstatus><message>bad request.</message></response>
Error 400 - Bad request.
I am pretty sure that Flash Talki api doesn't recognize my XML request, not sure why though.
Any help will be appreciated.
Tagged:
0
Best Answer
-
0
This discussion has been closed.
Categories
- 10.8K All Categories
- 3 Private Company Board
- 1 APAC User Group
- 12 Welcome
- 39 Domo News
- 9.7K Using Domo
- 1.9K Dataflows
- 2.5K Card Building
- 2.2K Ideas Exchange
- 1.2K Connectors
- 343 Workbench
- 260 Domo Best Practices
- 11 Domo Certification
- 464 Domo Developer
- 50 Domo Everywhere
- 105 Apps
- 714 New to Domo
- 85 Dojo
- Domopalooza
- 1.1K 日本支部
- 4 道場-日本支部へようこそ
- 27 お知らせ
- 64 Kowaza
- 299 仲間に相談
- 653 ひらめき共有