简体   繁体   English

iPhone Soap Web服务

[英]iPhone Soap Web Service

This is my first time that I will work with the web service, so I will be grateful to you if you can help me . 这是我第一次使用网络服务,所以如果你能帮助我,我将不胜感激。

I have created this web service : 我创建了这个Web服务:

http://192.168.2.166:8080/WebService1/Service1.asmx it includes three methods, the first one will return array of strings, the second and third will return one string for each method . http://192.168.2.166:8080/WebService1/Service1.asmx它包含三个方法,第一个将返回字符串数组,第二个和第三个将为每个方法返回一个字符串。

My question is : How can I connect with this web service and print the results on console ? 我的问题是:如何连接此Web服务并在控制台上打印结果?

Note : if anybody have a good tutorial and advanced that related to web service, I will be grateful if he can shared this tutorial with me (specially how connect web service with database and return the results to the clients) 注意:如果有人有一个很好的教程和与Web服务相关的高级教程,我将不胜感激他是否可以与我共享本教程(特别是如何将Web服务与数据库连接并将结果返回给客户端)

Thanks in advance :) 提前致谢 :)

follow this tutorials Soap in iphone 按照本教程在iPhone中使用Soap

I think your requirement are similiar with the following 我认为您的要求与以下内容类似

SOAPWebService SOAPWebService

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM