users@jax-rpc.java.net

[followup] wsdeploy bug

From: Hoebeke Mark <Mark.Hoebeke_at_jouy.inra.fr>
Date: 09 Oct 2003 09:06:02 +0200

Mea culpa, I've been sloppy in building the archive. The
jaxrpc-ri.xml.ok file is not the correct one.

The working jaxrpc-ri.xml file is attached to this mail.

FYI, I checked the build process on Solaris 9 (SunOS topaze 5.9
Generic_112233-04 sun4u sparc SUNW,Sun-Fire-880
), and the behaviour is identical to that observed on Linux/Intel.


Mark

-- 
--------------------------Mark.Hoebeke_at_jouy.inra.fr----------------------
Unité Statistique & Génome                                      Unité MIG
+33 (0)1 60 87 38 03                   Tél.          +33 (0)1 34 65 28 85
+33 (0)1 60 87 38 09                   Fax.          +33 (0)1 34 65 29 01
Tour Evry 2, 523 pl. des Terrasses              INRA - Domaine de Vilvert
F - 91000 Evry                              F - 78352 Jouy-en-Josas CEDEX


<?xml version="1.0" encoding="UTF-8"?>
<webServices
    xmlns="http://java.sun.com/xml/ns/jax-rpc/ri/dd"
    version="1.0"
    targetNamespaceBase="urn:ResServerTNS"
    typeNamespaceBase="urn:ResServerTypes"
    urlPatternBase="/ws">

    <endpoint
        name="Organisms"
        displayName="Organisms Entry Point"
        description="Genomic Elements Retrieval Entry Point"
        interface="seqdb.OrganismIF"
        implementation="seqdb.OrganismImpl"/>


    <endpoint
        name="Result"
        displayName="Results Entry Point"
        description="Analysis Results Retrieval Entry Point"
        interface="seqdb.ResultIF"
        implementation="seqdb.ResultImpl"/>

    <endpointMapping
        endpointName="Organisms"
        urlPattern="/Organisms"/>

    <endpointMapping
        endpointName="Result"
        urlPattern="/Results"/>

</webServices>



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_jax-rpc.dev.java.net
For additional commands, e-mail: users-help_at_jax-rpc.dev.java.net