Hi everyone,
I was working around in SDK trying to learn it and i accidentally modified CRNConnect.java and corrupted it :( now iam not able to work with other samples like Logon.java and RunReport.java Can anyone please upload this one java file so that i may continue my learning. It is really urgent and any help is most appreciated.
If it is not allowed to upload it here then please refer my profile for my mail id and send it. Thanks a lot in advance.
try {
StringBuffer credentialXML = new StringBuffer();
credentialXML.append("<credential>");
credentialXML.append(" <namespace>").append(conf.getNamespace()).append(
"</namespace>");
credentialXML.append("<username>").append(conf.getUsername())
.append("</username>");
credentialXML.append("<password>").append(conf.getPassword())
.append("</password>");
credentialXML.append("</credential>");
String encodedCredentials = credentialXML.toString();
XmlEncodedXML xmlCredentials = new XmlEncodedXML();
xmlCredentials.setValue(encodedCredentials);
cmService.logon(xmlCredentials, null);
} catch (Exception e) {
}
does it help you?
Thanks for replying mc09 but what you have provided is a part of the code snippet for Logon.java and Iam in need of the entire CRNConnect.java file.
drop mail to me and i will send you the code.
hey thanks a lot mc... it really helped me with my SDK learning :)