Show
Ignore:
Timestamp:
07/30/09 15:13:44 (3 years ago)
Author:
Ted Faber <faber@…>
Children:
cdb62d9d1953339e8766ddd35824da043b8af2ea
Parents:
eea2aa4f6735dc50113b4c80788c35b26d3a4787
git-committer:
Ted Faber <faber@isi.edu> / 2009-07-30T22:13:44Z+0000
Message:

Add topology description

Location:
wsdl
Files:
1 added
3 modified

Legend:

Unmodified
Added
Removed
  • wsdl/fedd.wsdl

    rbb39689 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

    rbb39689 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

    rbb39689 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>