|
|
|
@ -26,7 +26,7 @@ public class ERPAPI {
|
|
|
|
|
String server = System.getProperty("ws.erp.server");
|
|
|
|
|
String port = System.getProperty("ws.erp.port");
|
|
|
|
|
|
|
|
|
|
return String.format("http://%s:%s/sap/bc/srt/rfc/sap/zws_zmes_prodordconf/302/zws_zmes_prodordconf/zws_zmes_prodordconf", server, port);
|
|
|
|
|
return String.format("http://%s:%s/sap/bc/srt/rfc/sap/zws_zmes_prodordconf/900/zws_zmes_prodordconf/zws_zmes_prodordconf", server, port);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public static void apply(Object stubImpl) {
|
|
|
|
|