0

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 web service. I've never used webservice before. Can anyone help me? Thank you.

e.ozmen
  • 269
  • 3
  • 17

2 Answers2

1

@e.ozmen now a days most applications uses web services but it is not a big issue you can learn it with a ease in tutorial you can find most of things

http://www.raywenderlich.com/2965/how-to-write-an-ios-app-that-uses-a-web-service

another tutorial that uses JSON

http://mobile.tutsplus.com/tutorials/iphone/ios-quick-tip-interacting-with-web-services/

NSLog
  • 649
  • 1
  • 5
  • 12
  • Thank you everyone. This question is helped me to understand. http://stackoverflow.com/questions/8230530/recieving-soap-error-when-requesting-a-wcf-web-service-in-objective-c-ios-app – e.ozmen May 29 '13 at 05:24
0

Check my answer ios - How to use HttpGet class in objective-c

Basically you have make use of NSURLRequest class and its associate methods to get the desired response from the web service

Community
  • 1
  • 1
Ratikanta Patra
  • 1,177
  • 7
  • 18