Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.
#Automation
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> }