[Dart] Wanted: schema for XML-RPC messages
Blezek, Daniel J (GE, Research)
blezek at crd.ge.com
Thu May 10 13:13:20 EDT 2007
Hi Ken,
I believe that Perl has an XMLRPC library, but I'm a perl noob. The
submission XML-RPC is very simple, but we didn't document it. You can
have a look at DartClient.java. It makes the call in the body of the
code on line 229.
http://na-mic.org/websvn/blame.php?repname=Dart&path=%2Ftrunk%2FSource%2
Fdart%2FDartClient.java&rev=0&sc=0
(Ignore the errors at the beginning and scroll to the bottom of the
page)
You'll need to send the command "Submit.put" with the bytes of the file
as the argument. The file can be gzipped before you send as well.
If you get this working, it'd be great if you could add the
documentation! I can commit it for you.
Thanks!
-dan
-----Original Message-----
From: dart-bounces+blezek=crd.ge.com at public.kitware.com
[mailto:dart-bounces+blezek=crd.ge.com at public.kitware.com] On Behalf Of
Ken Cox
Sent: Thursday, May 10, 2007 12:41 PM
To: dart at public.kitware.com
Subject: [Dart] Wanted: schema for XML-RPC messages
I am a Dart noob but I understand we have a Dart2 server, and I'd like
to send it results from my nightly build process. I don't have or want
to use cmake for the moment, but I have loads of tests in Perl and I
could whip up some XML in a heartbeat. I read Dart.pdf, and I see that
the server accepts XML-RPC messages, but nowhere can I find a
description or schema describing the format of these messages.
Would someone kindly point me toward the answer? Thanks in advance, Ken
Cox _______________________________________________
Dart mailing list
Dart at public.kitware.com
http://public.kitware.com/mailman/listinfo/dart
More information about the Dart
mailing list