views:

317

answers:

1

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

A: 

Hello,

I am tryin to make a java webservice that the iphone should consume. Well i am blocked in this step.i have created my java classes on the netbeans. And now the iphone should interact with the server via the webservice.i am trying to do that in the localhost at first.but my first problem is the xcode does not detect the server ( i used the glassfish in netbeans) any idea please?

i_mt