doing in my code
l.87: myFClient = new FedoraClient("url", "user", "password");
l.88: myFedoraAPIA = myFClient.getAPIA();
produces an exception (see below), because getAPIA() apparently tries to
access http://localhost:8180/barclient2/describe?xml=true
while trying to solve the issue i noticed, taht no apidoc nor source is
available online for fedora 3.1.
the best i could get is
> http://fedora-commons.org/confluence/display/FCR30/Fedora+Repository+3+Documentation
which offers "You can download the Fedora Repository documentation in PDF,
HTML or XML format.", the link leads to
> http://fedora-commons.org/confluence/display/DOCARCHIVE/Documentation+Downloads+Home
where indeed you can _download_ the docs -- but not the api docs nor are
the apidocs linked to anywhere.
neither am i able to find sources online to see, what's going on at
fedora.client.FedoraClient.get(FedoraClient.java:366).
so, my question:
- where do i find the fedora 3.1 api docs online
- where do i find the fedora 3.1 sources online
snippet from stack:
15:11:21,863 ERROR [bar]
foo.bar.Fedora.FedoraGSearchController.<init>(FedoraGSearchController.java:93)
Request failed [404 /barclient2/describe] :
http://localhost:8180/barclient2/describe?xml=true
java.io.IOException: Request failed [404 /barclient2/describe] :
http://localhost:8180/barclient2/describe?xml=true
at fedora.client.FedoraClient.get(FedoraClient.java:366)
at fedora.client.FedoraClient.get(FedoraClient.java:304)
at fedora.client.FedoraClient.getResponseAsString(FedoraClient.java:406)
at fedora.client.FedoraClient.getServerVersion(FedoraClient.java:547)
at fedora.client.FedoraClient$SOAPEndpoint.getURL(FedoraClient.java:792)
at fedora.client.FedoraClient.getSOAPStub(FedoraClient.java:487)
at fedora.client.FedoraClient.getAPIA(FedoraClient.java:459)
at
foo.bar.Fedora.FedoraGSearchController.<init>(FedoraGSearchController.java:88)
------------------------------------------------------------------------------
_______________________________________________
Fedora-commons-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fedora-commons-users