<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="http://wiki.cathdb.info/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="http://wiki.cathdb.info/feed.php">
        <title>CATH - projects:funcnet</title>
        <description></description>
        <link>http://wiki.cathdb.info/</link>
        <image rdf:resource="http://wiki.cathdb.info/lib/exe/fetch.php?media=wiki:dokuwiki.svg" />
       <dc:date>2026-05-12T17:33:53+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://wiki.cathdb.info/doku.php?id=projects:funcnet:perlsample&amp;rev=1225199065&amp;do=diff"/>
                <rdf:li rdf:resource="http://wiki.cathdb.info/doku.php?id=projects:funcnet:wsdl&amp;rev=1231506692&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="http://wiki.cathdb.info/lib/exe/fetch.php?media=wiki:dokuwiki.svg">
        <title>CATH</title>
        <link>http://wiki.cathdb.info/</link>
        <url>http://wiki.cathdb.info/lib/exe/fetch.php?media=wiki:dokuwiki.svg</url>
    </image>
    <item rdf:about="http://wiki.cathdb.info/doku.php?id=projects:funcnet:perlsample&amp;rev=1225199065&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2008-10-28T13:04:25+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>perlsample</title>
        <link>http://wiki.cathdb.info/doku.php?id=projects:funcnet:perlsample&amp;rev=1225199065&amp;do=diff</link>
        <description>#!/usr/bin/perl -w

# Very simple Perl client script for FuncNet prediction services

use strict;
use warnings;

use Data::Dumper;

use XML::Compile::WSDL11;
use XML::Compile::Transport::SOAPHTTP;
use XML::Compile::Schema;

my $geco_wsdl = &quot;GecoService.wsdl&quot;; # You must download this yourself (or use the full CPAN client)

# warn &quot;XML::Compile::WSDL11-&gt;new( $geco_wsdl )&quot;;

my $wsdl = XML::Compile::WSDL11-&gt;new( $geco_wsdl );

# warn &quot;got: $wsdl&quot;;

my @op_defs = $wsdl-&gt;operations();

# warn &quot;opera…</description>
    </item>
    <item rdf:about="http://wiki.cathdb.info/doku.php?id=projects:funcnet:wsdl&amp;rev=1231506692&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2009-01-09T13:11:32+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>wsdl</title>
        <link>http://wiki.cathdb.info/doku.php?id=projects:funcnet:wsdl&amp;rev=1231506692&amp;do=diff</link>
        <description>&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;
&lt;!--
  FuncNet version 1.0 predictor service template, January 2009
--&gt;
&lt;wsdl:definitions xmlns:soap=&quot;http://schemas.xmlsoap.org/wsdl/soap/&quot;
  xmlns:tns=&quot;http://cathdb.info/FuncNet_1_0/&quot; xmlns:wsdl=&quot;http://schemas.xmlsoap.org/wsdl/&quot;
  xmlns:xsd=&quot;http://www.w3.org/2001/XMLSchema&quot; name=&quot;FuncNet-1.0&quot;
  targetNamespace=&quot;http://cathdb.info/FuncNet_1_0/&quot;&gt;
  
  &lt;wsdl:types&gt;
  
    &lt;xsd:schema targetNamespace=&quot;http://cathdb.info/FuncNet_1_0/&quot;&gt;
    
…</description>
    </item>
</rdf:RDF>
