| Projects on Google Code | Results 1 - 3 of 3 |
[http://ditchnet.org/soapclient SOAP Client]
SOAP Client uses WSDL files you provide to dynamically create a graphical user interface for any given SOAP-based web service. Here's how:
* Find a SOAP-based web service that also has an accompanying WSDL description file.
* Launch SOAP Client...
<p>Here is a simple class that allows you to transfer files via WebDAV.</p>
<h2>Inside it uses:</h2>
<ul>
<li>CFNetwork for HTTP/HTTPS connections.</li>
<li>Streams for reading and writing files.</li>
<li>NSXMLParser for parsing WebDAV responses.</li>
</ul>
<h2>Known Issues and Future plans...
=Documentation=
* [#English English]
* [#Bielaruskaja Беларуская]
=English=
This project was inspired by a marvelous lib that I'm using in all my apps that involve network interactions (I can hardly remember one without any): *[http://allseeing-i.com/ASIHTTPRequest/ ASIHTTPRequest]*.
...