Skip to content

One Comment

  1. Micah wrote:

    Whenever I try to connect to my fedora server (on localhost:8080) via SOAP, I get a 401 authentication error, and it returns a bunch of HTML . I have tried turning off XACML (ie. ENFORCE-MODE=”permit-all-requests”) and removing all the deny* XACML policies, but nothing has worked.

    Note: This is for API-A. I have not even tried API-M.

    Setup:
    Linux
    ruby 1.8.5 (using included version of soap4r)
    Fedora 2.2

    Here is the code:
    ===========================
    require ‘soap/wsdlDriver’

    factory = SOAP::WSDLDriverFactory.new(‘http://localhost:8080/fedora/wsdl?api=API-A’)
    driver = factory.create_rpc_driver
    response = driver.getObjectProfile(:pid => ‘changeme:1′, :asOfDateTime => ”)
    ====================================

    Any ideas?

    Tuesday, March 20, 2007 at 2:35 pm | Permalink

Post a Comment

You must be logged in to post a comment.