try {
this.list = Arrays.asList(new Service[] {
new Service(),
new DefaultService(new URI("http://__mydefaultendpoint__")),
new AuthorityResolutionService(new URI("http://__myauthorityresolver__"), "__myproviderid__", new TrustType(TrustType.TRUST_NONE), SEPUri.APPEND_NONE),
new ProxyResolutionService(new URI[] { new URI("http://__myproxyserver__"), new URI("https://__mysecureproxyserver__") }, "__myproviderid__", new TrustType(TrustType.TRUST_NONE), Boolean.TRUE, Boolean.TRUE),
new AuthenticationService(new URI[] { new URI("http://__myauthenticationprovider__"), new URI("https://__mysecureauthenticationprovider__") }, "__myproviderid__", null, true),
new ContactService(new URI("http://__mycontactprovider__"), "__myproviderid__", false),
new ForwardingService(new URI("http://__myforwardingprovider__"), "__myproviderid__", false, true),
new XDIService(new URI("http://__myxdiendpoint__"), "__myproviderid__")