Changeset eec716b
- Timestamp:
- Jul 30, 2009 3:13:44 PM (15 years ago)
- Branches:
- axis_example, compt_changes, info-ops, master, version-2.00, version-3.01, version-3.02
- Children:
- cdb62d9
- Parents:
- eea2aa4
- Files:
-
- 2 added
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
fedd/Makefile
reea2aa4 reec716b 5 5 ${MODULE_DIR}/fedd_internal_services.py \ 6 6 ${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 7 WSDL_FILES= ../wsdl/fedd.wsdl ../wsdl/fedd_types.xsd ../wsdl/fedd_internal.wsdl ../wsdl/abac.wsdl ../wsdl/abac_types.xsd ../wsdl/topdl.xsd 8 8 9 9 VERSION=1.30 -
wsdl/fedd.wsdl
reea2aa4 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
reea2aa4 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
reea2aa4 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>
Note: See TracChangeset
for help on using the changeset viewer.