file:/C:/Users/pctr233828/Desktop/ESB/Automation/IBIZ.wsdl ]]>http://schemas.xmlsoap.org/wsdl/http://localhost:9075/IBIZ_POSReconciliation<xml-fragment/>UTF-8http://esb.genpt.com/IBIZ_POSReconciliation en_US 700001028 2018-09-05 ]]>ibiz7RJecTBq7pZCrkHdBasicBasictruePreemptiveSEQUENTIALIBIZ_POSRECONCILIATIONInvoiceInquiry<xml-fragment/>UTF-8http://esbqaweb01.genpt.net:8081/IBIZ_POSReconciliation en_US 700001028 2018-09-05 ]]>svc_apg_sts_app_wCFfCpvdPLc28wJanBasicBasicGlobal HTTP SettingsIBIZ_POSRECONCILIATIONInvoiceInquiry<xml-fragment/>UTF-8http://esbqaweb02.genpt.net:8081/IBIZ_POSReconciliation en_US 700001028 2018-09-05 ]]>svc_apg_sts_app_wCFfCpvdPLc28wJanBasicBasicGlobal HTTP Settingsimport javax.naming.Context import java.text.SimpleDateFormat import java.io.File import java.io.FileInputStream import java.io.FileOutputStream import jxl.* import jxl.write.* import jxl.LabelCell; import com.eviware.soapui.support.XmlHolder import org.apache.poi.hssf.usermodel.HSSFSheet import org.apache.poi.hssf.usermodel.HSSFWorkbook import org.apache.poi.ss.usermodel.Cell import org.apache.poi.ss.usermodel.Row log.info("STARTING SETUP SCRIPT") def list = []; context.setProperty("list",list) def int contKey = 0 context.setProperty("contKey", contKey) def list1 = []; context.setProperty("list1",list1) def TCName = "IBIZ_POSRECONCILIATION"; context.setProperty("TCName", TCName) def TSName = "IBIZ_POSRECONCILIATION"; context.setProperty("TSName", TSName) def SuiteName = "APG_POS_IBIZ_InvoiceInquiry" context.setProperty("SuiteName", SuiteName)