a/src-gen/net/timbusproject/dpes/alternative/PreservationIdentifierServiceService.java b/src-gen/net/timbusproject/dpes/alternative/PreservationIdentifierServiceService.java
...
...
15
 * This class was generated by the JAX-WS RI.
15
 * This class was generated by the JAX-WS RI.
16
 * JAX-WS RI 2.2.4-b01
16
 * JAX-WS RI 2.2.4-b01
17
 * Generated source version: 2.2
17
 * Generated source version: 2.2
18
 * 
18
 * 
19
 */
19
 */
20
@WebServiceClient(name = "PreservationIdentifierServiceService", targetNamespace = "http://alternative.dpes.timbusproject.net/", wsdlLocation = "http://testbed.timbusproject.net:7080/pi_latest/preservationIdentifier?wsdl")
20
@WebServiceClient(name = "PreservationIdentifierServiceService", targetNamespace = "http://alternative.dpes.timbusproject.net/", wsdlLocation = "http://kronos.ifs.tuwien.ac.at:8080/pi/preservationIdentifier?wsdl")
21
public class PreservationIdentifierServiceService
21
public class PreservationIdentifierServiceService
22
    extends Service
22
    extends Service
23
{
23
{
24
24
25
    private final static URL PRESERVATIONIDENTIFIERSERVICESERVICE_WSDL_LOCATION;
25
    private final static URL PRESERVATIONIDENTIFIERSERVICESERVICE_WSDL_LOCATION;
...
...
28
28
29
    static {
29
    static {
30
        URL url = null;
30
        URL url = null;
31
        WebServiceException e = null;
31
        WebServiceException e = null;
32
        try {
32
        try {
33
            url = new URL("http://testbed.timbusproject.net:7080/pi_latest/preservationIdentifier?wsdl");
33
            url = new URL("http://kronos.ifs.tuwien.ac.at:8080/pi/preservationIdentifier?wsdl");
34
        } catch (MalformedURLException ex) {
34
        } catch (MalformedURLException ex) {
35
            e = new WebServiceException(ex);
35
            e = new WebServiceException(ex);
36
        }
36
        }
37
        PRESERVATIONIDENTIFIERSERVICESERVICE_WSDL_LOCATION = url;
37
        PRESERVATIONIDENTIFIERSERVICESERVICE_WSDL_LOCATION = url;
38
        PRESERVATIONIDENTIFIERSERVICESERVICE_EXCEPTION = e;
38
        PRESERVATIONIDENTIFIERSERVICESERVICE_EXCEPTION = e;