axis_examplecompt_changesinfo-opsversion-1.30version-2.00version-3.01version-3.02
Last change
on this file since c52c48d 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_internal_messages" |
---|
4 | xmlns:tns="http://www.isi.edu/faber/fedd_internal_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="FaultMessage"> |
---|
10 | <part name="FaultBody" type="xsd1:faultType"/> |
---|
11 | </message> |
---|
12 | |
---|
13 | <message name="AllocateProjectRequestMessage"> |
---|
14 | <part name="AllocateProjectRequestBody" type="xsd1:projectAllocType"/> |
---|
15 | </message> |
---|
16 | |
---|
17 | <message name="AllocateProjectResponseMessage"> |
---|
18 | <part name="AllocateProjectResponseBody" |
---|
19 | type="xsd1:projectAllocResponseType"/> |
---|
20 | </message> |
---|
21 | |
---|
22 | <portType name="feddInternalPortType"> |
---|
23 | <operation name="AllocateProject"> |
---|
24 | <input message="tns:AllocateProjectRequestMessage"/> |
---|
25 | <output message="tns:AllocateProjectResponseMessage"/> |
---|
26 | <fault name="AllocateProjectFault" |
---|
27 | message="tns:FaultMessage"/> |
---|
28 | </operation> |
---|
29 | </portType> |
---|
30 | </definitions> |
---|
Note: See
TracBrowser
for help on using the repository browser.