ErrMsg = "";
qm.Call("teste", oi);
ErrMsg = qm.GetArg(3);
if (ErrMsg != "") System.out.printf("Failed - %s%n", ErrMsg);
System.out.printf(oi);
if (!qm.Connect(Host, -1, UserName, Password, Account))
System.out.println("Failed to connect - " + qm.Error());
ErrMsg = "";
qm.Call("teste", oi);
ErrMsg = qm.GetArg(3);
if (ErrMsg != "") System.out.printf("Failed - %s%n", ErrMsg);
System.out.printf(oi);
Cleber,
If you navigate to http://downloads.openqm.com/help/index.html
Then use the “Search” tab to search on “java”, the first item which comes up is a “QMClient Example” – the 4th entry of which is a java example:

Mike
--
You received this message because you are subscribed to the Google Groups "OpenQM" group.
To unsubscribe from this group and stop receiving emails from it, send an email to
openqm+un...@googlegroups.com.
To post to this group, send email to ope...@googlegroups.com.
Visit this group at https://groups.google.com/group/openqm.
For more options, visit https://groups.google.com/d/optout.