Hi Fred,

Unfortunately there's not a lot of test infrastructure for SWORD 1.3 - most
of the effort of late has been into SWORD 2.0 instead, for which there are
a variety of client and server libraries available.

For testing SWORD 1.3, the DSpace implementation is mature and part of the
standard release so you could spin up and out-of-the-box DSpace and make
requests against that (http://dspace.org)

Cheers,

Richard



On 18 August 2014 15:54, Philip Durbin <philip_dur...@harvard.edu> wrote:

> A partner of ours is actively using the PHP client SWORD library for
> this project:
> http://projects.iq.harvard.edu/ojs-dvn/book/faq-ojs-dataverse-integration-project
>
> I'm using the Java server SWORD library.
>
> Having these library really helps with adoption, in my opinion. Thank
> you to Richard and Stuart for providing them!
>
> Phil
>
> On Mon, Aug 18, 2014 at 10:37 AM, Fred Riley <fred.ri...@bcu.ac.uk> wrote:
> > This is my first post to this list. I've spent the last week or so
> trying,
> > and failing, to get SWORD working with my current institution's
> installation
> > of Intralibrary, which claims compliance with SWORD v1.3 (no lower, no
> > higher, just 1.3) and recommends using the SWORD client 1.1, which fails
> > miserably (GUI and command-line). I've today tried the SWORD PHP library
> of
> > Stuart Lewis with Intralibrary, and I get a 500 error with the server for
> > the test script provided (suitably configured for Intralibrary), which of
> > course could be anything. I'm not after diagnosing this error, instead my
> > request is:
> >
> >
> >
> > Is there an open SWORD-compliant repository on which I can test the PHP
> > library?
> >
> >
> >
> > The README on the library github repo says:
> >
> >
> >
> > " In order to use this test script you will need a username and password
> for
> > a SWORD repository. If you don't have one, you can sign up for one at
> > http://dspace.swordapp.org/jspui/register";
> >
> >
> >
> > However, that domain gives a DNS error, perhaps unsurprising as the
> README
> > is over 3 years old, as is the code. If the PHP library works ok on
> another
> > repository then the problem resides in Intralibrary; else the problem is
> > with the PHP library.
> >
> >
> >
> > I've been in the 'learning object repository game' for many years, on and
> > off, in particular running Intralibrary installations as admin. I
> remember
> > attending an Intrallect conference in Edinburgh 4 or 5 years ago, when
> SWORD
> > was touted as the next big thing offering effortless repository
> deposition.
> > Since the initial enthusiasm the protocol appears to have dropped out of
> > favour. Could folk here tell me if SWORD is still in development and
> use, or
> > if it's just sooooo noughties, my dear? and quietly dying away? That
> there's
> > no SWORD PHP code more recent than 2011, or Java code more recent than
> 2012,
> > indicates that it might be going out of use.
> >
> >
> >
> > Fred
> >
> > www.fredriley.org.uk
> >
> >
> >
> > From: Jingli Lu [mailto:jenny.jingli...@gmail.com]
> > Sent: 17 August 2014 04:54
> > To: sword-app-tech@lists.sourceforge.net
> > Subject: [sword-app-tech] Deposit example.zip get error: Unable to parse
> the
> > XML
> >
> >
> >
> > Hi All,
> >
> >
> >
> > I am trying my first deposit to Dspace Demo Repository using SWORD
> > Demonstrator Client (download and build sword-common-1.1.zip) . I can get
> > service document fine, but when I do post file, I get error "There was an
> > error accessing the resource. Unable to parse the XML( ..........)"
> >
> >
> >
> > In the post document GUI, the setup is:
> >
> > Destinations:
> > dspacedemo+sub...@gmail.com:******
> http://demo.dspace.org/sword/deposit/10673/2
> >
> > File: C:\Downloads\SWORD\example.zip
> >
> > File type: application/zip
> >
> > X-Packaging: http://purl.org/net/sword-types/METSDSpaceSIP
> >
> >
> >
> > I have also tried using the following command
> >
> >
> >
> > curl  -i --data-binary "@example.zip" -H "Content-Disposition:
> > filename=myDSpaceMETSItem.zip" -H "Content-Type: application/zip" -H
> > "X-Packaging: http://purl.org/net/sword-types/METSDSpaceSIP"; -H
> "X-No-Op:
> > false" -H "X-Verbose: true" --user "dspacedemo+sub...@gmail.com:dspace"
> > http://demo.dspace.org/sword/deposit/10673/2
> >
> > But got an error: HTTP/1.1 500 Internal Server Error
> >
> >
> >
> > <html><head><title>Apache Tomcat/7.0.29 - Error report</title><style><!
> > t-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;f
> > 22px;} H2 {font-family:Tahoma,Arial,sans-serif;color:white;background-c
> > D76;font-size:16px;} H3 {font-family:Tahoma,Arial,sans-serif;color:whit
> > und-color:#525D76;font-size:14px;} BODY {font-family:Tahoma,Arial,sans-
> > or:black;background-color:white;} B {font-family:Tahoma,Arial,sans-seri
> > hite;background-color:#525D76;} P {font-family:Tahoma,Arial,sans-serif;
> > d:white;color:black;font-size:12px;}A {color : black;}A.name {color : b
> > {color : #525D76;}--></style> </head><body><h1>HTTP Status 500 - </h1><
> > 1" noshade="noshade"><p><b>type</b> Status report</p><p><b>message</b>
> > p><p><b>description</b> <u>The server encountered an internal error ()
> > ented it from fulfilling this request.</u></p><HR size="1" noshade="nos
> >>Apache Tomcat/7.0.29</h3></body></html>
> > C:\Downloads\SWORD>curl -i --data-binary "@example.zip" -H "Content-Dis
> >  filename=myDSpaceMETSItem.zip"     -H "Content-Type: application/zip"
> > kaging: http://purl.org/net/sword-types/METSDSpaceSIP";     -H "X-No-Op:
> > H "X-Verbose: true" --user "dspacedemo+sub...@gmail.com:dspace"   http:
> > dspace@localhost:8080/sword/deposit/123456789/2
> > curl: (7) Failed to connect to localhost port 8080: Connection refused.
> >
> >
> >
> > Any idea what seems to be problem?
> >
> >
> >
> > Thanks in advance.
> >
> >
> >
> > Jingli
> >
> >
> >
> >
> >
> ------------------------------------------------------------------------------
> >
> > _______________________________________________
> > sword-app-tech mailing list
> > sword-app-tech@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/sword-app-tech
> >
>
>
>
> --
> Philip Durbin
> Software Developer for http://dataverse.org
> http://www.iq.harvard.edu/people/philip-durbin
>
>
> ------------------------------------------------------------------------------
> _______________________________________________
> sword-app-tech mailing list
> sword-app-tech@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/sword-app-tech
>



-- 

Richard Jones,

Founder, Cottage Labs
t: @richard_d_jones, @cottagelabs
w: http://cottagelabs.com
------------------------------------------------------------------------------
Slashdot TV.  
Video for Nerds.  Stuff that matters.
http://tv.slashdot.org/
_______________________________________________
sword-app-tech mailing list
sword-app-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sword-app-tech

Reply via email to