source: fedd/fedd_messages.wsdl @ 6ff0b91

axis_examplecompt_changesinfo-opsversion-1.30version-2.00version-3.01version-3.02
Last change on this file since 6ff0b91 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: 948 bytes
Line 
1<?xml version="1.0"?>
2<definitions name="fedd"
3  targetNamespace="http://www.isi.edu/faber/fedd_messages"
4  xmlns:tns="http://www.isi.edu/faber/fedd_messages"
5  xmlns:xsd1="http://www.isi.edu/faber/fedd_types"
6  xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
7  xmlns="http://schemas.xmlsoap.org/wsdl/">
8
9  <message name="RequestAccessRequestMessage">
10    <part name="RequestAccessRequestBody" type="xsd1:requestType"/>
11  </message>
12
13  <message name="RequestAccessResponseMessage">
14    <part name="RequestAccessResponseBody" type="xsd1:responseType"/>
15  </message>
16
17
18  <portType name="feddPortType">
19    <operation name="RequestAccess">
20      <documentation>
21        Fill this in
22      </documentation>
23      <input message="tns:RequestAccessRequestMessage"/>
24      <output message="tns:RequestAccessResponseMessage"/>
25      <fault name="RequestAccessFault" 
26        message="tns:RequestAccessResponseMessage"/>
27    </operation>
28  </portType>
29</definitions>
Note: See TracBrowser for help on using the repository browser.