iPhoneDev -- where did you go next. I am in the same spot where everything is compiling and running, but can't seem to 'see' any output.
this is all tied to a button press with MainText as a screen element:
NSArray *keys = [NSArray arrayWithObjects:@"MyName",nil];
NSArray *objects = [NSArray arrayWithObjects:@"MyName", nil];
NSDictionary *params = [NSDictionary dictionaryWithObjects

bjects forKeys:keys];
MainText.text=[wsResponse objectForKey:@"string"];
I stuffed a couple of printf commands in so I know it's all running... just am not too sure why I see no output.
Any ideas?
ps - I am a longterm asp.net guy breaking in. I wrote the webservice on the other end so I know it's all good.
Thanks. Dan Ribar