Thursday, December 5, 2013

About xcode to. Net issue of access to the web service data

posts by kncomputer edited 2012-05-03 12:22:44
Hello, I am a web developer for a project, my website developed by asp.net, now need to site the client (iOS, Android) to develop data interfaces.
Xml format to send data to the client, and then if the interface to access my web site, xml format I returned the following:
  



English Words
text




I do not know iOS (and Android) after receiving the development side can correctly interpret.
Note: I have been a client of the program indicate the output format is text / xml
Response.ContentType = "text / xml";

Question 1: The value of the client developer can get to the top of the right xml content Result node parameters [Success] of (1)
Question 2: Client developers can not properly get to the top of the second node xml content Data Item value of Chinese, will produce garbled?
Question 3: Obtaining the picture: The client may need to get some pictures of my interfaces, then I direct the URL of the image you can return it? Or that images must be converted to Base64 encoding to the client?
Thank you.

Reply:
Question 1: You can get
Question 2: You can get the correct Chinese
Question 3: can be, but also through the URL to crawl down
Reply:
iOS also webkit browser kernel, rendering almost identical with the pc, the basic need special treatment, but without some mouse hover effect across it.

No comments:

Post a Comment