- 13
- 0
- 约3.87万字
- 约 27页
- 2016-11-22 发布于江苏
- 举报
webservices接口文档.docx
入库接口
1:传入用户名密码通过平台身份验证
2:传入通过验证后的密钥以及主从表数据(xml形式数据)
3:根据返回值判断执行结果
例如:
/**
* Description: Web Service调用测试用例
*
* @author a href=mailto:chenxiaomin@Tony/a
* @since version1.0
*/
public class ClientCall {
/**
* 测试SES接口
*/
public static void testYX() throws Exception {
String endpoint = 4:8088/ses/services/SesService;
Service service = new Service();
service.setMaintainSession(true);
// 测试登录
Call call = (Call) service.createCall();
call.setTargetEndpointAddress(new .URL(endpoint));
call.setOperationName(doLogon);
call.addParameter(p1, XMLType.SOAP_STRING, ParameterMode.I
原创力文档

文档评论(0)