Hi, Thanks very much for posting these examples. These and the threads of replies have been very useful in getting a successful connection to a webservice I am trying to use. I did manage to call a Login method on my
service which sends back a session key. I assume that somehow I need to be sure to include this key in future requests to various methods (so it will know which session to use) What I am not sure is how to send the key. Does it get wrapped into a SOAP header? or does it somehow get associated with the NSURLRequest object? any thoughts, advice, examples appreciated.