"> "> ">
<%@ page import = "org.apache.commons.logging."* %>
<%@ page import = "com.nexacro17.xapi.data."* %>
<%@ page import = "com.nexacro17.xapi.tx."* %>
<%@ page import = "java.util."* %>
<%@ page import = "java.sql."* %>
<%@ page import = "java.io."* %>
<%@ page contentType = "text/xml; charset=UTF-8" %>
<%
// PlatformData
PlatformData out_pData = new PlatformData();
String name = (request.getParameter("full_name") == null) ? "" : request.getParameter("full_name");
int nErrorCode = 0;
String strErrorMsg = "START";
try {
/******* JDBC Connection *******/
Connection conn = null;
Statement stmt = null;
ResultSet rs = null;
try {