ignore
This commit is contained in:
parent
dd259c48bf
commit
9cc5d58731
|
|
@ -26,3 +26,4 @@ client/nbproject/private/private.properties
|
|||
*.exe
|
||||
*.class
|
||||
*.jar
|
||||
*.class
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@ import javax.xml.ws.WebServiceFeature;
|
|||
* Generated source version: 2.2
|
||||
*
|
||||
*/
|
||||
@WebServiceClient(name = "OJWS", targetNamespace = "http://ws.dhu.edu/", wsdlLocation = "http://106.15.36.190:80/oj/webservice/OJWS?wsdl")
|
||||
@WebServiceClient(name = "OJWS", targetNamespace = "http://ws.dhu.edu/", wsdlLocation = "https://219.228.76.122:443/oj/webservice/OJWS?wsdl")
|
||||
public class OJWS_Service
|
||||
extends Service
|
||||
{
|
||||
|
|
@ -30,7 +30,7 @@ public class OJWS_Service
|
|||
URL url = null;
|
||||
WebServiceException e = null;
|
||||
try {
|
||||
url = new URL("http://106.15.36.190:80/oj/webservice/OJWS?wsdl");
|
||||
url = new URL("https://219.228.76.122:443/oj/webservice/OJWS?wsdl");
|
||||
} catch (MalformedURLException ex) {
|
||||
e = new WebServiceException(ex);
|
||||
}
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@ import javax.xml.ws.WebServiceFeature;
|
|||
* Generated source version: 2.2
|
||||
*
|
||||
*/
|
||||
@WebServiceClient(name = "OJWS", targetNamespace = "http://ws.dhu.edu/", wsdlLocation = "http://106.15.36.190:80/oj/webservice/OJWS?wsdl")
|
||||
@WebServiceClient(name = "OJWS", targetNamespace = "http://ws.dhu.edu/", wsdlLocation = "https://219.228.76.122:443/oj/webservice/OJWS?wsdl")
|
||||
public class OJWS_Service
|
||||
extends Service
|
||||
{
|
||||
|
|
@ -30,7 +30,7 @@ public class OJWS_Service
|
|||
URL url = null;
|
||||
WebServiceException e = null;
|
||||
try {
|
||||
url = new URL("http://106.15.36.190:80/oj/webservice/OJWS?wsdl");
|
||||
url = new URL("https://219.228.76.122:443/oj/webservice/OJWS?wsdl");
|
||||
} catch (MalformedURLException ex) {
|
||||
e = new WebServiceException(ex);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue