It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
I am new to phonegap. I need to call SharePoint web service to my ios app with phonegap in html5. Can anyone help? How can it be called? Is is possible?
Although i am not sure what type of data your service returns but generally it returns XML, so this plugin might help you easily capture the data and process the output in regular JSON format.
https://github.com/bobby/jquery-sharepoint-json
Also include your service ip address in the whitelist otherwise it will not be reachable due to cordova security model Domain Whitelist.
Related
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 9 years ago.
There is a wcf webservice. In it there is a lot of procedur.
When I need to use a procedure ,which is one of them in the wcf, I have to connect it and use it.
But I don't know what to do to use the web service. I've never used webservice before.
Can anyone help me? Thank you.
#e.ozmen now a days most applications uses web services but it is not a big issue you can learn it with a ease in tutorial you can find most of things
http://www.raywenderlich.com/2965/how-to-write-an-ios-app-that-uses-a-web-service
another tutorial that uses JSON
http://mobile.tutsplus.com/tutorials/iphone/ios-quick-tip-interacting-with-web-services/
Check my answer ios - How to use HttpGet class in objective-c
Basically you have make use of NSURLRequest class and its associate methods to get the desired response from the web service
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 9 years ago.
I would like to use the TWebBrowser Component in a complete new instance independently from the instance of the Internet Explorer. Is there a way to start TWebBrowser (e.g. in private browsing mode) so it would have it's own instance of cookies, cache, history, etc.?
Try delphi chromium.
Based on Chrome browser, fully autonomous and more html5 compliant....
You can define the directory where to store cookies, and then, clean them as you like...
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 9 years ago.
I am new in REST. I want to create server of passes. Do I have to use REST or not ?
Yes. you need to build a REST web service if you want to be update Apple Passbook Passes.
A REST-style web service protocol is used to communicate with your
server about changes to passes, and to fetch the latest version of a
pass when it has changed.
See the Passbook Web Service Reference for the full specification.
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
Is there a way to make an app compile data from a website? I need to make an app that will display a name, address and some short details - but I need this information to be regularly updated and contributed to by admins, without requiring me to continually add the new information into the app.
I have not done an app of this kind before so any help or assistance would be most appreciated!
Mainly two types of web service available
SOAP
REST.
Use the parsing technique (XML parsing,JSON parsing) depends on the type of web service to parse the data.
The information will be updated automatically in your application when ever some change in the web service happens.
I hope you will get some idea.
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
I am new to bb app development. Now I'm supposed to develop a Twitter application for blackberry. How do I start my application.. is there any Twitter API for blackberry?
I have created the UI of the login page, but how to start with authenticating username and password? I have registered my app in twitter now I have the consumer key and secret, but I dont know how to use that.
Anyone knows about twitter apps for blackberry or have any sample code for Twitter?
You may use TwitterAPIMe.
You may find how to use the API in the link.
I used it, it's easy and working well with good performance.
PS, you must be RIM4.6 or higher