0
votes
1answer
13 views

ios web service login returns empty xml response

I'm an ios noob.. i'm developing an iphone app that uses a soap web service to do the login operation. I read lots of similar questions but none helped me.. I copy-pasted the soap official code ...
1
vote
1answer
46 views

How to retrieve array in php sent from iOS

Following is my iOS code that sends NSmutable Array to PHP webservice: // Getting Server Address AppDelegate *appDelegate = [[UIApplication sharedApplication] delegate]; ...
0
votes
2answers
47 views

How to send a image from iOS to webservice [duplicate]

I want to upload an image to a webservice from iOS. In web service image parameter datatype is File. I want to send a thumb of a image that user taking from his phone camera. Can anyone saya how to ...
0
votes
0answers
22 views

JSON proxy classes generator like SudzC

Is there a service that generates JSON proxy classes exactly like the one with SudzC does with SOAP? if not, what is the best and simplest library to use to handle JSON web services in iOS?
-1
votes
0answers
16 views

Running IIS hosted WebSite on MAC [closed]

I hosted one webservice into the IIS of the Test server.which works fine and opens on any windows machine..and If i try to open the URL of the webservice in the MAC machine to test.I am Unable to ...
0
votes
5answers
45 views

String equal not working iOS

Following is my PHP code that sends response to a webservice request : $query = "select name,email,password from User where email='".$email."' AND password='".$password."'"; $result = ...
0
votes
0answers
17 views

Secure iOS web service calls using OAUTH2

I've read a few other posts on this, but still haven't found an ideal way of doing this. What is the best way to prevent reverse engineering attempts on a web service call that does not require a ...
0
votes
1answer
29 views

Can i detect if an ios app unregistered from APN [closed]

I have a webservice to send push notification to ios devices. Can i know if my ios application is uninstalled from the ios devices because i will contact my client app via sms if they are ...
0
votes
2answers
33 views

how to access images by xml parsing?

in my ios app, i am trying to access the images from following XMl file how can i fetch the image in <description> tag? <channel> <title>Gomolo Photo Gallery</title> ...
1
vote
2answers
62 views

Best way to integrate web-services in iOS in code

previously i call the service from the same class when and where i need the data. is it a good approach to do it, let me know the best option to integrate web-services. Also using ASIHttpRequest ...
-3
votes
1answer
42 views

How to read the XML file getting from the web service in ios [closed]

I want to read some URLs those are coming in xml file through a web service. <chaneels> <chaneel name="AAA"> <url>http://188.138.95.120:8010/</url> ...
1
vote
0answers
49 views

Multiple RESTful Web Service Calls vs. MySQL JOINs

I am currently constructing a RESTful web service using node.js for one of my current iPhone applications. At the moment, the system works as follows: client makes requests to node.js server, ...
-1
votes
2answers
33 views

iOS image size of retina image from web service

Suppose I want an image to be 320x100 points for a retina screen, I would have to make an image 640x200 pixel and named it @2x. The problem is when I download an image from a web service of size ...
0
votes
1answer
37 views

Parse, offline caching of an entire catalogue (iOS application)

