views:

29

answers:

1

Hi,

I 'm trying to build an app which communicates with a web service.
So far i have

  • basic iphone app --hello world
  • web service .net (version 1.1)

I want the web service to return a pdf file. I can send the pdf in bytes. Is this the best approach. I 'm concerned that with the increase in pdf size the performance will degrade. Any suggestions how to approach this problem.

thanks

PS: I 'm referencing the following links for webservices

http://grabalife.com/2009/10/19/using-net-web-services-and-dataset-objects-in-your-iphone-app/

http://www.oreillynet.com/pub/a/mac/2003/02/14/omnigene2.html

A: 

this is a good resource for using web service for an app

http://www.devx.com/wireless/Article/43209/1954

Anonymous