Commit 0d4dd0dc26041070f74f7db6fb3c7c9a2a3c3300
1 parent
609f1d2d
update...
Showing
2 changed files
with
4 additions
and
2 deletions
src/main/java/com/bsth/old_sys_wsclient/company_service/CompanyServiceLocator.java
| ... | ... | @@ -23,7 +23,8 @@ public class CompanyServiceLocator extends org.apache.axis.client.Service implem |
| 23 | 23 | } |
| 24 | 24 | |
| 25 | 25 | // Use to get a proxy class for CompanyServiceSoap |
| 26 | - private String CompanyServiceSoap_address = "http://114.80.178.12:8030/CompanyService.asmx"; | |
| 26 | + //private String CompanyServiceSoap_address = "http://114.80.178.12:8030/CompanyService.asmx"; | |
| 27 | + private String CompanyServiceSoap_address = "http://10.10.200.61:8030/CompanyService.asmx"; | |
| 27 | 28 | |
| 28 | 29 | public String getCompanyServiceSoapAddress() { |
| 29 | 30 | return CompanyServiceSoap_address; | ... | ... |
src/main/java/com/bsth/old_sys_wsclient/nh_ld/LD_ServiceLocator.java
| ... | ... | @@ -23,7 +23,8 @@ public class LD_ServiceLocator extends org.apache.axis.client.Service implements |
| 23 | 23 | } |
| 24 | 24 | |
| 25 | 25 | // Use to get a proxy class for LD_ServiceSoap |
| 26 | - private java.lang.String LD_ServiceSoap_address = "http://114.80.178.12:8011/LD_Service.asmx"; | |
| 26 | + //private java.lang.String LD_ServiceSoap_address = "http://114.80.178.12:8011/LD_Service.asmx"; | |
| 27 | + private java.lang.String LD_ServiceSoap_address = "http://10.10.200.235:8011/LD_Service.asmx"; | |
| 27 | 28 | |
| 28 | 29 | public java.lang.String getLD_ServiceSoapAddress() { |
| 29 | 30 | return LD_ServiceSoap_address; | ... | ... |