I am writing a Parse-backed application which pulls down a catalogue of media objects (with properties and an associated PFFile) which are contained within categories. (an object can be in many ...
0
votes
2answers
32 views

Recover a PDF on iOS from a web service

I have a strange problem with my iOS application that calls a .NET web service to recover a PDF. The web service does some stuff, and returns a PDF document as a reference of the web service (via an ...
0
votes
0answers
32 views

RPC JSON Authentication for iOS

I'm dealing with JSON-RPC to communicate with ASP Server from iPhone Via web services and i need to have some kind of authentication for this web services. I have a class to do the JSON-RPC Stuff ...
-2
votes
2answers
47 views

Using WebService for IOS [closed]

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 ...
0
votes
1answer
229 views

Accessing Parsed JSON Data from Main View Controller iOS

My current issue is I have successfully fetched data from a web service using SBJSON as well as parsed the data into a Class with several variables. Now, my main view controller is supposed to be ...
0
votes
1answer
53 views

Sending msg to iOS app from server manually

I'm kind of starting programmer and on Objective-C. So I want to make an app for iOS that receives messages from a server. These messages are inputed manually, and send to all iOS connected to the ...
0
votes
1answer
171 views

Parsing JSON object for iOS application

Currently, I have within my iPhone app a URL with which contains a JSON object that I must parse. I am able to fetch the JSON object, convert the object to an NSString, now the issue is parsing the ...
0
votes
2answers
83 views

android login from ios web service?

I'm attempting to connect an Android app to a web service originally designed for iOS and I'm not sure if it's going to be possible. I also did not design this web service so I am looking through this ...
0
votes
0answers
17 views

web service call reducing rate trading

Actually i am doing a iOS application which is about Trading. the thing which i want to know is "Time reducing Rate" we are aware of shares...getting down and ups. Here when we call a service like ...
0
votes
5answers
57 views

objective-c freezes after sending to web service

I have worked so hard to write an IPad app, it takes 3 photos and send them to a .net soap web service. It sends the photos properly, I can see them in my server. But the problem is when I click the ...
0
votes
2answers
36 views

xcode send boolean to soap webservice

I am trying to send boolean value to .Net Soap Webservice from IPad application. I couldnt figure out how to send it. I tried true, @"true", 1. but they didn't work. has anybody tried it before? Would ...
0
votes
0answers
59 views

Nested Array mapping restkit v.20

i wanna to map object in Google Places Api Photos "photos" : [ { "height" : 1224, "html_attributions" : [ "\u003ca ...
0
votes
1answer
42 views

Sending image to SOAP webservice

I am trying to send some texts and an image. I can send everything except the image. The problem is I dont know how to pass it. in .net soap webservice, image is declared as base64binary. what is the ...
0
votes
1answer
33 views

Best possible way to secure a OAuth protected web service call from iOS

Currently building an app that will offer up some data based on location. This isn't considered very sensitive information, but I've been wondering what is the best possible way to protect the web ...
1
vote
1answer
40 views

Redis Vs. Web service for Push Notifications in iOS Application

I am exploring Redis and I wanted to know which one among Redis and Web Services, will be better, more fast and compatible to use for a Social Networking iOS Application.
0
votes
1answer
103 views

Cannot connect iOS using AFNetworking to asp.net webservices

I am trying to connect from iOS to asp.net webservices and i am getting error 500. The webservices are working if connected from the web using jQuery.ajax but not from iOS. Are there any settings ...
0
votes
0answers
25 views

iOS, WebServices, Soap and XML Files

I am currently developing an iOS application that lets the user download a question file (stored as xml) from a webservice (the webservice is acting as an intermediate interface - the file is created ...
0
votes
2answers
59 views

Issue in json request response, getting blank response(SOLVED by using ASIHTTP Library)

I am stuck with an issue in simple request response in iOS, I am getting blank response in request a url with one post parameter, where the url as it is perfectly working in android and webbrowser ...
0
votes
1answer
42 views

Send parameters to web service

I have written a function to get a response from web service. But now I want to send parameters to a web service. How can I modify the code below to send parameters to another web service? I want to ...
0
votes
2answers
68 views

Pass an array to .net webservice in ios sdk

I like to call the json web service through my iphone app. I try to pass the array like as follow: NSArray *keys = [NSArray arrayWithObjects:@"key",nil]; NSArray *objects = [NSArray ...
0
votes
1answer
63 views

How to get data from server and install in sqlite

Now I have a server with many tables. In xcode, I use sqlite to store data from 1 table of server, so what should I do to connect and get data from server to store in slite db ?
0
votes
0answers
96 views

Xcode and database for web service of pass

Now I can create a web service for updating pass successfully. Next, I want to create an app by using xcode in order to set at the back of pass. I use many locations of companies for locations in ...
0
votes
1answer
69 views

NSURLConnection Lost Connection

I have an app with 100k+ users that connects using a SOAP web service. Everything works fine for most users except sometimes using NSURLConnection I keep getting the error: Error ...
0
votes
2answers
35 views

Label load with “weird characters” from server

I have a label in a view which loads a plain text file and displays the content, but it displays weird characters not located in the .txt file along with the real content. The text file has one line ...
-1
votes
3answers
86 views

XCode iDevice app - How to listen for message/request from server?

I have a project where I need to be able to send messages from a server running a web service to a specific iDevice. I have no idea how to do this, so any help is very appreciated. The scenario: I ...
2
votes
1answer
54 views

Set Image With URL having authentication-IOS SDK

Hello i am trying to display images from url in tableview,the problem is that url is having authentication,how to display image url having authentication.Code i tried is given below. [cell.im ...
1
vote
2answers
49 views

cURL web services from iphone

I need to fetch data from curl web services from iOS, the client provided me a header name, header value and a base url, I dont know what to do with them, the url isn't giving me anything opening in a ...
0
votes
0answers
41 views

FTP File download error

[FTPHelper sharedInstance].delegate = self; [FTPHelper sharedInstance].uname = BASE_USERNAME; [FTPHelper sharedInstance].pword = BASE_PASSWORD; [FTPHelper sharedInstance].urlString = BASE_URL; for(int ...
0
votes
0answers
40 views

how to integrate iOS app with Facebook considering changes in facebook api [closed]

I'm developing an ios app which is integrated with Facebook. Additionaly to app I have some servers with database and php web service (kind of cloud). I considered two options: Using Facebook SDK ...
1
vote
4answers
67 views

Call status change web-service when my App is deleted

In my application , i works with web-services and when user log in into my app my app is sending a request with status 1 means loged in and when on log out button click sending a request with status ...
0
votes
1answer
25 views

iOS login to a webservice

I'm very new to iOS and I was trying to figure out how to login in a webservice. I'am able to connect using a UIWebView to the login page but I was wondering if this could be made in a native way ...
1
vote
1answer
102 views

Wrong data returned from NSURLResponse when trying to invoke web service method

im rather new at this.. i got a tomcat server running and i have a web service method there that when invoked, returns a string. when i try to use NSOperationQueue *backgroundQueue = ...
0
votes
2answers
39 views

NSCredential in UIAlertView to connect to a WebService

I have a NavigationController that hold ViewControllers, but I want that to access to some ViewControllers an authentification via an UIAlertView. (Some ViewControllers content need a ...
-1
votes
2answers
100 views

iOS: Passing parsed values from soap webservice in NSObject class back to UIViewController

I don't know why this is being so difficult but I can't get this to work. Here's my simple problem: I have a UIViewController that calls paring class type of NSObject class that does the parsing ...
-3
votes
1answer
70 views

how to implement live chat functionality in ios device [closed]

how to implement live chat in ipad programming. Which frame works are needed to include,If any samples are there please let me know.Those are very helpful to me.And suggest me how to use web services ...
0
votes
1answer
37 views

How do I fix this code so that it fetches only updated records?

I have an app that uses Ray Wenderlich SDSyncEngine & SDAFParseAPIClient, but Ive modified it to use my client's web service. When creating the fetch request, it uses a string to append to the ...
0
votes
1answer
55 views

Trying to use native iOS code for connecting to .NET web service

I have just gone through a tutorial to connect to a .NET web service from iOS using the library AFNetworking (http://afnetworking.com/). My code works fine, however, I am wondering how I can achieve ...

1 2 3 4 5 12
15 30 50 per page