<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

Reply via email to