Riccardo,

Thank you so much for such a quick reply to my email I will take a few minutes 
to study the situation further in light of your email. I will then report to 
you how it goes. I really appreciate your help and will try to be as concise as 
possible in my subsequent emails.

Thank you again,

Steffen
On Jan 2, 2011, at 2:11 PM, Riccardo Cohen wrote:

> Hi Steffen
> 
> Why don't you just setup a Resin opensource on your mac like I do, and 
> reach this local server with wifi on its IP ! this way you will be able 
> to test many things.
> 
> If you need help for this please contact me on my email directly. I'd be 
> also glad to test the application on iPhone, I have just created an iOS 
> developer account on Apple.com and start to learn this stuff :)
> 
> 
> 
> On 02/01/11 18:59, Steffen Demos wrote:
>> Developers,
>> 
>> I am implementing Hessian in Objective-C for the iPhone. I compile
>> successfully, but yet throw an exception when attempting to access the
>> BasicAPI web service with a call to hello. The exception reason states
>> "*The service has no method named: hello*". Has the test service been
>> modified or moved? Please note the url that I specify in my call below:
>> 
>> NSURL* urlTest =
>> [NSURLURLWithString:@"http://hessian.caucho.com/test/test";];
>> id<BasicAPI> proxy =
>> (id<BasicAPI>)[CWHessianConnectionproxyWithURL:urlTest
>> protocol:@protocol(BasicAPI)];
>> NSLog(@"hello: %@", [proxy hello]);
>> 
>> I always search postings to find answers to my questions before posting.
>> However, in this case I have not found how to do that. Please advise.
>> 
>> Thank you,
>> 
>> Steffen
>> 
>> 
>> 
>> _______________________________________________
>> hessian-interest mailing list
>> hessian-interest@caucho.com
>> http://maillist.caucho.com/mailman/listinfo/hessian-interest
> 
> -- 
> Riccardo Cohen
> Architecte du Logiciel
> http://www.architectedulogiciel.fr
> BP 77536
> 37075 Tours Cedex 2
> +33 (0)6.09.83.64.49
> Membre du réseau http://www.reflexe-conseil-centre.org
> 
> 
> _______________________________________________
> hessian-interest mailing list
> hessian-interest@caucho.com
> http://maillist.caucho.com/mailman/listinfo/hessian-interest



_______________________________________________
hessian-interest mailing list
hessian-interest@caucho.com
http://maillist.caucho.com/mailman/listinfo/hessian-interest

Reply via email to