Languages

Menu
Sites
Language
Full service application example

Does anyone know where I can find a Service Application example with full source code? https://developer.tizen.org/development/tutorials/web-application/tizen-features/service-application doesn't seem to contain the full source code, only snippets.

Responses

7 Replies
Vikram

Hi,

I am afraid no full source code, but as you mentioned https://developer.tizen.org/development/guides/web-application/tizen-features/service-application

It have key api guide and sample code introduce.

colin Rao

f.y.i.

you can find the native service sample application from the IDE.

Alex Dem

Hi,
Looks like there is no web service example in 2.3.1 sdk, only native service example.
Alexey,

Palitsyna

Hello,

unfortunately, I've found no example of Web Service Application. Only Native Service Application is available in Tizen IDE.

daniel kim

Hi,

It seems that Gear S2 doestn't support Service applicaion in web part. This is sample code of web service and service of SlaveW doesn't response with message from MasterW. Moreover module.exports is not recognized. I would suggest you to check out these links.

     https://drive.google.com/open?id=0BzgUeghcKkMIazhkYnZqUmtUMW8 - MasterW

     https://drive.google.com/open?id=0BzgUeghcKkMIckkxaUthNVNRZE0 - SlaveW

Regards

 

Seoghyun Kang

Dear offbynull,

 

The mobile profile does not support the service application now.

The Wearable profile supports the service application. But it is not opened.

So the 3rd party developer can not use the service application now.

 

I hope soon corrected.

 

 

Best regards,

Seoghyun Kang

daniel kim

Hi Seoghyun Kang,

Same query was posted recently as below.

     https://developer.tizen.org/forums/general-support/need-help-running-service-app-on-wearable-device?tab=active

I've tested below code with Gear S2&partner level certificate on Tizen SDK 2.4 Rev4. but it seems that web service is not available  for Gear S2 yet.

Any log of module.exports.onStart() and module.exports.onRequest() are not existed.

         https://drive.google.com/open?id=0BzgUeghcKkMIazhkYnZqUmtUMW8 - MasterW

         https://drive.google.com/open?id=0BzgUeghcKkMIckkxaUthNVNRZE0 - SlaveW

I appreciate you if you let us know when Gear S2 start to support web service.

Regards