Changeset af542ea
- Timestamp:
- Jun 17, 2009 1:30:11 PM (15 years ago)
- Branches:
- axis_example, compt_changes, info-ops, master, version-1.30, version-2.00, version-3.01, version-3.02
- Children:
- 63f3746
- Parents:
- 5ffd5b9
- Location:
- fedd
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
fedd/Makefile
r5ffd5b9 raf542ea 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 7 WSDL_FILES= wsdl/fedd.wsdl wsdl/fedd_types.xsd wsdl/fedd_internal.wsdl wsdl/abac.wsdl wsdl/abac_types.xsd 8 8 9 9 VERSION=1.0 … … 19 19 --types=fedd_services_types --output-dir=${MODULE_DIR} 20 20 wsdl2py --file wsdl/abac.wsdl --complexType \ 21 -- types=fedd_services_types --output-dir=${MODULE_DIR}21 --output-dir=${MODULE_DIR} 22 22 23 23 clean: -
fedd/wsdl/abac.wsdl
r5ffd5b9 raf542ea 1 1 <?xml version="1.0"?> 2 <definitions name="fedd "2 <definitions name="fedd_abac" 3 3 targetNamespace="http://www.isi.edu/faber/abac.wsdl" 4 4 xmlns:tns="http://www.isi.edu/faber/abac.wsdl" … … 69 69 </binding> 70 70 71 <service name="fedd Service">71 <service name="feddABACService"> 72 72 <documentation> 73 73 Fedd resource access service
Note: See TracChangeset
for help on using the changeset viewer.