Hi Steffen,

We use the following test service (provided by Caucho) for unit testing our 
Python Hessian library:

Endpoint: http://hessian.caucho.com/test/test

Interface: 
http://caucho.com/resin-javadoc/com/caucho/hessian/test/TestHessian2.html

If that service doesn't work for you, then you'll definitely need to 
investigate serialization issues on your end.

--
Brandon Gilmore


On Jan 2, 2011, at 9:59 AM, Steffen Demos <steffen.atta...@gmail.com> 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 = [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