xfire调用webService接口方法
xfire调用webService接口方法 ??????? //??????? Client client = getClient();??????? //??????? Object[] results = null;??????? //??????? try {??????? //??????????? //调用特定的Web Service方法??????? //??????????? results = client.invoke("verifyRegister",new Object[] { idNo,??????? // idType,name});??????? //??????? } catch (Exception e) {??????? //??????????? e.printStackTrace();??????? //??????? }??????? //??????? if (results == null)??????? //??????????? System.out.println("zero");??????? //??????? else{??????? //???????? for (int i = 0; i < results.length; i++) {??????? //???????????? System.out.println(results[i].toString());??????? //???????? }??????? //??????? } (编辑:李大同) 【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容! |