Advertisement
ralienpp

ETSI 102.204 WSDL

Mar 16th, 2012
210
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 3.72 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <definitions xmlns="http://schemas.xmlsoap.org/wsdl/"
  3. xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
  4. xmlns:http="http://schemas.xmlsoap.org/wsdl/http/"
  5. xmlns:xs="http://www.w3.org/2001/XMLSchema"
  6. xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"
  7. xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/"
  8. xmlns:mss="http://uri.etsi.org/TS102204/v1.2.1#"
  9. xmlns:tns="http://new.MSS_webservice.namespace"
  10. targetNamespace="http://new.MSS_webservice.namespace">
  11.   <message name="MSS_SignatureInput">
  12.     <part name="MSS_SignatureReq"
  13.    type="mss:MSS_SignatureReqType" />
  14.   </message>
  15.   <message name="MSS_SignatureOutput">
  16.     <part name="MSS_SignatureResp"
  17.    type="mss:MSS_SignatureRespType" />
  18.   </message>
  19.   <portType name="MSS_SignaturePortType">
  20.     <operation name="MSS_Signature">
  21.       <input message="tns:MSS_SignatureInput" />
  22.       <output message="tns:MSS_SignatureOutput" />
  23.     </operation>
  24.   </portType>
  25.   <message name="MSS_StatusQueryInput">
  26.     <part name="MSS_StatusReq" type="mss:MSS_StatusReqType" />
  27.   </message>
  28.   <message name="MSS_ StatusQueryOutput">
  29.     <part name="MSS_StatusResp" type="MSS_StatusRespType" />
  30.   </message>
  31.   <portType name="MSS_StatusQueryType">
  32.     <operation name="MSS_StatusQuery">
  33.       <input message="tns:MSS_StatusQueryInput" />
  34.       <output message="tns:MSS_StatusQueryOutput" />
  35.     </operation>
  36.   </portType>
  37.   <message name="MSS_ ReceiptInput">
  38.     <part name="MSS_ReceiptReq" type="MSS_ReceiptReqType" />
  39.   </message>
  40.   <message name="MSS_ ReceiptOutput">
  41.     <part name="MSS_ReceiptResp" type="MSS_ReceiptRespType" />
  42.   </message>
  43.   <portType name="MSS_ReceiptType">
  44.     <operation name="MSS_Receipt">
  45.       <input message="tns:MSS_ReceiptInput" />
  46.       <output message="tns:MSS_ReceiptOutput" />
  47.     </operation>
  48.   </portType>
  49.   <message name="MSS_RegistrationInput">
  50.     <part name="MSS_RegistrationReq"
  51.    type="mss:MSS_RegistrationReqType" />
  52.   </message>
  53.   <message name="MSS_RegistrationOutput">
  54.     <part name="MSS_RegistrationResp"
  55.    type="MSS_RegistrationRespType" />
  56.   </message>
  57.   <portType name="MSS_RegistrationType">
  58.     <operation name="MSS_Registration">
  59.       <input message="tns:MSS_RegistrationInput" />
  60.       <output message="tns:MSS_RegistrationOutput" />
  61.     </operation>
  62.   </portType>
  63.   <message name="MSS_ProfileQueryInput">
  64.     <part name="MSS_ProfileReq" type="mss:MSS_ProfileReqType" />
  65.   </message>
  66.   <message name="MSS_ ProfileQueryOutput">
  67.     <part name="MSS_ProfileResp" type="MSS_ProfileRespType" />
  68.   </message>
  69.   <portType name="MSS_ProfileQueryType">
  70.     <operation name="MSS_ProfileQuery">
  71.       <input message="tns:MSS_ProfileQueryInput" />
  72.       <output message="tns:MSS_ProfileQueryOutput" />
  73.     </operation>
  74.   </portType>
  75.   <message name="MSS_NotificationInput">
  76.     <part name="MSS_StatusResp" type="mss:MSS_StatusRespType" />
  77.   </message>
  78.   <message name="MSS_NotificationOutput">
  79.     <part name="MSS_ReceiptReq" type="mss:MSS_ReceiptReqType" />
  80.   </message>
  81.   <portType name="MSS_NotificationPortType">
  82.     <operation name="MSS_Notification">
  83.       <input message="tns:MSS_NotificationInput" />
  84.       <output message="tns:MSS_NotificationOutput" />
  85.     </operation>
  86.   </portType>
  87.   <message name="MSS_HandshakeInput">
  88.     <part name="MSS_HandshakeReq"
  89.    type="mss:MSS_HandshakeReqType" />
  90.   </message>
  91.   <message name="MSS_HandshakeOutput">
  92.     <part name="MSS_HandshakeResp"
  93.    type="mss:MSS_HandshakeRespType" />
  94.   </message>
  95.   <portType name="MSS_HandshakePortType">
  96.     <operation name="MSS_Handshake">
  97.       <input message="tns:MSS_HandshakeInput" />
  98.       <output message="tns:MSS_HandshakeOutput" />
  99.     </operation>
  100.   </portType>
  101. </definitions>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement