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

Is it true that there are no built-in built-in libraries or frameworks for communicating with a web service through SOAP? There are the basics of basic web services that relate to SOAP, but are only available for Mac OS. All posts mention third-party libraries for working with SOAP (CSoap and others) ...

I am currently looking for a wrapper API, such as "sendRequestWithMessage:" and "receiveResponseWithMessage:". I would prefer a higher-level API instead of manually constructing an HTTP request, setting headers (length, etc.) and possibly a simplified XML structure.

+4
source share
1 answer

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

+3
source

Source: https://habr.com/ru/post/1394597/


All Articles