Hi,
I am refering this link to access my JAX-WS web services.
JSON-RPC Bridge to XML Web Services and usage in Objective-C in iPhone. I have successfully integrated my Web services with JSON Bridge. I have also tested it with Firebug, it works fine.
Now I am trying to access it with iPhone however I get an error at:
ASIHTTPRequest *request = [[[ASIHTTPRequest alloc] initWithURL:url] autorelease];
Please help