I tried consuming a webservice using classes generated from wsdl2objC i have this error
Thread 1:EXE_BAD_ACCESS (code=2,address=0xc)
on the method
- (void)connectionDidFinishLoading:(NSURLConnection *)connection;
right on this line
else if (xmlStrEqual(bodyNode->ns->prefix, (const xmlChar *) "soap") && xmlStrEqual(bodyNode->name, (const xmlChar *) "Fault")) {
i am really out of ideas.. been struggling with this for a week now... Please someone HELP!!