Änderungen RS eingearbeitet
This commit is contained in:
Binary file not shown.
@@ -1,75 +1,51 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<definitions
|
||||
name="omds3Services-1-1-0"
|
||||
targetNamespace="urn:omds3Services-1-1-0"
|
||||
xmlns:os="urn:omds3Services-1-1-0"
|
||||
xmlns:ost="urn:omds3ServiceTypes-1-1-0"
|
||||
xmlns:cst="urn:omds3CommonServiceTypes-1-1-0"
|
||||
xmlns:k="urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.kfz"
|
||||
xmlns:sp="urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.sachprivat"
|
||||
xmlns:v="urn:at.vvo.omds.types.omds3types.v1-3-0.on3vertrag"
|
||||
xmlns:p="urn:at.vvo.omds.types.omds3types.v1-3-0.on4partner"
|
||||
xmlns="http://schemas.xmlsoap.org/wsdl/"
|
||||
xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" xmlns:ns="http://www.w3.org/2001/XMLSchema"
|
||||
xmlns:ns1="http://schemas.xmlsoap.org/soap/encoding/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
|
||||
xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
|
||||
|
||||
<!-- Mit XMLSpy v2011 sp1 (x64) (http://www.altova.com) von Generali VIS Informatik GmbH (Generali VIS Informatik GmbH) bearbeitet -->
|
||||
<definitions name="omds3Services-1-1-0" targetNamespace="urn:omds3Services-1-1-0" xmlns:os="urn:omds3Services-1-1-0" xmlns:ost="urn:omds3ServiceTypes-1-1-0" xmlns:cst="urn:omds3CommonServiceTypes-1-1-0" xmlns:k="urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.kfz" xmlns:sp="urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.sachprivat" xmlns:r="urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.rs" xmlns:v="urn:at.vvo.omds.types.omds3types.v1-3-0.on3vertrag" xmlns:p="urn:at.vvo.omds.types.omds3types.v1-3-0.on4partner" xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" xmlns:ns="http://www.w3.org/2001/XMLSchema" xmlns:ns1="http://schemas.xmlsoap.org/soap/encoding/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
|
||||
<!--
|
||||
hier wird exampleVuServiceTypes.xsd referenziert, welches stellvertretend fuer eine individuelle
|
||||
Erweiterung der omdsServiceTypes.xsd einer VU steht. So besteht die Möglichkeit die Requests und
|
||||
Responses um weitere Attribute zu erweitern
|
||||
-->
|
||||
|
||||
<types>
|
||||
<schema xmlns="http://www.w3.org/2001/XMLSchema">
|
||||
<import namespace="urn:omds3ServiceTypes-1-1-0" schemaLocation="omds3ServiceTypes.xsd"/>
|
||||
<import namespace="urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.kfz" schemaLocation="omds3_ON2_Antrag_Kfz.xsd"/>
|
||||
<import namespace="urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.sachprivat" schemaLocation="omds3_ON2_Antrag_SachPrivat.xsd"/>
|
||||
<import namespace="urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.rs" schemaLocation="omds3_ON2_Antrag_RS.xsd"/>
|
||||
<import namespace="urn:at.vvo.omds.types.omds3types.v1-3-0.on3vertrag" schemaLocation="omds3_ON3_Vertrag.xsd"/>
|
||||
<import namespace="urn:at.vvo.omds.types.omds3types.v1-3-0.on4partner" schemaLocation="omds3_ON4_Partner.xsd"/>
|
||||
</schema>
|
||||
</types>
|
||||
|
||||
<message name="loginRequest">
|
||||
<part name="parameters" element="ost:loginRequest"/>
|
||||
</message>
|
||||
<message name="loginResponse">
|
||||
<part name="parameters" element="ost:loginResponse"/>
|
||||
</message>
|
||||
|
||||
<!-- <part name="parameters" element="ost:DeleteRequest"/> -->
|
||||
<!-- </message> -->
|
||||
<!-- <message name="deleteResponseMsg"> -->
|
||||
<!-- <part name="parameters" element="ost:DeleteResponse"/> -->
|
||||
<!-- </message> -->
|
||||
|
||||
|
||||
<message name="getUserDataRequest">
|
||||
<part name="parameters" element="ost:getUserDataRequest"/>
|
||||
</message>
|
||||
<message name="getUserDataResponse">
|
||||
<part name="parameters" element="ost:getUserDataResponse"/>
|
||||
</message>
|
||||
|
||||
|
||||
<message name="getOMDSPackageListRequest">
|
||||
<part name="parameters" element="ost:getOMDSPackageListRequest"/>
|
||||
</message>
|
||||
<message name="getOMDSPackageListResponse">
|
||||
<part name="parameters" element="ost:getOMDSPackageListResponse"/>
|
||||
</message>
|
||||
|
||||
|
||||
<message name="getOMDSPackageRequest">
|
||||
<part name="parameters" element="ost:getOMDSPackageRequest"/>
|
||||
</message>
|
||||
<message name="getOMDSPackageResponse">
|
||||
<part name="parameters" element="ost:getOMDSPackageResponse"/>
|
||||
</message>
|
||||
|
||||
<!-- Vertragsbezogene Dokumente -->
|
||||
|
||||
<message name="getArcImageInfosRequest">
|
||||
<part name="parameters" element="ost:getArcImageInfosRequest"/>
|
||||
</message>
|
||||
@@ -82,16 +58,13 @@
|
||||
<message name="getArcImageResponse">
|
||||
<part name="parameters" element="ost:getArcImageResponse"/>
|
||||
</message>
|
||||
|
||||
<!-- Deep Links -->
|
||||
|
||||
<message name="deepLinkClaimRequest">
|
||||
<part name="parameters" element="ost:getDeepLinkClaimRequest"/>
|
||||
</message>
|
||||
<message name="deepLinkClaimResponse">
|
||||
<part name="parameters" element="ost:getDeepLinkClaimResponse"/>
|
||||
</message>
|
||||
|
||||
<message name="deepLinkPartnerRequest">
|
||||
<part name="parameters" element="ost:getDeepLinkPartnerRequest"/>
|
||||
</message>
|
||||
@@ -117,22 +90,18 @@
|
||||
<message name="CreateClaimResponseMsg">
|
||||
<part name="parameters" element="ost:CreateClaimResponse"/>
|
||||
</message>
|
||||
|
||||
<message name="InitiateClaimRequestMsg">
|
||||
<part name="parameters" element="ost:InitiateClaimRequest"/>
|
||||
</message>
|
||||
<message name="InitiateClaimResponseMsg">
|
||||
<part name="parameters" element="ost:InitiateClaimResponse"/>
|
||||
</message>
|
||||
|
||||
|
||||
<message name="AddDocToClaimRequestMsg">
|
||||
<part name="parameters" element="ost:AddDocToClaimRequest"/>
|
||||
</message>
|
||||
<message name="AddDocToClaimResponseMsg">
|
||||
<part name="parameters" element="ost:AddDocToClaimResponse"/>
|
||||
</message>
|
||||
|
||||
<message name="GetClaimRequestMsg">
|
||||
<part name="parameters" element="ost:GetClaimRequest"/>
|
||||
</message>
|
||||
@@ -163,7 +132,6 @@
|
||||
<message name="SearchClaimResponseMsg">
|
||||
<part name="parameters" element="ost:SearchClaimResponse"/>
|
||||
</message>
|
||||
|
||||
<message name="GetLossEventListRequestMsg">
|
||||
<part name="parameters" element="ost:LossEventListRequest"/>
|
||||
</message>
|
||||
@@ -176,15 +144,12 @@
|
||||
<message name="GetChangedClaimsListResponseMsg">
|
||||
<part name="parameters" element="ost:ChangedClaimsListResponse"/>
|
||||
</message>
|
||||
|
||||
|
||||
<message name="DeclareEndpointRequestMsg">
|
||||
<part name="parameters" element="ost:DeclareEndpointRequest"/>
|
||||
</message>
|
||||
<message name="DeclareEndpointResponseMsg">
|
||||
<part name="parameters" element="ost:DeclareEndpointResponse"/>
|
||||
</message>
|
||||
|
||||
<message name="CalculateKfzRequestMsg">
|
||||
<part name="parameters" element="k:CalculateKfzRequest"/>
|
||||
</message>
|
||||
@@ -209,22 +174,42 @@
|
||||
<message name="SubmitApplicationKfzResponseMsg">
|
||||
<part name="parameters" element="k:SubmitApplicationKfzResponse"/>
|
||||
</message>
|
||||
<message name="CalculateRSRequestMsg">
|
||||
<part name="parameters" element="r:CalculateRSRequest"/>
|
||||
</message>
|
||||
<message name="CalculateRSResponseMsg">
|
||||
<part name="parameters" element="r:CalculateRSResponse"/>
|
||||
</message>
|
||||
<message name="CreateOfferRSRequestMsg">
|
||||
<part name="parameters" element="r:CreateOfferRSRequest"/>
|
||||
</message>
|
||||
<message name="CreateOfferRSResponseMsg">
|
||||
<part name="parameters" element="r:CreateOfferRSResponse"/>
|
||||
</message>
|
||||
<message name="CreateApplicationRSRequestMsg">
|
||||
<part name="parameters" element="r:CreateApplicationRSRequest"/>
|
||||
</message>
|
||||
<message name="CreateApplicationRSResponseMsg">
|
||||
<part name="parameters" element="r:CreateApplicationRSResponse"/>
|
||||
</message>
|
||||
<message name="SubmitApplicationRSRequestMsg">
|
||||
<part name="parameters" element="r:SubmitApplicationRSRequest"/>
|
||||
</message>
|
||||
<message name="SubmitApplicationRSResponseMsg">
|
||||
<part name="parameters" element="r:SubmitApplicationRSResponse"/>
|
||||
</message>
|
||||
<message name="GetStatusChangesRequestMsg">
|
||||
<part name="parameters" element="ost:GetStatusChangesRequest"/>
|
||||
</message>
|
||||
<message name="GetStatusChangesResponseMsg">
|
||||
<part name="parameters" element="ost:GetStatusChangesResponse"/>
|
||||
</message>
|
||||
|
||||
|
||||
|
||||
<message name="GetPoliciesOfPartnerRequestMsg">
|
||||
<part name="parameters" element="v:GetPoliciesOfPartnerRequest"/>
|
||||
</message>
|
||||
<message name="GetPoliciesOfPartnerResponseMsg">
|
||||
<part name="parameters" element="v:GetPoliciesOfPartnerResponse"/>
|
||||
</message>
|
||||
|
||||
<message name="CheckAddressRequestMsg">
|
||||
<part name="parameters" element="p:CheckAddressRequest"/>
|
||||
</message>
|
||||
@@ -237,30 +222,24 @@
|
||||
<message name="GetPartnerResponseMsg">
|
||||
<part name="parameters" element="p:GetPartnerResponse"/>
|
||||
</message>
|
||||
|
||||
<message name="ChangePersonDataRequestMsg">
|
||||
<part name="parameters" element="p:ChangePersonDataRequest"/>
|
||||
</message>
|
||||
<message name="ChangePersonDataResponseMsg">
|
||||
<part name="parameters" element="p:ChangePersonDataResponse"/>
|
||||
</message>
|
||||
|
||||
<message name="ChangePartnerMainAddressRequestMsg">
|
||||
<part name="parameters" element="p:ChangePartnerMainAddressRequest"/>
|
||||
</message>
|
||||
<message name="ChangePartnerMainAddressResponseMsg">
|
||||
<part name="parameters" element="p:ChangePartnerMainAddressResponse"/>
|
||||
</message>
|
||||
|
||||
<message name="SetMailingAddressRequestMsg">
|
||||
<part name="parameters" element="v:SetMailingAddressRequest"/>
|
||||
</message>
|
||||
<message name="SetMailingAddressResponseMsg">
|
||||
<part name="parameters" element="v:SetMailingAddressResponse"/>
|
||||
</message>
|
||||
|
||||
|
||||
|
||||
<message name="ChangeCommunicationObjectRequestMsg">
|
||||
<part name="parameters" element="p:ChangeCommunicationObjectRequest"/>
|
||||
</message>
|
||||
@@ -279,84 +258,67 @@
|
||||
<message name="CreateNewCommunicationObjectResponseMsg">
|
||||
<part name="parameters" element="p:CreateNewCommunicationObjectResponse"/>
|
||||
</message>
|
||||
|
||||
<message name="CollectionChangeRequestMsg">
|
||||
<part name="parameters" element="v:CollectionChangeRequest"/>
|
||||
</message>
|
||||
<message name="CollectionChangeResponseMsg">
|
||||
<part name="parameters" element="v:CollectionChangeResponse"/>
|
||||
</message>
|
||||
|
||||
|
||||
|
||||
<!-- Fehler -->
|
||||
<message name="ServiceFaultMsg">
|
||||
<part name="parameters" element="cst:serviceFault"/>
|
||||
</message>
|
||||
|
||||
|
||||
<portType name="omdsServicePortType">
|
||||
|
||||
<operation name="login">
|
||||
<input name="loginRequest" message="os:loginRequest"/>
|
||||
<output name="loginResponse" message="os:loginResponse"/>
|
||||
<fault name="loginFault" message="os:ServiceFaultMsg"/>
|
||||
</operation>
|
||||
|
||||
<operation name="getUserData">
|
||||
<input name="getUserDataRequest" message="os:getUserDataRequest"/>
|
||||
<output name="getUserDataResponse" message="os:getUserDataResponse"/>
|
||||
<fault name="getUserDataFault" message="os:ServiceFaultMsg"/>
|
||||
</operation>
|
||||
|
||||
<operation name="getOMDSPackageList">
|
||||
<input name="getOMDSPackageListRequest" message="os:getOMDSPackageListRequest"/>
|
||||
<output name="getOMDSPackageListResponse" message="os:getOMDSPackageListResponse"/>
|
||||
<fault name="getOMDSPackageListFault" message="os:ServiceFaultMsg"/>
|
||||
</operation>
|
||||
|
||||
<operation name="getOMDSPackage">
|
||||
<input name="getOMDSPackageRequest" message="os:getOMDSPackageRequest"/>
|
||||
<output name="getOMDSPackageResponse" message="os:getOMDSPackageResponse"/>
|
||||
<fault name="getOMDSPackageFault" message="os:ServiceFaultMsg"/>
|
||||
</operation>
|
||||
|
||||
<operation name="getArcImageInfos">
|
||||
<input name="getArcImageInfosRequest" message="os:getArcImageInfosRequest"/>
|
||||
<output name="getArcImageInfosResponse" message="os:getArcImageInfosResponse"/>
|
||||
<fault name="getArcImageInfosFault" message="os:ServiceFaultMsg"/>
|
||||
</operation>
|
||||
|
||||
<operation name="getArcImage">
|
||||
<input name="getArcImageRequest" message="os:getArcImageRequest"/>
|
||||
<output name="getArcImageResponse" message="os:getArcImageResponse"/>
|
||||
<fault name="getArcImageFault" message="os:ServiceFaultMsg"/>
|
||||
</operation>
|
||||
|
||||
<operation name="deepLinkClaim">
|
||||
<input name="deepLinkClaimRequest" message="os:deepLinkClaimRequest"/>
|
||||
<output name="deepLinkClaimResponse" message="os:deepLinkClaimResponse"/>
|
||||
<fault name="deepLinkClaimFault" message="os:ServiceFaultMsg"/>
|
||||
</operation>
|
||||
|
||||
<operation name="deepLinkPartner">
|
||||
<input name="deepLinkPartnerRequest" message="os:deepLinkPartnerRequest"/>
|
||||
<output name="deepLinkPartnerResponse" message="os:deepLinkPartnerResponse"/>
|
||||
<fault name="deepLinkPartnerFault" message="os:ServiceFaultMsg"/>
|
||||
</operation>
|
||||
|
||||
<operation name="deepLinkOffer">
|
||||
<input name="deepLinkOfferRequest" message="os:deepLinkOfferRequest"/>
|
||||
<output name="deepLinkOfferResponse" message="os:deepLinkOfferResponse"/>
|
||||
<fault name="deepLinkOfferFault" message="os:ServiceFaultMsg"/>
|
||||
</operation>
|
||||
|
||||
<operation name="deepLinkPolicy">
|
||||
<input name="deepLinkPolicyRequest" message="os:deepLinkPolicyRequest"/>
|
||||
<output name="deepLinkPolicyResponse" message="os:deepLinkPolicyResponse"/>
|
||||
<fault name="deepLinkPolicyFault" message="os:ServiceFaultMsg"/>
|
||||
</operation>
|
||||
|
||||
<operation name="createClaim">
|
||||
<input name="CreateClaimRequestPort" message="os:CreateClaimRequestMsg"/>
|
||||
<output name="CreateClaimResponsePort" message="os:CreateClaimResponseMsg"/>
|
||||
@@ -367,7 +329,6 @@
|
||||
<output name="InitiateClaimResponsePort" message="os:InitiateClaimResponseMsg"/>
|
||||
<fault name="InitiateClaimFault" message="os:ServiceFaultMsg"/>
|
||||
</operation>
|
||||
|
||||
<operation name="addDocToClaim">
|
||||
<input name="AddDocToClaimRequestPort" message="os:AddDocToClaimRequestMsg"/>
|
||||
<output name="AddDocToClaimResponsePort" message="os:AddDocToClaimResponseMsg"/>
|
||||
@@ -413,8 +374,6 @@
|
||||
<output name="DeclareEndpointResponsePort" message="os:DeclareEndpointResponseMsg"/>
|
||||
<fault name="DeclareEndpointFault" message="os:ServiceFaultMsg"/>
|
||||
</operation>
|
||||
|
||||
|
||||
<operation name="calculateKfz">
|
||||
<input name="CalculateKfzRequestPort" message="os:CalculateKfzRequestMsg"/>
|
||||
<output name="CalculateKfzResponsePort" message="os:CalculateKfzResponseMsg"/>
|
||||
@@ -445,44 +404,36 @@
|
||||
<!-- <output name="DeleteResponsePort" message="os:deleteResponseMsg" /> -->
|
||||
<!-- <fault name="DeleteFault" message="os:ServiceFaultMsg" /> -->
|
||||
<!-- </operation> -->
|
||||
|
||||
|
||||
<operation name="getPoliciesOfPartner">
|
||||
<input name="GetPoliciesOfPartnerRequestPort" message="os:GetPoliciesOfPartnerRequestMsg"/>
|
||||
<output name="GetPoliciesOfPartnerResponsePort" message="os:GetPoliciesOfPartnerResponseMsg"/>
|
||||
<fault name="GetPoliciesOfPartnerFault" message="os:ServiceFaultMsg"/>
|
||||
</operation>
|
||||
|
||||
<operation name="checkAddress">
|
||||
<input name="CheckAddressRequestPort" message="os:CheckAddressRequestMsg"/>
|
||||
<output name="CheckAddressResponsePort" message="os:CheckAddressResponseMsg"/>
|
||||
<fault name="CheckAddressFault" message="os:ServiceFaultMsg"/>
|
||||
</operation>
|
||||
|
||||
<operation name="getPartner">
|
||||
<input name="GetPartnerRequestPort" message="os:GetPartnerRequestMsg"/>
|
||||
<output name="GetPartnerResponsePort" message="os:GetPartnerResponseMsg"/>
|
||||
<fault name="GetPartnerFault" message="os:ServiceFaultMsg"/>
|
||||
</operation>
|
||||
|
||||
<operation name="changePersonData">
|
||||
<input name="ChangePersonDataRequestPort" message="os:ChangePersonDataRequestMsg"/>
|
||||
<output name="ChangePersonDataResponsePort" message="os:ChangePersonDataResponseMsg"/>
|
||||
<fault name="ChangePersonDataFault" message="os:ServiceFaultMsg"/>
|
||||
</operation>
|
||||
|
||||
<operation name="changePartnerMainAddress">
|
||||
<input name="ChangePartnerMainAddressRequestPort" message="os:ChangePartnerMainAddressRequestMsg"/>
|
||||
<output name="ChangePartnerMainAddressResponsePort" message="os:ChangePartnerMainAddressResponseMsg"/>
|
||||
<fault name="ChangePartnerMainAddressFault" message="os:ServiceFaultMsg"/>
|
||||
</operation>
|
||||
|
||||
<operation name="setMailingAddress">
|
||||
<input name="SetMailingAddressRequestPort" message="os:SetMailingAddressRequestMsg"/>
|
||||
<output name="SetMailingAddressResponsePort" message="os:SetMailingAddressResponseMsg"/>
|
||||
<fault name="SetMailingAddressFault" message="os:ServiceFaultMsg"/>
|
||||
</operation>
|
||||
|
||||
<operation name="changeCommunicationObject">
|
||||
<input name="ChangeCommunicationObjectRequestPort" message="os:ChangeCommunicationObjectRequestMsg"/>
|
||||
<output name="ChangeCommunicationObjectResponsePort" message="os:ChangeCommunicationObjectResponseMsg"/>
|
||||
@@ -498,23 +449,16 @@
|
||||
<output name="CreateNewCommunicationObjectResponsePort" message="os:CreateNewCommunicationObjectResponseMsg"/>
|
||||
<fault name="ChangeCommunicationObjectFault" message="os:ServiceFaultMsg"/>
|
||||
</operation>
|
||||
|
||||
<operation name="collectionChange">
|
||||
<input name="CollectionChangeRequestPort" message="os:CollectionChangeRequestMsg"/>
|
||||
<output name="CollectionChangeResponsePort" message="os:CollectionChangeResponseMsg"/>
|
||||
<fault name="CollectionChangeFault" message="os:ServiceFaultMsg"/>
|
||||
</operation>
|
||||
|
||||
|
||||
</portType>
|
||||
|
||||
<binding name="omdsServicePortBinding" type="os:omdsServicePortType">
|
||||
<soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
|
||||
|
||||
|
||||
<!-- Referenz auf jeweilige Security Policy für alle Methoden, in diesem Fall eine UsernameToken-Policy, kann aber abweichen bei anderer OMDS-Policy -->
|
||||
<wsp:PolicyReference URI="#OMDSUsernameTokenPolicy" xmlns:wsp="http://schemas.xmlsoap.org/ws/2004/09/policy"/>
|
||||
|
||||
<!-- <operation name="delete"> -->
|
||||
<!-- <soap:operation soapAction="urn:delete" style="document" /> -->
|
||||
<!-- <input name="deleteRequest"> -->
|
||||
@@ -527,7 +471,6 @@
|
||||
<!-- <soap:fault name="DeleteFault" use="literal"/> -->
|
||||
<!-- </fault> -->
|
||||
<!-- </operation> -->
|
||||
|
||||
<operation name="login">
|
||||
<soap:operation soapAction="urn:login" style="document"/>
|
||||
<input name="loginRequest">
|
||||
@@ -540,7 +483,6 @@
|
||||
<soap:fault name="loginFault" use="literal"/>
|
||||
</fault>
|
||||
</operation>
|
||||
|
||||
<operation name="getUserData">
|
||||
<soap:operation soapAction="urn:getUserData" style="document"/>
|
||||
<input name="getUserDataRequest">
|
||||
@@ -553,7 +495,6 @@
|
||||
<soap:fault name="getUserDataFault" use="literal"/>
|
||||
</fault>
|
||||
</operation>
|
||||
|
||||
<operation name="getOMDSPackageList">
|
||||
<soap:operation soapAction="urn:getOMDSPackageList" style="document"/>
|
||||
<input name="getOMDSPackageListRequest">
|
||||
@@ -566,7 +507,6 @@
|
||||
<soap:fault name="getOMDSPackageListFault" use="literal"/>
|
||||
</fault>
|
||||
</operation>
|
||||
|
||||
<operation name="getOMDSPackage">
|
||||
<soap:operation soapAction="urn:getOMDSPackage" style="document"/>
|
||||
<input name="getOMDSPackageRequest">
|
||||
@@ -579,9 +519,7 @@
|
||||
<soap:fault name="getOMDSPackageFault" use="literal"/>
|
||||
</fault>
|
||||
</operation>
|
||||
|
||||
<!-- Vertragsbezogene Dokumente ArcImage -->
|
||||
|
||||
<operation name="getArcImageInfos">
|
||||
<soap:operation soapAction="urn:getArcImageInfos" style="document"/>
|
||||
<input name="getArcImageInfosRequest">
|
||||
@@ -594,7 +532,6 @@
|
||||
<soap:fault name="getArcImageInfosFault" use="literal"/>
|
||||
</fault>
|
||||
</operation>
|
||||
|
||||
<operation name="getArcImage">
|
||||
<soap:operation soapAction="urn:getArcImage" style="document"/>
|
||||
<input name="getArcImageRequest">
|
||||
@@ -607,9 +544,7 @@
|
||||
<soap:fault name="getArcImageFault" use="literal"/>
|
||||
</fault>
|
||||
</operation>
|
||||
|
||||
<!-- Deep-Links -->
|
||||
|
||||
<operation name="deepLinkClaim">
|
||||
<soap:operation soapAction="urn:deepLinkClaim" style="document"/>
|
||||
<input name="deepLinkClaimRequest">
|
||||
@@ -622,7 +557,6 @@
|
||||
<soap:fault name="deepLinkClaimFault" use="literal"/>
|
||||
</fault>
|
||||
</operation>
|
||||
|
||||
<operation name="deepLinkPartner">
|
||||
<soap:operation soapAction="urn:deepLinkPartner" style="document"/>
|
||||
<input name="deepLinkPartnerRequest">
|
||||
@@ -635,7 +569,6 @@
|
||||
<soap:fault name="deepLinkPartnerFault" use="literal"/>
|
||||
</fault>
|
||||
</operation>
|
||||
|
||||
<operation name="deepLinkOffer">
|
||||
<soap:operation soapAction="urn:deepLinkOffer" style="document"/>
|
||||
<input name="deepLinkOfferRequest">
|
||||
@@ -648,7 +581,6 @@
|
||||
<soap:fault name="deepLinkOfferFault" use="literal"/>
|
||||
</fault>
|
||||
</operation>
|
||||
|
||||
<operation name="deepLinkPolicy">
|
||||
<soap:operation soapAction="urn:deepLinkPolicy" style="document"/>
|
||||
<input name="deepLinkPolicyRequest">
|
||||
@@ -661,7 +593,6 @@
|
||||
<soap:fault name="deepLinkPolicyFault" use="literal"/>
|
||||
</fault>
|
||||
</operation>
|
||||
|
||||
<!-- Schaden -->
|
||||
<operation name="createClaim">
|
||||
<soap:operation soapAction="urn:createClaim" style="document"/>
|
||||
@@ -675,7 +606,6 @@
|
||||
<soap:fault name="createClaimFault" use="literal"/>
|
||||
</fault>
|
||||
</operation>
|
||||
|
||||
<operation name="initiateClaim">
|
||||
<soap:operation soapAction="urn:initiateClaim" style="document"/>
|
||||
<input name="InitiateClaimRequestPort">
|
||||
@@ -688,8 +618,6 @@
|
||||
<soap:fault name="initiateClaimFault" use="literal"/>
|
||||
</fault>
|
||||
</operation>
|
||||
|
||||
|
||||
<operation name="addDocToClaim">
|
||||
<soap:operation soapAction="urn:addDocToClaim" style="document"/>
|
||||
<input name="AddDocToClaimRequestPort">
|
||||
@@ -702,7 +630,6 @@
|
||||
<soap:fault name="AddDocToClaimFault" use="literal"/>
|
||||
</fault>
|
||||
</operation>
|
||||
|
||||
<operation name="getClaim">
|
||||
<soap:operation soapAction="urn:getClaim" style="document"/>
|
||||
<input name="GetClaimRequestPort">
|
||||
@@ -715,7 +642,6 @@
|
||||
<soap:fault name="GetClaimFault" use="literal"/>
|
||||
</fault>
|
||||
</operation>
|
||||
|
||||
<operation name="getClaimLight">
|
||||
<soap:operation soapAction="urn:getClaimLight" style="document"/>
|
||||
<input name="GetClaimLightRequestPort">
|
||||
@@ -728,7 +654,6 @@
|
||||
<soap:fault name="GetClaimLightFault" use="literal"/>
|
||||
</fault>
|
||||
</operation>
|
||||
|
||||
<operation name="getNumberOfDocuments">
|
||||
<soap:operation soapAction="urn:getNumberOfDocuments" style="document"/>
|
||||
<input name="GetNumberOfDocumentsRequestPort">
|
||||
@@ -741,7 +666,6 @@
|
||||
<soap:fault name="GetNumberOfDocumentsFault" use="literal"/>
|
||||
</fault>
|
||||
</operation>
|
||||
|
||||
<operation name="getDocumentInfos">
|
||||
<soap:operation soapAction="urn:getDocumentInfos" style="document"/>
|
||||
<input name="GetDocumentInfosRequestPort">
|
||||
@@ -754,7 +678,6 @@
|
||||
<soap:fault name="GetDocumentInfosFault" use="literal"/>
|
||||
</fault>
|
||||
</operation>
|
||||
|
||||
<operation name="searchClaim">
|
||||
<soap:operation soapAction="urn:searchClaim" style="document"/>
|
||||
<input name="SearchClaimRequestPort">
|
||||
@@ -767,7 +690,6 @@
|
||||
<soap:fault name="SearchClaimFault" use="literal"/>
|
||||
</fault>
|
||||
</operation>
|
||||
|
||||
<operation name="getLossEventList">
|
||||
<soap:operation soapAction="urn:getLossEventList" style="document"/>
|
||||
<input name="LossEventListRequestPort">
|
||||
@@ -780,7 +702,6 @@
|
||||
<soap:fault name="LossEventListFault" use="literal"/>
|
||||
</fault>
|
||||
</operation>
|
||||
|
||||
<operation name="getChangedClaimsList">
|
||||
<soap:operation soapAction="urn:getChangedClaimsList" style="document"/>
|
||||
<input name="ChangedClaimsListPort">
|
||||
@@ -793,7 +714,6 @@
|
||||
<soap:fault name="ChangedClaimsListFault" use="literal"/>
|
||||
</fault>
|
||||
</operation>
|
||||
|
||||
<operation name="declareEndpoint">
|
||||
<soap:operation soapAction="urn:declareEndpoint" style="document"/>
|
||||
<input name="DeclareEndpointRequestPort">
|
||||
@@ -806,7 +726,6 @@
|
||||
<soap:fault name="declareEndpointFault" use="literal"/>
|
||||
</fault>
|
||||
</operation>
|
||||
|
||||
<!-- Berechnung, Offert, Antrag KFZ -->
|
||||
<operation name="calculateKfz">
|
||||
<soap:operation soapAction="urn:calculateKfz" style="document"/>
|
||||
@@ -820,7 +739,6 @@
|
||||
<soap:fault name="CalculateKfzFault" use="literal"/>
|
||||
</fault>
|
||||
</operation>
|
||||
|
||||
<operation name="createOfferKfz">
|
||||
<soap:operation soapAction="urn:createOfferKfz" style="document"/>
|
||||
<input name="CreateOfferKfzRequestPort">
|
||||
@@ -833,7 +751,6 @@
|
||||
<soap:fault name="CreateOfferKfzFault" use="literal"/>
|
||||
</fault>
|
||||
</operation>
|
||||
|
||||
<operation name="createApplicationKfz">
|
||||
<soap:operation soapAction="urn:createApplicationKfz" style="document"/>
|
||||
<input name="CreateApplicationKfzRequestPort">
|
||||
@@ -846,7 +763,6 @@
|
||||
<soap:fault name="CreateApplicationKfzFault" use="literal"/>
|
||||
</fault>
|
||||
</operation>
|
||||
|
||||
<operation name="submitApplicationKfz">
|
||||
<soap:operation soapAction="urn:submitApplicationKfz" style="document"/>
|
||||
<input name="SubmitApplicationKfzRequestPort">
|
||||
@@ -859,7 +775,6 @@
|
||||
<soap:fault name="SubmitApplicationKfzFault" use="literal"/>
|
||||
</fault>
|
||||
</operation>
|
||||
|
||||
<operation name="getStatusChanges">
|
||||
<soap:operation soapAction="urn:getStatusChanges" style="document"/>
|
||||
<input name="GetStatusChangesRequestPort">
|
||||
@@ -872,7 +787,6 @@
|
||||
<soap:fault name="GetStatusChangesFault" use="literal"/>
|
||||
</fault>
|
||||
</operation>
|
||||
|
||||
<!-- Personen Bestandsdaten Änderung -->
|
||||
<operation name="getPoliciesOfPartner">
|
||||
<soap:operation soapAction="urn:changePersonData" style="document"/>
|
||||
@@ -886,7 +800,6 @@
|
||||
<soap:fault name="GetPoliciesOfPartnerFault" use="literal"/>
|
||||
</fault>
|
||||
</operation>
|
||||
|
||||
<operation name="checkAddress">
|
||||
<soap:operation soapAction="urn:checkAddress" style="document"/>
|
||||
<input name="CheckAddressRequestPort">
|
||||
@@ -899,7 +812,6 @@
|
||||
<soap:fault name="CheckAddressFault" use="literal"/>
|
||||
</fault>
|
||||
</operation>
|
||||
|
||||
<operation name="getPartner">
|
||||
<soap:operation soapAction="urn:getPartner" style="document"/>
|
||||
<input name="GetPartnerRequestPort">
|
||||
@@ -912,7 +824,6 @@
|
||||
<soap:fault name="GetPartnerFault" use="literal"/>
|
||||
</fault>
|
||||
</operation>
|
||||
|
||||
<operation name="changePersonData">
|
||||
<soap:operation soapAction="urn:changePersonData" style="document"/>
|
||||
<input name="ChangePersonDataRequestPort">
|
||||
@@ -925,7 +836,6 @@
|
||||
<soap:fault name="ChangePersonDataFault" use="literal"/>
|
||||
</fault>
|
||||
</operation>
|
||||
|
||||
<operation name="changePartnerMainAddress">
|
||||
<soap:operation soapAction="urn:changePersonData" style="document"/>
|
||||
<input name="ChangePartnerMainAddressRequestPort">
|
||||
@@ -938,7 +848,6 @@
|
||||
<soap:fault name="ChangeAddressFault" use="literal"/>
|
||||
</fault>
|
||||
</operation>
|
||||
|
||||
<operation name="setMailingAddress">
|
||||
<soap:operation soapAction="urn:changePersonData" style="document"/>
|
||||
<input name="SetMailingAddressRequestPort">
|
||||
@@ -951,8 +860,6 @@
|
||||
<soap:fault name="SetMailingAddressFault" use="literal"/>
|
||||
</fault>
|
||||
</operation>
|
||||
|
||||
|
||||
<operation name="changeCommunicationObject">
|
||||
<soap:operation soapAction="urn:changePersonData" style="document"/>
|
||||
<input name="ChangeCommunicationObjectRequestPort">
|
||||
@@ -989,7 +896,6 @@
|
||||
<soap:fault name="ChangeCommunicationObjectFault" use="literal"/>
|
||||
</fault>
|
||||
</operation>
|
||||
|
||||
<operation name="collectionChange">
|
||||
<soap:operation soapAction="urn:collectionChange" style="document"/>
|
||||
<input name="CollectionChangeRequestPort">
|
||||
@@ -1002,21 +908,13 @@
|
||||
<soap:fault name="CollectionChangeFault" use="literal"/>
|
||||
</fault>
|
||||
</operation>
|
||||
|
||||
|
||||
|
||||
</binding>
|
||||
|
||||
<service name="omdsService">
|
||||
<port name="omdsServicePort" binding="os:omdsServicePortBinding">
|
||||
<soap:address location="http://localhost:80/omdsServicePort"/>
|
||||
</port>
|
||||
</service>
|
||||
|
||||
|
||||
<wsp:Policy wsu:Id="OMDSUsernameTokenPolicy" xmlns:wsp="http://www.w3.org/ns/ws-policy"
|
||||
xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd"
|
||||
xmlns:sp="http://schemas.xmlsoap.org/ws/2005/07/securitypolicy">
|
||||
<wsp:Policy wsu:Id="OMDSUsernameTokenPolicy" xmlns:wsp="http://www.w3.org/ns/ws-policy" xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd" xmlns:sp="http://schemas.xmlsoap.org/ws/2005/07/securitypolicy">
|
||||
<wsp:ExactlyOne>
|
||||
<wsp:All>
|
||||
<!-- Def HTTPS: dies muss allerdings nur aktiviert werden, wenn nicht andere HTTPs Infrastruktur vorgeschaltet ist
|
||||
@@ -1029,7 +927,6 @@
|
||||
</sp:TransportToken>
|
||||
</wsp:Policy>
|
||||
</sp:TransportBinding> -->
|
||||
|
||||
<!-- schreibe Username-Token mit Passwort-Digest (Hash) vor -->
|
||||
<sp:SupportingTokens>
|
||||
<wsp:Policy>
|
||||
@@ -1040,10 +937,7 @@
|
||||
</sp:UsernameToken>
|
||||
</wsp:Policy>
|
||||
</sp:SupportingTokens>
|
||||
|
||||
</wsp:All>
|
||||
</wsp:ExactlyOne>
|
||||
</wsp:Policy>
|
||||
|
||||
|
||||
</definitions>
|
||||
|
||||
@@ -1,6 +1,9 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!-- Mit XMLSpy v2011 sp1 (x64) (http://www.altova.com) von Generali VIS Informatik GmbH (Generali VIS Informatik GmbH) bearbeitet -->
|
||||
<xsd:schema xmlns="urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.sachprivat" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:omds="urn:omds20" xmlns:cst="urn:omds3CommonServiceTypes-1-1-0" xmlns:ost="urn:omds3ServiceTypes-1-1-0" xmlns:ac="urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common" targetNamespace="urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.sachprivat" elementFormDefault="qualified" attributeFormDefault="qualified" version="1.3.0">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>Konkrete Services (Request- und Responseobjekte) Kfz</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
<xsd:import namespace="urn:omds20" schemaLocation="omds29-00.xsd"/>
|
||||
<xsd:import namespace="urn:omds3CommonServiceTypes-1-1-0" schemaLocation="omds3CommonServiceTypes.xsd"/>
|
||||
<xsd:import namespace="urn:omds3ServiceTypes-1-1-0" schemaLocation="omds3ServiceTypes.xsd"/>
|
||||
@@ -58,11 +61,11 @@
|
||||
<xsd:element name="DeckungErbFamilienrecht" type="cst:DeckungVs_Type" minOccurs="0"/>
|
||||
<xsd:element name="DeckungLenkerPrivat" type="cst:DeckungVs_Type" minOccurs="0"/>
|
||||
<xsd:element name="DeckungPflegegeldPrivat" type="cst:DeckungProzent_Type" minOccurs="0"/>
|
||||
<xsd:element name="DeckungGrundstückMietePrivat" type="cst:DeckungVsVI_Type" minOccurs="0"/>
|
||||
<xsd:element name="DeckungGrundstückMietePrivat" type="cst:DeckungVsVI_Type" minOccurs="0" maxOccurs="unbounded"/>
|
||||
<xsd:element name="DeckungLenkerVerkehrsteilnehmer" type="cst:DeckungVs_Type" minOccurs="0"/>
|
||||
<xsd:element name="DeckungVerkehr" type="cst:DeckungVsVI_Type" minOccurs="0"/>
|
||||
<xsd:element name="DeckungFahrzeugVertrag" type="cst:DeckungVsVI_Type" minOccurs="0"/>
|
||||
<xsd:element name="DeckungGeschäftlichBefördertesGut" type="cst:DeckungVsVI_Type" minOccurs="0"/>
|
||||
<xsd:element name="DeckungVerkehr" type="cst:DeckungVsVI_Type" minOccurs="0" maxOccurs="unbounded"/>
|
||||
<xsd:element name="DeckungFahrzeugVertrag" type="cst:DeckungVsVI_Type" minOccurs="0" maxOccurs="unbounded"/>
|
||||
<xsd:element name="DeckungGeschäftlichBefördertesGut" type="cst:DeckungVsVI_Type" minOccurs="0" maxOccurs="unbounded"/>
|
||||
<xsd:element name="DeckungVerkehrAllerFahrzeuge" type="cst:DeckungVs_Type" minOccurs="0"/>
|
||||
<xsd:element name="DeckungFahrzeugVertragAlleFahrzeuge" type="cst:DeckungVs_Type" minOccurs="0"/>
|
||||
</xsd:sequence>
|
||||
@@ -83,12 +86,12 @@
|
||||
<xsd:element name="DeckungStrafverfahrenVerbandsverantwortlichkeitsGesetz" type="cst:DeckungVs_Type" minOccurs="0"/>
|
||||
<xsd:element name="DeckungAllgemeinerVertragBetrieb" type="cst:DeckungVs_Type" minOccurs="0"/>
|
||||
<xsd:element name="DeckungSteuerRSBetrieb" type="cst:DeckungVs_Type" minOccurs="0"/>
|
||||
<xsd:element name="DeckungGrundstückMieteBetrieb" type="cst:DeckungVsVI_Type" minOccurs="0"/>
|
||||
<xsd:element name="DeckungBetriebsinhaberPrivat" type="cst:DeckungVsVI_Type" minOccurs="0"/>
|
||||
<xsd:element name="DeckungGrundstückMieteBetrieb" type="cst:DeckungVsVI_Type" minOccurs="0" maxOccurs="unbounded"/>
|
||||
<xsd:element name="DeckungBetriebsinhaberPrivat" type="cst:DeckungVsVI_Type" minOccurs="0" maxOccurs="unbounded"/>
|
||||
<xsd:element name="DeckungLenkerDienstnehmer" type="cst:DeckungVs_Type" minOccurs="0"/>
|
||||
<xsd:element name="DeckungVerkehr" type="cst:DeckungVsVI_Type" minOccurs="0"/>
|
||||
<xsd:element name="DeckungFahrzeugVertrag" type="cst:DeckungVsVI_Type" minOccurs="0"/>
|
||||
<xsd:element name="DeckungGeschäftlichBefördertesGut" type="cst:DeckungVsVI_Type" minOccurs="0"/>
|
||||
<xsd:element name="DeckungVerkehr" type="cst:DeckungVsVI_Type" minOccurs="0" maxOccurs="unbounded"/>
|
||||
<xsd:element name="DeckungFahrzeugVertrag" type="cst:DeckungVsVI_Type" minOccurs="0" maxOccurs="unbounded"/>
|
||||
<xsd:element name="DeckungGeschäftlichBefördertesGut" type="cst:DeckungVsVI_Type" minOccurs="0" maxOccurs="unbounded"/>
|
||||
</xsd:sequence>
|
||||
</xsd:extension>
|
||||
</xsd:complexContent>
|
||||
@@ -155,6 +158,45 @@
|
||||
</xsd:extension>
|
||||
</xsd:complexContent>
|
||||
</xsd:complexType>
|
||||
<xsd:complexType name="SpezAnfrageOffertRS_Type">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>Typ der das Produkt beschreibt und in Offertanfrage und Offertantwort verwendet wird</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
<xsd:complexContent>
|
||||
<xsd:extension base="ac:SpezAnfrageOffert_Type">
|
||||
<xsd:sequence>
|
||||
<xsd:element name="Verkaufsprodukt" type="VerkaufsproduktRS_Type"/>
|
||||
</xsd:sequence>
|
||||
</xsd:extension>
|
||||
</xsd:complexContent>
|
||||
</xsd:complexType>
|
||||
<xsd:complexType name="SpezAnfrageAntragRS_Type">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>Typ der das Produkt beschreibt und in Antragsanfrage und Antragsantwort verwendet wird</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
<xsd:complexContent>
|
||||
<xsd:extension base="ac:SpezAnfrageAntrag_Type">
|
||||
<xsd:sequence>
|
||||
<xsd:element name="Verkaufsprodukt" type="VerkaufsproduktRS_Type"/>
|
||||
<xsd:element name="Ersatzpolizzennummer" type="cst:Ersatzpolizzen_Type" minOccurs="0">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>Ersatzpolizzennummern bei Konvertierung</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element name="Vorversicherungen" type="cst:Vorversicherungen_Type" minOccurs="0">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>Bestehen Vorversicherungen zu dem Antrag</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element name="ZusendungWeitereDokumente" type="xsd:string" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>Sollen weitere Antragsdokumente zugestellt werden</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
</xsd:sequence>
|
||||
</xsd:extension>
|
||||
</xsd:complexContent>
|
||||
</xsd:complexType>
|
||||
<xsd:complexType name="CalculateRSRequest_Type" final="#all">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>Typ des Requestobjekts für eine Berechnung Rechtsschutz</xsd:documentation>
|
||||
@@ -197,5 +239,151 @@
|
||||
</xsd:extension>
|
||||
</xsd:complexContent>
|
||||
</xsd:complexType>
|
||||
<xsd:complexType name="CreateOfferRSRequest_Type">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>Typ des Request für eine RS-Offert</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
<xsd:complexContent>
|
||||
<xsd:extension base="cst:CommonProcessRequest_Type">
|
||||
<xsd:sequence>
|
||||
<xsd:element name="Offertanfrage" type="SpezAnfrageOffertRS_Type"/>
|
||||
</xsd:sequence>
|
||||
</xsd:extension>
|
||||
</xsd:complexContent>
|
||||
</xsd:complexType>
|
||||
<xsd:complexType name="CreateOfferRSResponse_Type">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>Typ des Response für ein RS-Offert RS</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
<xsd:complexContent>
|
||||
<xsd:extension base="cst:CommonProcessResponse_Type">
|
||||
<xsd:sequence>
|
||||
<xsd:element name="Offertantwort" type="SpezAnfrageOffertRS_Type" minOccurs="0">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>Bei erfolgreicher Erstellung eines Offerts.</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
</xsd:sequence>
|
||||
</xsd:extension>
|
||||
</xsd:complexContent>
|
||||
</xsd:complexType>
|
||||
<xsd:complexType name="CreateApplicationRSRequest_Type">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>Typ des Requestobjekts für die Erzeugung eines Antrags RS</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
<xsd:complexContent>
|
||||
<xsd:extension base="cst:CommonProcessRequest_Type">
|
||||
<xsd:sequence>
|
||||
<xsd:element name="Antraganfrage" type="SpezAnfrageAntragRS_Type"/>
|
||||
<xsd:element name="Dateianhaenge" type="cst:Dateianhang_Type" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>Ergänzende Dokumente zum Antrag, z.B. SEPA-Mandat oder Gutachten über den Zustand des Fahrzeugs.</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
</xsd:sequence>
|
||||
</xsd:extension>
|
||||
</xsd:complexContent>
|
||||
</xsd:complexType>
|
||||
<xsd:complexType name="CreateApplicationRSResponse_Type">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>Typ des Responseobjekts für einen Antrag RS</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
<xsd:complexContent>
|
||||
<xsd:extension base="cst:CommonProcessResponse_Type">
|
||||
<xsd:sequence>
|
||||
<xsd:element name="Antragantwort" type="AntragantwortRS_Type" minOccurs="0"/>
|
||||
<xsd:element name="Antragsreferenz" type="cst:ObjektId_Type" minOccurs="0">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>Die Referenz, die in SubmitApplication angegeben werden muss, um diesen Antrag einzureichen.</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
</xsd:sequence>
|
||||
</xsd:extension>
|
||||
</xsd:complexContent>
|
||||
</xsd:complexType>
|
||||
<xsd:complexType name="SubmitApplicationRSRequest_Type">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>Typ des Requestobjekts für eine Antragseinreichung RS</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
<xsd:complexContent>
|
||||
<xsd:extension base="cst:CommonProcessRequest_Type">
|
||||
<xsd:sequence>
|
||||
<xsd:element name="Antragsreferenz" type="cst:ObjektId_Type">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>Die Referenz auf einen zuvor mit CreateApplication erzeugten Antrag, welcher jetzt eingereicht werden soll. Diese Referenz wird durch CreateApplication erzeugt. Ein Aufruf von CreateApplication ist notwendige Voraussetzung für den Aufruf von SubmitApplication</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element name="Dateianhaenge" type="cst:Dateianhang_Type" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>Bei Einreichung des Antrags übermittelte Dokumente, die aber fachlich nichts mehr an dem Antrag ändern dürfen, z.B. das unterschriebene Antragsformular.</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
</xsd:sequence>
|
||||
</xsd:extension>
|
||||
</xsd:complexContent>
|
||||
</xsd:complexType>
|
||||
<xsd:complexType name="SubmitApplicationRSResponse_Type">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>Typ des Responseobjekts für eine Antragseinreichung RS</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
<xsd:complexContent>
|
||||
<xsd:extension base="ac:SubmitApplicationResponse_Type">
|
||||
<xsd:sequence>
|
||||
<xsd:element name="Antragantwort" type="AntragantwortRS_Type" minOccurs="0"/>
|
||||
</xsd:sequence>
|
||||
</xsd:extension>
|
||||
</xsd:complexContent>
|
||||
</xsd:complexType>
|
||||
<xsd:complexType name="AntragantwortRS_Type">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>Bei Erfolg die Details des eingereichten Antrags.</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
<xsd:complexContent>
|
||||
<xsd:extension base="SpezAnfrageAntragRS_Type"/>
|
||||
</xsd:complexContent>
|
||||
</xsd:complexType>
|
||||
<xsd:complexType name="UpsellingRSResponse_Type"/>
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>Konkrete Services (Request- und Responseobjekte) RS</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
<xsd:element name="CalculateRSResponse" type="CalculateRSResponse_Type">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>Response Berechnung RS</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element name="CalculateRSRequest" type="CalculateRSRequest_Type">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>Requestobjekt für eine RS Berechnung</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element name="CreateOfferRSResponse" type="CreateOfferRSResponse_Type">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>Response Offert RS</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element name="CreateOfferRSRequest" type="CreateOfferRSRequest_Type">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>Requestobjekt für ein RS Offert</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element name="CreateApplicationRSRequest" type="CreateApplicationRSRequest_Type">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>Requestobjekt für einen RS Antrag</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element name="CreateApplicationRSResponse" type="CreateApplicationRSResponse_Type">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>Response Antrag RS</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element name="SubmitApplicationRSRequest" type="SubmitApplicationRSRequest_Type">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>Requestobjekt fuer die Antragseinreichung RS</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element name="SubmitApplicationRSResponse" type="SubmitApplicationRSResponse_Type">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>Responseobjekt fuer die Antragseinreichung RS</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
</xsd:schema>
|
||||
|
||||
Reference in New Issue
Block a user