Changeset eec716b04d02fc83402be818a98dda0175afb080 for wsdl
- Timestamp:
- 07/30/09 15:13:44 (3 years ago)
- Children:
- cdb62d9d1953339e8766ddd35824da043b8af2ea
- Parents:
- eea2aa4f6735dc50113b4c80788c35b26d3a4787
- git-committer:
- Ted Faber <faber@isi.edu> / 2009-07-30T22:13:44Z+0000
- Location:
- wsdl
- Files:
-
- 1 added
- 3 modified
-
fedd.wsdl (modified) (1 diff)
-
fedd_internal.wsdl (modified) (1 diff)
-
fedd_types.xsd (modified) (2 diffs)
-
topdl.xsd (added)
Legend:
- Unmodified
- Added
- Removed
-
wsdl/fedd.wsdl
rbb39689 reec716b 4 4 xmlns:tns="http://www.isi.edu/faber/fedd.wsdl" 5 5 xmlns:xsd1="http://www.isi.edu/faber/fedd_types" 6 xmlns:topdl="http://www.isi.edu/faber/topdl" 6 7 xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" 7 8 xmlns="http://schemas.xmlsoap.org/wsdl/"> 8 9 9 10 <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"/> 11 15 <!-- 12 16 The message definitions are all simple embeddings of one of the types -
wsdl/fedd_internal.wsdl
rbb39689 reec716b 10 10 location="fedd_types.xsd"/> 11 11 12 <import namespace="http://www.isi.edu/faber/topdl" 13 location="topdl.xsd"/> 14 12 15 <!-- 13 16 The message definitions are all simple embeddings of one of the types -
wsdl/fedd_types.xsd
rbb39689 reec716b 2 2 <xsd:schema targetNamespace="http://www.isi.edu/faber/fedd_types" 3 3 xmlns:tns="http://www.isi.edu/faber/fedd_types" 4 xmlns:topdl="http://www.isi.edu/faber/topdl" 4 5 xmlns:xsd="http://www.w3.org/2001/XMLSchema" 5 6 xmlns="http://www.w3.org/2000/10/XMLSchema"> … … 346 347 <xsd:choice> 347 348 <xsd:element name="ns2description" type="xsd:base64Binary"/> 349 <xsd:element name="topdldescription" type="topdl:topologyType"/> 348 350 </xsd:choice> 349 351 </xsd:complexType>
