source: fedd/fedd_messages.wsdl @ 7aec37d

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

split out internal interfaces

  • Property mode set to 100644
File size: 1.0 KB
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  <message name="FaultMessage">
18    <part name="FaultBody" type="xsd1:faultType"/>
19  </message>
20
21  <portType name="feddPortType">
22    <operation name="RequestAccess">
23      <documentation>
24        Fill this in
25      </documentation>
26      <input message="tns:RequestAccessRequestMessage"/>
27      <output message="tns:RequestAccessResponseMessage"/>
28      <fault name="RequestAccessFault" 
29        message="tns:FaultMessage"/>
30    </operation>
31  </portType>
32</definitions>
Note: See TracBrowser for help on using the repository browser.