Hi Laura When trying the API-M requests, try setting the URL to the https endpoint, ie https://localhost:8443 at the beginning rather than http://localhost:8080
Steve > -----Original Message----- > From: Laura delli Paoli [mailto:[email protected]] > Sent: 12 March 2011 07:31 > To: [email protected] > Subject: Re: [fcrepo-dev] A simple SOAP Client > > > <ajs6f@...> writes: > > > > > A further suggestion: have you tried executing an > API-A request? If you can > successfully so do, it may be > > that the problem is with authentication > (as has been suggested). If not, then at > least you can rule that > > out, assuming that you did not enable > https-only access to API-A when you > installed Fedora. > > > > > > public void ObjectHistory(String pid){ > try { > String[] response= APIA.getObjectHistory(pid); > } catch (RemoteException e) { > // TODO Auto-generated catch block > e.printStackTrace(); > } > } > > > in the main: > > caller.ObjectHistory("prova:001"); > > it works! > > > > -------------------------------------------------------------- > ---------------- > Colocation vs. Managed Hosting > A question and answer guide to determining the best fit > for your organization - today and in the future. > http://p.sf.net/sfu/internap-sfd2d > _______________________________________________ > Fedora-commons-developers mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/fedora-commons-developers > ------------------------------------------------------------------------------ Colocation vs. Managed Hosting A question and answer guide to determining the best fit for your organization - today and in the future. http://p.sf.net/sfu/internap-sfd2d _______________________________________________ Fedora-commons-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fedora-commons-developers
