Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?xml version="1.0" encoding="UTF-8"?>
- <wsdl:definitions name="DataService"
- xmlns:xsd="http://www.w3.org/2001/XMLSchema"
- xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
- xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/"
- xmlns:wsp="http://schemas.xmlsoap.org/ws/2004/09/policy"
- xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurityutility-1.0.xsd"
- xmlns:sp="http://docs.oasis-open.org/wssx/ws-securitypolicy/200702"
- xmlns:tns="http://data.external.ws.edas.sodra.epr.lt"
- targetNamespace="http://data.external.ws.edas.sodra.epr.lt"
- xmlns:types="http://types.data.external.ws.edas.sodra.epr.lt">
- <wsdl:documentation>Web Service to upload EDAS drafts and send signed documents</wsdl:documentation>
- <wsp:Policy wsu:Id="DataServiceSecurityPolicy">
- <sp:SupportingTokens>
- <wsp:Policy>
- <sp:UsernameToken sp:IncludeToken="http://docs.oasis-open.org/ws-sx/wssecuritypolicy/200702/IncludeToken/AlwaysToRecipient">
- <wsp:Policy>
- <sp:WssUsernameToken11/>
- </wsp:Policy>
- </sp:UsernameToken>
- </wsp:Policy>
- </sp:SupportingTokens>
- </wsp:Policy>
- <wsdl:types>
- <xsd:schema>
- <xsd:import namespace="http://types.data.external.ws.edas.sodra.epr.lt" schemaLocation="DataService.xsd"/>
- </xsd:schema>
- </wsdl:types>
- <wsdl:message name="uploadEdasDraft">
- <wsdl:part name="parameters" element="types:uploadEdasDraft"/>
- </wsdl:message>
- <wsdl:message name="uploadEdasDraftResponse">
- <wsdl:part name="parameters" element="types:uploadEdasDraftResponse"/>
- </wsdl:message>
- <wsdl:message name="getDocumentLink">
- <wsdl:part name="parameters" element="types:getDocumentLink"/>
- </wsdl:message>
- <wsdl:message name="getDocumentLinkResponse">
- <wsdl:part name="parameters" element="types:getDocumentLinkResponse"/>
- </wsdl:message>
- <wsdl:message name="sendSignedDocument">
- <wsdl:part name="parameters" element="types:sendSignedDocument"/>
- </wsdl:message>
- <wsdl:message name="sendSignedDocumentResponse">
- <wsdl:part name="parameters" element="types:sendSignedDocumentResponse"/>
- </wsdl:message>
- <wsdl:message name="getDocumentStatus">
- <wsdl:part name="parameters" element="types:getDocumentStatus"/>
- </wsdl:message>
- <wsdl:message name="getDocumentStatusResponse">
- <wsdl:part name="parameters" element="types:getDocumentStatusResponse"/>
- </wsdl:message>
- <wsdl:message name="getPossibleDocuments">
- <wsdl:part name="parameters" element="types:getPossibleDocuments"/>
- </wsdl:message>
- <wsdl:message name="getPossibleDocumentsResponse">
- <wsdl:part name="parameters" element="types:getPossibleDocumentsResponse"/>
- </wsdl:message>
- <wsdl:message name="dataServiceException">
- <wsdl:part name="fault" element="types:dataServiceFault"/>
- </wsdl:message>
- <wsdl:portType name="DataServicePortType">
- <wsdl:documentation>EDAS data managament operations</wsdl:documentation>
- <wsdl:operation name="uploadEdasDraft">
- <wsdl:documentation>upload EDAS draft and return a link for signing</wsdl:documentation>
- <wsdl:input name="uploadEdasDraft" message="tns:uploadEdasDraft"/>
- <wsdl:output name="uploadEdasDraftResponse" message="tns:uploadEdasDraftResponse"/>
- <wsdl:fault name="dataServiceException" message="tns:dataServiceException"/>
- </wsdl:operation>
- <wsdl:operation name="getDocumentLink">
- <wsdl:documentation>get a link for previously uploaded document allowing to sign and/or send it</wsdl:documentation>
- <wsdl:input name="getDocumentLink" message="tns:getDocumentLink"/>
- <wsdl:output name="getDocumentLinkResponse" message="tns:getDocumentLinkResponse"/>
- <wsdl:fault name="dataServiceException" message="tns:dataServiceException"/>
- </wsdl:operation>
- <wsdl:operation name="sendSignedDocument">
- <wsdl:documentation>initiate signed EDAS document registration</wsdl:documentation>
- <wsdl:input name="sendSignedDocument" message="tns:sendSignedDocument"/>
- <wsdl:output name="sendSignedDocumentResponse" message="tns:sendSignedDocumentResponse"/>
- <wsdl:fault name="dataServiceException" message="tns:dataServiceException"/>
- </wsdl:operation>
- <wsdl:operation name="getDocumentStatus">
- <wsdl:documentation>get previously uploaded or sent document status</wsdl:documentation>
- <wsdl:input name="getDocumentStatus" message="tns:getDocumentStatus"/>
- <wsdl:output name="getDocumentStatusResponse" message="tns:getDocumentStatusResponse"/>
- <wsdl:fault name="dataServiceException" message="tns:dataServiceException"/>
- </wsdl:operation>
- <wsdl:operation name="getPossibleDocuments">
- <wsdl:documentation>get possible documents form codes and versions</wsdl:documentation>
- <wsdl:input name="getPossibleDocuments" message="tns:getPossibleDocuments"/>
- <wsdl:output name="getPossibleDocumentsResponse" message="tns:getPossibleDocumentsResponse"/>
- <wsdl:fault name="dataServiceException" message="tns:dataServiceException"/>
- </wsdl:operation>
- </wsdl:portType>
- <wsdl:binding name="DataServiceSoapBinding" type="tns:DataServicePortType">
- <wsp:PolicyReference URI="#DataServiceSecurityPolicy"/>
- <soap12:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
- <wsdl:operation name="uploadEdasDraft">
- <soap12:operation soapAction="" style="document"/>
- <wsdl:input name="uploadEdasDraft">
- <soap12:body use="literal"/>
- </wsdl:input>
- <wsdl:output name="uploadEdasDraftResponse">
- <soap12:body use="literal"/>
- </wsdl:output>
- <wsdl:fault name="dataServiceException">
- <soap12:body use="literal"/>
- </wsdl:fault>
- </wsdl:operation>
- <wsdl:operation name="getDocumentLink">
- <soap12:operation soapAction="" style="document"/>
- <wsdl:input name="getDocumentLink">
- <soap12:body use="literal"/>
- </wsdl:input>
- <wsdl:output name="getDocumentLinkResponse">
- <soap12:body use="literal"/>
- </wsdl:output>
- <wsdl:fault name="dataServiceException">
- <soap12:body use="literal"/>
- </wsdl:fault>
- </wsdl:operation>
- <wsdl:operation name="sendSignedDocument">
- <soap12:operation soapAction="" style="document"/>
- <wsdl:input name="sendSignedDocument">
- <soap12:body use="literal"/>
- </wsdl:input>
- <wsdl:output name="sendSignedDocumentResponse">
- <soap12:body use="literal"/>
- </wsdl:output>
- <wsdl:fault name="dataServiceException">
- <soap12:body use="literal"/>
- </wsdl:fault>
- </wsdl:operation>
- <wsdl:operation name="getDocumentStatus">
- <soap12:operation soapAction="" style="document"/>
- <wsdl:input name="getDocumentStatus">
- <soap12:body use="literal"/>
- </wsdl:input>
- <wsdl:output name="getDocumentStatusResponse">
- <soap12:body use="literal"/>
- </wsdl:output>
- <wsdl:fault name="dataServiceException">
- <soap12:body use="literal"/>
- </wsdl:fault>
- </wsdl:operation>
- <wsdl:operation name="getPossibleDocuments">
- <soap12:operation soapAction="" style="document"/>
- <wsdl:input name="getPossibleDocuments">
- <soap12:body use="literal"/>
- </wsdl:input>
- <wsdl:output name="getPossibleDocumentsResponse">
- <soap12:body use="literal"/>
- </wsdl:output>
- <wsdl:fault name="dataServiceException">
- <soap12:body use="literal"/>
- </wsdl:fault>
- </wsdl:operation>
- </wsdl:binding>
- <wsdl:service name="DataService">
- <wsdl:port name="DataServiceSoapHttpPort" binding="tns:DataServiceSoapBinding">
- <soap12:address location="https://draudejai.sodra.lt/edasexternal/services/DataService"/>
- </wsdl:port>
- </wsdl:service>
- </wsdl:definitions>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement