Reputation: 14304
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
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