393394395396397398399400401402403404
try { orderstoupload.setLoginInfo(wsLogin); System.out.println(">> "+orderstoupload.getCustomer_note()); ReturnOutput ro = orderProxy.createOrder(orderstoupload); return ro.getOutputParam(); } catch (IOException ioe) { return ""; }
395396397398399400401402403404405406