Changeset eec716b


Ignore:
Timestamp:
Jul 30, 2009 3:13:44 PM (15 years ago)
Author:
Ted Faber <faber@…>
Branches:
axis_example, compt_changes, info-ops, master, version-2.00, version-3.01, version-3.02
Children:
cdb62d9
Parents:
eea2aa4
Message:

Add topology description

Files:
2 added
4 edited

Legend:

Unmodified
Added
Removed
  • fedd/Makefile

    reea2aa4 reec716b  
    55                ${MODULE_DIR}/fedd_internal_services.py \
    66                ${MODULE_DIR}/fedd_services_types.py
    7 WSDL_FILES= ../wsdl/fedd.wsdl ../wsdl/fedd_types.xsd ../wsdl/fedd_internal.wsdl ../wsdl/abac.wsdl ../wsdl/abac_types.xsd
     7WSDL_FILES= ../wsdl/fedd.wsdl ../wsdl/fedd_types.xsd ../wsdl/fedd_internal.wsdl ../wsdl/abac.wsdl ../wsdl/abac_types.xsd ../wsdl/topdl.xsd
    88
    99VERSION=1.30
  • wsdl/fedd.wsdl

    reea2aa4 reec716b  
    44  xmlns:tns="http://www.isi.edu/faber/fedd.wsdl"
    55  xmlns:xsd1="http://www.isi.edu/faber/fedd_types"
     6  xmlns:topdl="http://www.isi.edu/faber/topdl"
    67  xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
    78  xmlns="http://schemas.xmlsoap.org/wsdl/">
    89
    910   <import namespace="http://www.isi.edu/faber/fedd_types"
    10          location="fedd_types.xsd"/>
     11     location="fedd_types.xsd"/>
     12
     13   <import namespace="http://www.isi.edu/faber/topdl"
     14         location="topdl.xsd"/>
    1115  <!--
    1216  The message definitions are all simple embeddings of one of the types
  • wsdl/fedd_internal.wsdl

    reea2aa4 reec716b  
    1010    location="fedd_types.xsd"/>
    1111
     12   <import namespace="http://www.isi.edu/faber/topdl"
     13         location="topdl.xsd"/>
     14
    1215  <!--
    1316  The message definitions are all simple embeddings of one of the types
  • wsdl/fedd_types.xsd

    reea2aa4 reec716b  
    22<xsd:schema targetNamespace="http://www.isi.edu/faber/fedd_types"
    33  xmlns:tns="http://www.isi.edu/faber/fedd_types"
     4  xmlns:topdl="http://www.isi.edu/faber/topdl"
    45  xmlns:xsd="http://www.w3.org/2001/XMLSchema"
    56  xmlns="http://www.w3.org/2000/10/XMLSchema">
     
    346347    <xsd:choice>
    347348      <xsd:element name="ns2description" type="xsd:base64Binary"/>
     349      <xsd:element name="topdldescription" type="topdl:topologyType"/>
    348350    </xsd:choice>
    349351  </xsd:complexType>
Note: See TracChangeset for help on using the changeset viewer.