Muhannad Dasoqie
Muhannad Dasoqie

Reputation: 313

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 :

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 .

My question is : How can I connect with this web service and print the results on console ?

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)

Thanks in advance :)

Upvotes: 0

Views: 1171

Answers (1)

Ali3n
Ali3n

Reputation: 1244

follow this tutorials Soap in iphone

I think your requirement are similiar with the following

SOAPWebService

Upvotes: 2

Related Questions