Dear All,
in the topic below We have an example regarding How to use Restful SDK in Java :
In the method "logonCMS" has been used "secEntprise" authentication in order to have a connection on SAP BI 4.x platform :
public static String logonCMS (String sUserName, String sPassword, String sAuth) throws
....
....
....
Now I'm trying to develop a method that connect "Restful" to CMS using "SharedSecret" logon type but unfortunately I didn't find any example or documentation.
Is it possibile to connect "Restful" to CMS using SharedSecret connection ?
If yes, where I can find some example or documentation ?
Best Regards,
MJ