Hey Jacob
I'm afraid I don't have anything in c or c++ but if it helps at all,
theres a java SRW hello world here :
http://developer.k-int.com/svn/jzkit2/jzkit2_samples/simple_srw
The project isn't anything other than a build definition file (The
pom.xml at the top level) which builds the stubs from the wsdl hosted at
LOC and a unit test file
http://developer.k-int.com/svn/jzkit2/jzkit2_samples/simple_srw/src/test/java/org/jzkit/samples/simplesrw/SRWTest.java
which just executes an explain and a search request against the LC SRW
server.
Hope that may be of some small help to you
Regards,
Ian.
On Mon, 2007-05-14 at 18:33 +0200, Jakob Voss wrote:
> Hi,
>
> I wonder why there are no WSDL available for existing SRU/SRW-Servers or
> why I cannot find them ( there once seemed to be
> http://www.loc.gov/z3950/agency/zing/srw/sru-bindings.wsdl ). I know the
> list of servers at http://www.loc.gov/standards/sru/servers.html and I
> know the WSDL files at http://www.loc.gov/standards/sru/xml-files/ but
> how do you connect both? Is there a full, working example for an
> accessible server?
>
> I am trying to write a simple client - in theory everything should
> already be defined in WSDL. As far as I understand the Web service
> concept it could as easy as:
>
> service = new Service( wsdl-file );
> result = service->explain();
>
> Is there an example of a WSDL file and a simple client to access an
> SRU/SRW-server this way?
>
> Thanks and greetings,
> Jakob
>
--
-------------------------------------
Ian Ibbotson ([log in to unmask])
Director, Knowledge Integration Ltd
35 Paradise Street, Sheffield S3 8PZ
+44 870 803 4661 www.k-int.com
-------------------------------------
|