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.
0
Best Answer
-
0
Answers
-
0
This discussion has been closed.
Categories
- 10.5K All Categories
- 8 Connect
- 918 Connectors
- 250 Workbench
- 472 Transform
- 1.7K Magic ETL
- 69 SQL DataFlows
- 477 Datasets
- 199 Visualize
- 254 Beast Mode
- 2.1K Charting
- 11 Variables
- 17 Automate
- 354 APIs & Domo Developer
- 89 Apps
- 3 Workflows
- 20 Predict
- 5 Jupyter Workspaces
- 15 R & Python Tiles
- 247 Distribute
- 63 Domo Everywhere
- 243 Scheduled Reports
- 21 Manage
- 42 Governance & Security
- 179 Product Ideas
- 1.2K Ideas Exchange
- 12 Community Forums
- 27 Getting Started
- 14 Community Member Introductions
- 55 Community News
- 4.5K Archive