On Jan 2, 2011, at 09:59:01, 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 

Steffen,

Are you implementing Hessian, or are you implementing a service using Hessian, 
and the HessianKit library?

        http://sourceforge.net/projects/hessiankit/

-- 
Rick

> 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 = [NSURL 
> URLWithString:@"http://hessian.caucho.com/test/test";];
>               id<BasicAPI> proxy = (id<BasicAPI>)[CWHessianConnection 
> proxyWithURL: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



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

Reply via email to