cancel
Showing results for 
Search instead for 
Did you mean: 

Can I use KAPSEL with SMP 2.3.3

kousik_goon3
Explorer
0 Kudos

Hi ,

Can I use KAPSEL with SMP 2.3.3 ? If yes , how ?

Accepted Solutions (0)

Answers (2)

Answers (2)

midhun_vp
Active Contributor
0 Kudos

Kapsel plugins will not support SMP 2.3, since it's a part of SMP 3.

In 2.3 you can use third-party tools like Cordova to develop the app and package it with packaging tool coming with SUP 2.2 and higher.

More info:

http://infocenter.sybase.com/help/index.jsp?topic=/com.sybase.infocenter.dc01203.0221/doc/html/vhu13...

Hope that helps.

-Midhun VP

kousik_goon3
Explorer
0 Kudos

Can I use Cordova 3 with SMP 2.3 and can I use http REST API ? If yes, is there any sample code to register my device using SAPUI5 and Cordova 3 to SMP 2.3 using rest api.

what I want as follows :

User will first time put the connection details and will register device in SMP 2.3 and from next time on-wards when app will open it will check whether its registered with SMP or not and if registered then will show login screen . Similar kind of feature of app which we use when we use MBO using Native API or oData SDK.

Jitendra_Kansal
Product and Topic Expert
Product and Topic Expert
0 Kudos

To understand REST API with SMP 2.3 you can check this link

midhun_vp
Active Contributor
0 Kudos

According to the documentation Cordova 3 is not supported with HWC (SyBooks Online). As I mentioned earlier you can use third party frameworks to develop the app, you can use the APIs for registration ex. hwc.ConnectionSettings(regmethod, server, port, server, user, activationcode, protocol, password, urlsuffix) ( SyBooks Online).

Midhun VP

Jitendra_Kansal
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi Kousik,

Understand first that Kapsel functionality has been introduced in smp 3.0 for hybrid app development. Kapsel plugins wont be supported in smp 2.3.x

If you already have smp 2.3.3 then why do you want to use kapsel here?

what is your business requirement?

Rgrds,

JK

kousik_goon3
Explorer
0 Kudos

I want to utilize the login plug-in which is provided for KAPSEL for my Cordova based hybrid SAPUI5 application with SMP 2.3.3. If I cannot , then what are the options I am having to register my device and doing all the work which login plug-in do ..please suggest