source: fedd/fedd.wsdl @ ff2d928

axis_examplecompt_changesinfo-opsversion-1.30version-2.00version-3.01version-3.02
Last change on this file since ff2d928 was 6ff0b91, checked in by Ted Faber <faber@…>, 16 years ago

Reimplementation of fedd as a start in merging the codebases

  • Property mode set to 100644
File size: 664 bytes
Line 
1<?xml version="1.0"?>
2<definitions name="fedd"
3  targetNamespace="http://www.isi.edu/faber/fedd.wsdl"
4  xmlns:tns="http://www.isi.edu/faber/fedd_messages"
5  xmlns:bns="http://www.isi.edu/faber/fedd_bindings"
6  xmlns:xsd1="http://www.isi.edu/faber/fedd_types"
7  xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
8  xmlns="http://schemas.xmlsoap.org/wsdl/">
9 
10  <import namespace="http://www.isi.edu/faber/fedd_types" 
11    location="fedd_types.xsd"/>
12
13  <import namespace="http://www.isi.edu/faber/fedd_messages" 
14    location="fedd_messages.wsdl"/>
15
16  <import namespace="http://www.isi.edu/faber/fedd_bindings" 
17    location="fedd_bindings.wsdl"/>
18</definitions>
19
Note: See TracBrowser for help on using the repository browser.