Objective-C Web Service Asynchronous with Cookies - Stack Overflow most recent 30 from stackoverflow.com2009-12-02T10:59:32Zhttp://stackoverflow.com/feeds/question/705035http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/705035/objective-c-web-service-asynchronous-with-cookies2Objective-C Web Service Asynchronous with CookiesAkash Kava2009-04-01T11:10:30Z2009-04-02T15:23:30Z
<h3>Duplicate:</h3>
<blockquote>
<p><a href="http://stackoverflow.com/questions/704985/objective-c-asynchronous-web-request-with-cookies">Objective-C Asynchronous Web Request with Cookies</a></p>
</blockquote>
<p>I want to connect to .Net web server and I tried to use wsdl2objc, I generated code, but no way how to use it because request objects does not have any properties to be set, and also there is no example of asynchronous call as well as how to reuse cookies, because we track sessions in cookies on our asp.net server.</p>