Changeset 876 for vanHelsing/trunk/gui/src/de/dass_it/vanhelsing
- Timestamp:
- May 27, 2010, 3:01:55 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
vanHelsing/trunk/gui/src/de/dass_it/vanhelsing/gui/Client.java
r871 r876 376 376 */ 377 377 private VanHelsingStub getStub() throws Exception { 378 String url = new String("http://localhost:808 0/");378 String url = new String("http://localhost:8082/"); 379 379 VanHelsingStub stub = new VanHelsingStub(url); 380 380 stub._getServiceClient().getOptions().setProperty(org.apache.axis2.transport.http.HTTPConstants.CHUNKED, Boolean.FALSE);
Note:
See TracChangeset
for help on using the changeset viewer.