Parent Directory
|
Revision Log
Revision 1.2 - (view) (download)
1 : | olson | 1.2 | # |
2 : | # Copyright (c) 2003-2006 University of Chicago and Fellowship | ||
3 : | # for Interpretations of Genomes. All Rights Reserved. | ||
4 : | # | ||
5 : | # This file is part of the SEED Toolkit. | ||
6 : | # | ||
7 : | # The SEED Toolkit is free software. You can redistribute | ||
8 : | # it and/or modify it under the terms of the SEED Toolkit | ||
9 : | # Public License. | ||
10 : | # | ||
11 : | # You should have received a copy of the SEED Toolkit Public License | ||
12 : | # along with this program; if not write to the University of Chicago | ||
13 : | # at info@ci.uchicago.edu or the Fellowship for Interpretation of | ||
14 : | # Genomes at veronika@thefig.info or download a copy from | ||
15 : | # http://www.theseed.org/LICENSE.TXT. | ||
16 : | # | ||
17 : | |||
18 : | olson | 1.1 | use strict; |
19 : | use Data::Dumper; | ||
20 : | use SOAP::Lite; | ||
21 : | |||
22 : | use FIG; | ||
23 : | use P2P; | ||
24 : | |||
25 : | use SOAP::Transport::HTTP; | ||
26 : | |||
27 : | my $serv = new SOAP::Transport::HTTP::CGI; | ||
28 : | |||
29 : | $serv->dispatch_with({ $P2P::ns_p2p => 'P2P::Service' }); | ||
30 : | $serv->handle(); | ||
31 : |
MCS Webmaster | ViewVC Help |
Powered by ViewVC 1.0.3 |