Centurion
Centurion

Reputation: 14304

Are there any native iOS solutions for communication with SOAP web service?

Is it true, there's no native built-in libs or frameworks for communicating with a web service via SOAP? There's some Web Services Core framework that deals with SOAP but it's available only for mac os. All stack overflow posts mention about 3rd party libs for dealing with SOAP (CSoap and other)...

Currently, I'm looking for a wrapper API like "sendRequestWithMessage:" and "receiveResponseWithMessage:". I would prefer higher level API instead of manual construction of HTTP request, setting headers (length and etc), and maybe simplified XML construction.

Upvotes: 4

Views: 760

Answers (1)

Sanjeev Rao
Sanjeev Rao

Reputation: 2297

SudzC.com generating files are not a library , it generates your classes based on your wsdl file, it generates purely objective c source code.

Upvotes: 3

Related Questions