프로젝트

일반

사용자정보

통계
| 브랜치(Branch): | 개정판:

markus / KCOM / Connected Services / PemssService / PemssService.wsdl @ 0b75c341

이력 | 보기 | 이력해설 | 다운로드 (2.68 KB)

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:tns="http://tempuri.org/" 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" name="PemssService" targetNamespace="http://tempuri.org/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
3
  <wsdl:import namespace="" location="http://localhost:13009/PemssService.svc?wsdl=wsdl0" />
4
  <wsdl:types />
5
  <wsdl:binding name="MarkusServiceEndPoint" type="PemssService">
6
    <soap:binding transport="http://schemas.xmlsoap.org/soap/http" />
7
    <wsdl:operation name="GetrequirementList">
8
      <soap:operation soapAction="urn:PemssService/GetrequirementList" style="document" />
9
      <wsdl:input>
10
        <soap:body use="literal" />
11
      </wsdl:input>
12
      <wsdl:output>
13
        <soap:body use="literal" />
14
      </wsdl:output>
15
    </wsdl:operation>
16 fad4d1c0 taeseongkim
    <wsdl:operation name="SetRequirementComment">
17
      <soap:operation soapAction="urn:PemssService/SetRequirementComment" style="document" />
18
      <wsdl:input>
19
        <soap:body use="literal" />
20
      </wsdl:input>
21
      <wsdl:output>
22
        <soap:body use="literal" />
23
      </wsdl:output>
24
    </wsdl:operation>
25
    <wsdl:operation name="RemoveRequirementComment">
26
      <soap:operation soapAction="urn:PemssService/RemoveRequirementComment" style="document" />
27
      <wsdl:input>
28
        <soap:body use="literal" />
29
      </wsdl:input>
30
      <wsdl:output>
31
        <soap:body use="literal" />
32
      </wsdl:output>
33
    </wsdl:operation>
34
    <wsdl:operation name="GetDocumentInfo">
35
      <soap:operation soapAction="urn:PemssService/GetDocumentInfo" style="document" />
36 0f6604ce taeseongkim
      <wsdl:input>
37
        <soap:body use="literal" />
38
      </wsdl:input>
39
      <wsdl:output>
40
        <soap:body use="literal" />
41
      </wsdl:output>
42
    </wsdl:operation>
43
  </wsdl:binding>
44
  <wsdl:service name="PemssService">
45
    <wsdl:port name="MarkusServiceEndPoint" binding="tns:MarkusServiceEndPoint">
46
      <soap:address location="http://localhost:13009/PemssService.svc" />
47
    </wsdl:port>
48
  </wsdl:service>
49
</wsdl:definitions>
클립보드 이미지 추가 (최대 크기: 500 MB)