This is a migrated thread and some comments may be shown as answers.

Implementing using Drupal Services

1 Answer 95 Views
AppBuilder Windows client
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Monalisa
Top achievements
Rank 1
Monalisa asked on 15 May 2013, 06:17 AM
Hi,

Hope you all doing good today. This is Monalisa Das.

My team has started developing an app using ICENIUM. 
Today I am writting down as they r stucked in a factor.
I have listed a small snippet from the "Kendo Music App".

define([], function () {
var domain = "www.kendouimusicstore.com",
serverUrl = "http://" + domain,
serviceUrl = serverUrl + "/Services/MusicStore.svc";

return {
domain: domain,
serverUrl: serverUrl,
serviceUrl: serviceUrl,
genresUrl: serviceUrl + "/Genres",
artistsUrl: serviceUrl + "/Artists",
albumsUrl: serviceUrl + "/Albums",
loginUrl: serverUrl + "/Api/AccountApi",
cartSubmitUrl: serverUrl + "/Api/CheckoutApi",
orderHistoryUrl: serverUrl + "/OrderHistory"
};
});

I wish to apply the same using Drupal Services. Can you guide me through how can I make it possible.

Viz,

In the snippet above, I am basically focusing on one Line Of Code,

serviceUrl = serverUrl + "/Services/MusicStore.svc";

This code is using WCF WebService. How can I implement the same using Drupal Services ?

Waiting for your reply. Have a great day.

Cheerz !!

1 Answer, 1 is accepted

Sort by
0
Steve
Telerik team
answered on 15 May 2013, 12:07 PM
Hi,

Drupal has a module which allows mobile applications to integrate with Drupal websites and services. You can review the following links as an example how to integrate with Drupal in hybrid applications:
  • http://www.tylerfrankenstein.com/code/android-app-with-drupal-7-services-phonegap-and-jquery-mobile
  • http://drupal.org/project/phonegap
  • http://drupal.org/project/drupalgap

Please have in mind that if you are using Icenium Mist's Simulator you might have problems with "cross-domain" requests to Drupal server.

Regards,
Steve
the Telerik team

Don't miss the Icenium May Release Keynote - sign up now!
Share feedback and vote for features on our Feedback Portal.
Tags
AppBuilder Windows client
Asked by
Monalisa
Top achievements
Rank 1
Answers by
Steve
Telerik team
Share this question
or