Commit 28786dec authored by Quxl's avatar Quxl

x

parent 24534fc6
......@@ -13,7 +13,7 @@ public class ConfirmQuotationTest {
String namespace = "http://confirm_quotation.sso.egolm.com";
String serviceName = "ConfirmQuotationService";
ConfirmQuotationService service = ServiceFactory.create(wsdlLocation, namespace, serviceName, ConfirmQuotationService.class);
String XML = StringUtil.readText("D:/data/sso/007.XML");
String XML = StringUtil.readText("D:/data/sso/008.XML");
Z_MT_SD_008_SO_CONFIRM_QUOTATION Z_MT_SD_008_SO_CONFIRM_QUOTATION = XMLUtil.toBeanByJxab(XML, Z_MT_SD_008_SO_CONFIRM_QUOTATION.class);
service.execute(Z_MT_SD_008_SO_CONFIRM_QUOTATION);
}
......
......@@ -13,7 +13,7 @@ public class DeletionServiceTest {
String namespace = "http://dn_deletion.sso.egolm.com";
String serviceName = "DNDeletionService";
DNDeletionService service = ServiceFactory.create(wsdlLocation, namespace, serviceName, DNDeletionService.class);
String XML = StringUtil.readText("D:/data/sso/002.XML");
String XML = StringUtil.readText("D:/data/sso/010.XML");
Z_MT_SD_010_SO_DN_DELETION Z_MT_SD_010_SO_DN_DELETION = XMLUtil.toBeanByJxab(XML, Z_MT_SD_010_SO_DN_DELETION.class);
service.execute(Z_MT_SD_010_SO_DN_DELETION);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment