This thread was migrated from an old forum. It may contain information that are no longer valid. For further assistance, please post a new question or open a support ticket from the Customer Support portal.
I'd like to export an app using an external program and do some modifications and then import the app into MobileFabric. Does kony expose any rest api to perform these opertaions
I was looking for this. But our mobile fabric services are authenticated using siteminder. When i tried modifying the values to make a call to fetch the token, I receive the below error.
But however I'm able to login to mobile fabric instance using browser .
curl -H "Accept: application/json" --data "userid=[XXXXXX]&password=[XXXXXXX]" -X POST "https://qamobile.aetna.com/authServices/sma/login.fcc"
<html>
<head>
<title>ECHS - Call Help Desk</title>
</head>
<body>
<center>
<blockquote>
<center>
<!-- Table for the logos… –>
<table align=“center” width=“80%”>
<tr>
<td align=“left”><img src=“images/echslogo.jpg” alt=“ECHS logo”></td>
<td align=“right”><a href=“http://aetnet.aetna.com”>
<img src=“images/aetnetlogo.gif” alt=“Return to AetNet” border=“no”></a>
</td>
</tr>
</table>
Sample cURL script for Export app is not helpfull and is similar to fetchClaimsToken example . Could you please provide an example on how to invoke GET to export the app with details of Workspace ID and AppName .
How can we import the application in MFConsole (The doc link provided explains how to import it in Viz workspace. But my requirement is importing the app in the running mf console.
And do we need the auth token to be generated every time?