1 |
0f6604ce
|
taeseongkim
|
<?xml version="1.0" encoding="utf-8"?>
|
2 |
|
|
<wsdl:definitions xmlns:wsap="http://schemas.xmlsoap.org/ws/2004/08/addressing/policy" xmlns:wsa10="http://www.w3.org/2005/08/addressing" xmlns:msc="http://schemas.microsoft.com/ws/2005/12/wsdl/contract" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsx="http://schemas.xmlsoap.org/ws/2004/09/mex" xmlns:wsp="http://schemas.xmlsoap.org/ws/2004/09/policy" xmlns:wsam="http://www.w3.org/2007/05/addressing/metadata" xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing" xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd" xmlns:xsd="http://www.w3.org/2001/XMLSchema" targetNamespace="" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
|
3 |
|
|
<wsdl:types>
|
4 |
|
|
<xsd:schema targetNamespace="/Imports">
|
5 |
|
|
<xsd:import schemaLocation="http://localhost:13009/PemssService.svc?xsd=xsd0" />
|
6 |
|
|
<xsd:import schemaLocation="http://localhost:13009/PemssService.svc?xsd=xsd1" namespace="http://schemas.microsoft.com/2003/10/Serialization/" />
|
7 |
fad4d1c0
|
taeseongkim
|
<xsd:import schemaLocation="http://localhost:13009/PemssService.svc?xsd=xsd2" namespace="http://schemas.datacontract.org/2004/07/PemssAPI.DataModel" />
|
8 |
0f6604ce
|
taeseongkim
|
</xsd:schema>
|
9 |
|
|
</wsdl:types>
|
10 |
|
|
<wsdl:message name="PemssService_GetrequirementList_InputMessage">
|
11 |
|
|
<wsdl:part name="parameters" element="GetrequirementList" />
|
12 |
|
|
</wsdl:message>
|
13 |
|
|
<wsdl:message name="PemssService_GetrequirementList_OutputMessage">
|
14 |
|
|
<wsdl:part name="parameters" element="GetrequirementListResponse" />
|
15 |
|
|
</wsdl:message>
|
16 |
fad4d1c0
|
taeseongkim
|
<wsdl:message name="PemssService_SetRequirementComment_InputMessage">
|
17 |
|
|
<wsdl:part name="parameters" element="SetRequirementComment" />
|
18 |
0f6604ce
|
taeseongkim
|
</wsdl:message>
|
19 |
fad4d1c0
|
taeseongkim
|
<wsdl:message name="PemssService_SetRequirementComment_OutputMessage">
|
20 |
|
|
<wsdl:part name="parameters" element="SetRequirementCommentResponse" />
|
21 |
|
|
</wsdl:message>
|
22 |
|
|
<wsdl:message name="PemssService_RemoveRequirementComment_InputMessage">
|
23 |
|
|
<wsdl:part name="parameters" element="RemoveRequirementComment" />
|
24 |
|
|
</wsdl:message>
|
25 |
|
|
<wsdl:message name="PemssService_RemoveRequirementComment_OutputMessage">
|
26 |
|
|
<wsdl:part name="parameters" element="RemoveRequirementCommentResponse" />
|
27 |
|
|
</wsdl:message>
|
28 |
|
|
<wsdl:message name="PemssService_GetDocumentInfo_InputMessage">
|
29 |
|
|
<wsdl:part name="parameters" element="GetDocumentInfo" />
|
30 |
|
|
</wsdl:message>
|
31 |
|
|
<wsdl:message name="PemssService_GetDocumentInfo_OutputMessage">
|
32 |
|
|
<wsdl:part name="parameters" element="GetDocumentInfoResponse" />
|
33 |
0f6604ce
|
taeseongkim
|
</wsdl:message>
|
34 |
|
|
<wsdl:portType name="PemssService">
|
35 |
|
|
<wsdl:operation name="GetrequirementList">
|
36 |
|
|
<wsdl:input wsaw:Action="urn:PemssService/GetrequirementList" message="PemssService_GetrequirementList_InputMessage" />
|
37 |
|
|
<wsdl:output wsaw:Action="urn:PemssService/GetrequirementListResponse" message="PemssService_GetrequirementList_OutputMessage" />
|
38 |
|
|
</wsdl:operation>
|
39 |
fad4d1c0
|
taeseongkim
|
<wsdl:operation name="SetRequirementComment">
|
40 |
|
|
<wsdl:input wsaw:Action="urn:PemssService/SetRequirementComment" message="PemssService_SetRequirementComment_InputMessage" />
|
41 |
|
|
<wsdl:output wsaw:Action="urn:PemssService/SetRequirementCommentResponse" message="PemssService_SetRequirementComment_OutputMessage" />
|
42 |
|
|
</wsdl:operation>
|
43 |
|
|
<wsdl:operation name="RemoveRequirementComment">
|
44 |
|
|
<wsdl:input wsaw:Action="urn:PemssService/RemoveRequirementComment" message="PemssService_RemoveRequirementComment_InputMessage" />
|
45 |
|
|
<wsdl:output wsaw:Action="urn:PemssService/RemoveRequirementCommentResponse" message="PemssService_RemoveRequirementComment_OutputMessage" />
|
46 |
|
|
</wsdl:operation>
|
47 |
|
|
<wsdl:operation name="GetDocumentInfo">
|
48 |
|
|
<wsdl:input wsaw:Action="urn:PemssService/GetDocumentInfo" message="PemssService_GetDocumentInfo_InputMessage" />
|
49 |
|
|
<wsdl:output wsaw:Action="urn:PemssService/GetDocumentInfoResponse" message="PemssService_GetDocumentInfo_OutputMessage" />
|
50 |
0f6604ce
|
taeseongkim
|
</wsdl:operation>
|
51 |
|
|
</wsdl:portType>
|
52 |
|
|
</wsdl:definitions> |