Hello!
I’ve got problems with TaminoClient’s Ping() and Echo() methods.
Here’s the code:
<BR>try{<BR>TaminoClient tc=new TaminoClient("http://194.102.151.215/tamino/Dinamo/Property");<BR> tc.Ping(); <BR> }<BR> catch(TaminoError e){<BR> System.out.println (e.toString());<BR> }