Sign up ×
Stack Overflow is a community of 4.7 million programmers, just like you, helping each other. Join them; it only takes a minute:

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!!

share|improve this question
    
Did you check the soap message you get? – null Jun 12 '13 at 9:31
    
i have used soapUI and SoapSOnar and everyting is well – user2477614 Jun 18 '13 at 10:31
    
find a solution to the problem? I have the same issue.. – lightless07 Jan 9 '14 at 1:17

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.