Skip to content

Commit

Permalink
Signed-off-by: Juan Saad <[email protected]>
Browse files Browse the repository at this point in the history
  • Loading branch information
juansaad committed Aug 19, 2017
1 parent ee21a23 commit 1b199f9
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@

public class TestwTM {

private static final String URL_CONTEXT = "http://192.168.185.132:90/ServicewTM.svc";
private static final String URL_CONTEXT = "http://192.168.185.130:90/ServicewTM.svc";
private static final String APP_NAME = "POC";
private static final String JOB_NAME = "Demo";
private int QUEUEID = 1013;
private int QUEUEID = 47;

private Log log = LogFactory.getLog(TestwTM.class);

Expand Down Expand Up @@ -255,6 +255,7 @@ public void testFullTransaction() {
payload.append("<pageFile>VScan.xml</pageFile>");
payload.append("<queueID>" + queueId + "</queueID>");
payload.append("<station>1</station>");
payload.append("<xtraBatchFields></xtraBatchFields>");
payload.append("</BatchAttrSave>");

service = URL_CONTEXT + "/Queue/SaveBatchAttribute/" + APP_NAME;
Expand Down

0 comments on commit 1b199f9

Please sign in to comment.