Entferne alte Versionen der Historie, die doppelt im Projekt enthalten waren.
This commit is contained in:
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -1 +0,0 @@
|
|||||||
/ReadMe.txt
|
|
||||||
File diff suppressed because it is too large
Load Diff
@@ -1,308 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<xsd:schema xmlns="urn:omds3CommonServiceTypes-1-1-0" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:omds="urn:omds20" targetNamespace="urn:omds3CommonServiceTypes-1-1-0" elementFormDefault="qualified" attributeFormDefault="qualified" version="1.1.1">
|
|
||||||
<xsd:import namespace="urn:omds20" schemaLocation="omds29-00.xsd"/>
|
|
||||||
<!-- Elemente, die von allen Services gemeinsam verwendet werden -->
|
|
||||||
<xsd:element name="serviceFault" type="ServiceFault">
|
|
||||||
<xsd:annotation>
|
|
||||||
<xsd:documentation>Fault-Element, wie es von einer Soap-Operation im Falle eines Faults geworfen wird</xsd:documentation>
|
|
||||||
</xsd:annotation>
|
|
||||||
</xsd:element>
|
|
||||||
<xsd:complexType name="ServiceFault">
|
|
||||||
<xsd:annotation>
|
|
||||||
<xsd:documentation>Enthält eventuelle Fehlermeldungen + Fehlercode + Fehlertyp.</xsd:documentation>
|
|
||||||
</xsd:annotation>
|
|
||||||
<xsd:sequence>
|
|
||||||
<xsd:element name="errorType">
|
|
||||||
<xsd:annotation>
|
|
||||||
<xsd:documentation>Fehlertyp ( 1 = Fehler, 2 = Warnung, 3 = Hinweis)
|
|
||||||
</xsd:documentation>
|
|
||||||
</xsd:annotation>
|
|
||||||
<xsd:simpleType>
|
|
||||||
<xsd:restriction base="xsd:integer">
|
|
||||||
<xsd:pattern value="1">
|
|
||||||
<xsd:annotation>
|
|
||||||
<xsd:documentation>Fehler</xsd:documentation>
|
|
||||||
</xsd:annotation>
|
|
||||||
</xsd:pattern>
|
|
||||||
<xsd:pattern value="2">
|
|
||||||
<xsd:annotation>
|
|
||||||
<xsd:documentation>Warnung</xsd:documentation>
|
|
||||||
</xsd:annotation>
|
|
||||||
</xsd:pattern>
|
|
||||||
<xsd:pattern value="3">
|
|
||||||
<xsd:annotation>
|
|
||||||
<xsd:documentation>Hinweis</xsd:documentation>
|
|
||||||
</xsd:annotation>
|
|
||||||
</xsd:pattern>
|
|
||||||
</xsd:restriction>
|
|
||||||
</xsd:simpleType>
|
|
||||||
</xsd:element>
|
|
||||||
<xsd:element name="errorCode" type="xsd:integer">
|
|
||||||
<xsd:annotation>
|
|
||||||
<xsd:documentation>Fehlercode entsprechend allgemeiner Fehlerliste
|
|
||||||
</xsd:documentation>
|
|
||||||
</xsd:annotation>
|
|
||||||
</xsd:element>
|
|
||||||
<xsd:element name="errorMsg" type="xsd:string">
|
|
||||||
<xsd:annotation>
|
|
||||||
<xsd:documentation>Eine ausgeschriebene Fehlermeldung, für den User</xsd:documentation>
|
|
||||||
</xsd:annotation>
|
|
||||||
</xsd:element>
|
|
||||||
</xsd:sequence>
|
|
||||||
</xsd:complexType>
|
|
||||||
<xsd:simpleType name="GeschaeftsfallId_Type">
|
|
||||||
<xsd:annotation>
|
|
||||||
<xsd:documentation>Der Typ einer GeschaeftsfallId</xsd:documentation>
|
|
||||||
</xsd:annotation>
|
|
||||||
<xsd:restriction base="xsd:string"/>
|
|
||||||
</xsd:simpleType>
|
|
||||||
<xsd:element name="GeschaeftsfallId" type="GeschaeftsfallId_Type">
|
|
||||||
<xsd:annotation>
|
|
||||||
<xsd:documentation>Eine GeschäftsfallId als String</xsd:documentation>
|
|
||||||
</xsd:annotation>
|
|
||||||
</xsd:element>
|
|
||||||
<xsd:simpleType name="OMDSVersion_Type">
|
|
||||||
<xsd:annotation>
|
|
||||||
<xsd:documentation>Die OMDS-Version als String</xsd:documentation>
|
|
||||||
</xsd:annotation>
|
|
||||||
<xsd:restriction base="xsd:string">
|
|
||||||
<xsd:maxLength value="20"/>
|
|
||||||
<xsd:enumeration value="OMDS-Services 1.0.0"/>
|
|
||||||
<xsd:enumeration value="OMDS-Services 1.1.0"/>
|
|
||||||
<xsd:enumeration value="OMDS-Services 1.1.1"/>
|
|
||||||
<xsd:enumeration value="OMDS-Services 1.3.0"/>
|
|
||||||
</xsd:restriction>
|
|
||||||
</xsd:simpleType>
|
|
||||||
<xsd:complexType name="AuthorizationFilter" abstract="true">
|
|
||||||
<xsd:annotation>
|
|
||||||
<xsd:documentation>Definiert einen abstrakten Filter um bestimmte spezifische Elemente herauszufiltern</xsd:documentation>
|
|
||||||
</xsd:annotation>
|
|
||||||
</xsd:complexType>
|
|
||||||
<xsd:complexType name="AgentFilter_Type">
|
|
||||||
<xsd:annotation>
|
|
||||||
<xsd:documentation>Ein spezieller AuthorizationFilterType, der eine Anfrage dahingehend einschränkt, dass nur Ergebnisse für eine bestimmte MaklerID oder Vermnr (Vermittlernummer) zurück gegeben werden</xsd:documentation>
|
|
||||||
</xsd:annotation>
|
|
||||||
<xsd:complexContent>
|
|
||||||
<xsd:extension base="AuthorizationFilter">
|
|
||||||
<xsd:choice>
|
|
||||||
<xsd:element name="MaklerID" type="MaklerID_Type">
|
|
||||||
<xsd:annotation>
|
|
||||||
<xsd:documentation>Entspricht der MaklerID in der OMDS-Datensatzdefinition. Die MaklerID ist eine übergeordnete ID des Vermittlers unter welcher mehrere Vermittlernummern zusammengefasst sein können. Diese ID ist in der Regel spezifisch für das jeweilige VU, bei welchem die Daten abgeholt werden. Ein zulässiger Spezialfall ist, dass die MaklerID mit der Vermittlernummer (Vermnr) zusammenfällt.</xsd:documentation>
|
|
||||||
</xsd:annotation>
|
|
||||||
</xsd:element>
|
|
||||||
<xsd:element name="Vermnr" type="omds:Vermnr" maxOccurs="unbounded">
|
|
||||||
<xsd:annotation>
|
|
||||||
<xsd:documentation>Die Vermittlernummer vom Typ Vermnr aus der OMDS-Datensatz Definition. Die Vermittlernummer wird als Filterparameter verwendet, um eine Anfrage auf eine bestimmte Vermittlernummer zu beschränken, wenn der Benutzer auf mehrere Vermittlernummern berechtigt ist.</xsd:documentation>
|
|
||||||
</xsd:annotation>
|
|
||||||
</xsd:element>
|
|
||||||
</xsd:choice>
|
|
||||||
</xsd:extension>
|
|
||||||
</xsd:complexContent>
|
|
||||||
</xsd:complexType>
|
|
||||||
<xsd:simpleType name="MaklerID_Type">
|
|
||||||
<xsd:annotation>
|
|
||||||
<xsd:documentation>Dieser Typ definiert eine MaklerID als String mit mindestens einem und max. 26 Zeichen. Diese Typ-Definition entspricht der Definition des Attributs MaklerID im OMDS-Datensatz, in dem es aber keinen unabhaengigen, referenzierbaren Typ gibt.</xsd:documentation>
|
|
||||||
</xsd:annotation>
|
|
||||||
<xsd:restriction base="xsd:string">
|
|
||||||
<xsd:minLength value="1"/>
|
|
||||||
<xsd:maxLength value="26"/>
|
|
||||||
</xsd:restriction>
|
|
||||||
</xsd:simpleType>
|
|
||||||
<xsd:complexType name="ElementIdType">
|
|
||||||
<xsd:annotation>
|
|
||||||
<xsd:documentation>Ein Typ für eine Objekt-Id in Verbindung mit einem möglichen Ablaufzeitpunkt und dem Hinweis, ob die Id nur einmalig oder auch mehrmalig verwendet werden kann</xsd:documentation>
|
|
||||||
</xsd:annotation>
|
|
||||||
<xsd:sequence>
|
|
||||||
<xsd:element name="id" type="xsd:string">
|
|
||||||
<xsd:annotation>
|
|
||||||
<xsd:documentation>Die eindeutige Id des Elements als String</xsd:documentation>
|
|
||||||
</xsd:annotation>
|
|
||||||
</xsd:element>
|
|
||||||
<xsd:element name="idValidUntil" type="xsd:dateTime">
|
|
||||||
<xsd:annotation>
|
|
||||||
<xsd:documentation>Die Gültigkeit der Id des Elements. Wenn die Gültigkeit "null",
|
|
||||||
ist die Id unbegrenzt gueltig. Von der geplanten Gültigkeit unabhängig kann das
|
|
||||||
Element dennoch aus anderen Gründen gelöscht werden.</xsd:documentation>
|
|
||||||
</xsd:annotation>
|
|
||||||
</xsd:element>
|
|
||||||
<xsd:element name="idIsSingleUse" type="xsd:boolean">
|
|
||||||
<xsd:annotation>
|
|
||||||
<xsd:documentation>wahr wenn die Id nur einmal verwendet werden kann, sonst falsch</xsd:documentation>
|
|
||||||
</xsd:annotation>
|
|
||||||
</xsd:element>
|
|
||||||
</xsd:sequence>
|
|
||||||
</xsd:complexType>
|
|
||||||
<xsd:simpleType name="DocumentType">
|
|
||||||
<xsd:annotation>
|
|
||||||
<xsd:documentation>Definiert die unterschiedlichen Dokumententypen</xsd:documentation>
|
|
||||||
</xsd:annotation>
|
|
||||||
<xsd:restriction base="xsd:int">
|
|
||||||
<xsd:minInclusive value="0"/>
|
|
||||||
<xsd:maxInclusive value="26"/>
|
|
||||||
<xsd:enumeration value="0">
|
|
||||||
<xsd:annotation>
|
|
||||||
<xsd:documentation>Sonstiges</xsd:documentation>
|
|
||||||
</xsd:annotation>
|
|
||||||
</xsd:enumeration>
|
|
||||||
<xsd:enumeration value="1">
|
|
||||||
<xsd:annotation>
|
|
||||||
<xsd:documentation>Antrag</xsd:documentation>
|
|
||||||
</xsd:annotation>
|
|
||||||
</xsd:enumeration>
|
|
||||||
<xsd:enumeration value="2">
|
|
||||||
<xsd:annotation>
|
|
||||||
<xsd:documentation>Deckungsbestätigung</xsd:documentation>
|
|
||||||
</xsd:annotation>
|
|
||||||
</xsd:enumeration>
|
|
||||||
<xsd:enumeration value="3">
|
|
||||||
<xsd:annotation>
|
|
||||||
<xsd:documentation>Erstpolizze</xsd:documentation>
|
|
||||||
</xsd:annotation>
|
|
||||||
</xsd:enumeration>
|
|
||||||
<xsd:enumeration value="4">
|
|
||||||
<xsd:annotation>
|
|
||||||
<xsd:documentation>Folgepolizze</xsd:documentation>
|
|
||||||
</xsd:annotation>
|
|
||||||
</xsd:enumeration>
|
|
||||||
<xsd:enumeration value="5">
|
|
||||||
<xsd:annotation>
|
|
||||||
<xsd:documentation>Zusatzvereinbarungen</xsd:documentation>
|
|
||||||
</xsd:annotation>
|
|
||||||
</xsd:enumeration>
|
|
||||||
<xsd:enumeration value="6">
|
|
||||||
<xsd:annotation>
|
|
||||||
<xsd:documentation>Vinkulierungen</xsd:documentation>
|
|
||||||
</xsd:annotation>
|
|
||||||
</xsd:enumeration>
|
|
||||||
<xsd:enumeration value="7">
|
|
||||||
<xsd:annotation>
|
|
||||||
<xsd:documentation>Bewertungsgutachten</xsd:documentation>
|
|
||||||
</xsd:annotation>
|
|
||||||
</xsd:enumeration>
|
|
||||||
<xsd:enumeration value="8">
|
|
||||||
<xsd:annotation>
|
|
||||||
<xsd:documentation>Verständigung Gewinnbeteiligungen</xsd:documentation>
|
|
||||||
</xsd:annotation>
|
|
||||||
</xsd:enumeration>
|
|
||||||
<xsd:enumeration value="9">
|
|
||||||
<xsd:annotation>
|
|
||||||
<xsd:documentation>Umsatz/Lohnsummenmeldung</xsd:documentation>
|
|
||||||
</xsd:annotation>
|
|
||||||
</xsd:enumeration>
|
|
||||||
<xsd:enumeration value="10">
|
|
||||||
<xsd:annotation>
|
|
||||||
<xsd:documentation>Umsatz/Lohnsummenabrechnung</xsd:documentation>
|
|
||||||
</xsd:annotation>
|
|
||||||
</xsd:enumeration>
|
|
||||||
<xsd:enumeration value="11">
|
|
||||||
<xsd:annotation>
|
|
||||||
<xsd:documentation>BU-Summenmeldung</xsd:documentation>
|
|
||||||
</xsd:annotation>
|
|
||||||
</xsd:enumeration>
|
|
||||||
<xsd:enumeration value="12">
|
|
||||||
<xsd:annotation>
|
|
||||||
<xsd:documentation>BU-Summenabrechnung</xsd:documentation>
|
|
||||||
</xsd:annotation>
|
|
||||||
</xsd:enumeration>
|
|
||||||
<xsd:enumeration value="13">
|
|
||||||
<xsd:annotation>
|
|
||||||
<xsd:documentation>Finanzamtsbestätigung</xsd:documentation>
|
|
||||||
</xsd:annotation>
|
|
||||||
</xsd:enumeration>
|
|
||||||
<xsd:enumeration value="14">
|
|
||||||
<xsd:annotation>
|
|
||||||
<xsd:documentation>Kündigung</xsd:documentation>
|
|
||||||
</xsd:annotation>
|
|
||||||
</xsd:enumeration>
|
|
||||||
<xsd:enumeration value="15">
|
|
||||||
<xsd:annotation>
|
|
||||||
<xsd:documentation>Stornopolizze</xsd:documentation>
|
|
||||||
</xsd:annotation>
|
|
||||||
</xsd:enumeration>
|
|
||||||
<xsd:enumeration value="16">
|
|
||||||
<xsd:annotation>
|
|
||||||
<xsd:documentation>Schadenmeldung</xsd:documentation>
|
|
||||||
</xsd:annotation>
|
|
||||||
</xsd:enumeration>
|
|
||||||
<xsd:enumeration value="17">
|
|
||||||
<xsd:annotation>
|
|
||||||
<xsd:documentation>Schadennachtrag</xsd:documentation>
|
|
||||||
</xsd:annotation>
|
|
||||||
</xsd:enumeration>
|
|
||||||
<xsd:enumeration value="18">
|
|
||||||
<xsd:annotation>
|
|
||||||
<xsd:documentation>Gutachten</xsd:documentation>
|
|
||||||
</xsd:annotation>
|
|
||||||
</xsd:enumeration>
|
|
||||||
<xsd:enumeration value="19">
|
|
||||||
<xsd:annotation>
|
|
||||||
<xsd:documentation>Behördliche Anzeigebestätigung</xsd:documentation>
|
|
||||||
</xsd:annotation>
|
|
||||||
</xsd:enumeration>
|
|
||||||
<xsd:enumeration value="20">
|
|
||||||
<xsd:annotation>
|
|
||||||
<xsd:documentation>Kostenvoranschlag</xsd:documentation>
|
|
||||||
</xsd:annotation>
|
|
||||||
</xsd:enumeration>
|
|
||||||
<xsd:enumeration value="21">
|
|
||||||
<xsd:annotation>
|
|
||||||
<xsd:documentation>Rechnung</xsd:documentation>
|
|
||||||
</xsd:annotation>
|
|
||||||
</xsd:enumeration>
|
|
||||||
<xsd:enumeration value="22">
|
|
||||||
<xsd:annotation>
|
|
||||||
<xsd:documentation>Schadenablehnung</xsd:documentation>
|
|
||||||
</xsd:annotation>
|
|
||||||
</xsd:enumeration>
|
|
||||||
<xsd:enumeration value="23">
|
|
||||||
<xsd:annotation>
|
|
||||||
<xsd:documentation>Schadenfoto</xsd:documentation>
|
|
||||||
</xsd:annotation>
|
|
||||||
</xsd:enumeration>
|
|
||||||
<xsd:enumeration value="24">
|
|
||||||
<xsd:annotation>
|
|
||||||
<xsd:documentation>Abfindungserklärung</xsd:documentation>
|
|
||||||
</xsd:annotation>
|
|
||||||
</xsd:enumeration>
|
|
||||||
<xsd:enumeration value="25">
|
|
||||||
<xsd:annotation>
|
|
||||||
<xsd:documentation>Restwertangebot</xsd:documentation>
|
|
||||||
</xsd:annotation>
|
|
||||||
</xsd:enumeration>
|
|
||||||
<xsd:enumeration value="26">
|
|
||||||
<xsd:annotation>
|
|
||||||
<xsd:documentation>Schreiben Rechtsanwalt</xsd:documentation>
|
|
||||||
</xsd:annotation>
|
|
||||||
</xsd:enumeration>
|
|
||||||
<!-- Dokumententypen Schaden -->
|
|
||||||
</xsd:restriction>
|
|
||||||
</xsd:simpleType>
|
|
||||||
<xsd:simpleType name="PartnerRoleType">
|
|
||||||
<xsd:annotation>
|
|
||||||
<xsd:documentation>Definition der Partnerrollen über jeweils 2 Buchstaben. Typ wurde angelehnt an VtgRolleCd_Type, allerdings wurde neuer Typ benötigt, da Versicherte Person als Partnerrolle relevant ist.</xsd:documentation>
|
|
||||||
</xsd:annotation>
|
|
||||||
<xsd:restriction base="xsd:string">
|
|
||||||
<xsd:length value="2"/>
|
|
||||||
<xsd:enumeration value="VN">
|
|
||||||
<xsd:annotation>
|
|
||||||
<xsd:documentation>Versicherungsnehmer</xsd:documentation>
|
|
||||||
</xsd:annotation>
|
|
||||||
</xsd:enumeration>
|
|
||||||
<xsd:enumeration value="VP">
|
|
||||||
<xsd:annotation>
|
|
||||||
<xsd:documentation>Versicherte Person</xsd:documentation>
|
|
||||||
</xsd:annotation>
|
|
||||||
</xsd:enumeration>
|
|
||||||
</xsd:restriction>
|
|
||||||
</xsd:simpleType>
|
|
||||||
<xsd:element name="OrdnungsbegriffZuordFremd">
|
|
||||||
<xsd:annotation>
|
|
||||||
<xsd:documentation>Ein Ordnungsbegriff aus einem Fremdsystem, welcher dabei hilft die Kommunikation zwischen zwei Systemen zu vereinfachen</xsd:documentation>
|
|
||||||
</xsd:annotation>
|
|
||||||
<xsd:simpleType>
|
|
||||||
<xsd:restriction base="xsd:string">
|
|
||||||
<xsd:maxLength value="255"/>
|
|
||||||
</xsd:restriction>
|
|
||||||
</xsd:simpleType>
|
|
||||||
</xsd:element>
|
|
||||||
</xsd:schema>
|
|
||||||
@@ -1,15 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<xsd:schema xmlns:omds="urn:omds20" xmlns:ost="urn:omds3ServiceTypes-1-1-0" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="urn:exampleVuServiceTypes" targetNamespace="urn:exampleVuServiceTypes" elementFormDefault="qualified" attributeFormDefault="qualified" version="1.1.1">
|
|
||||||
<xsd:import namespace="urn:omds3ServiceTypes-1-1-0" schemaLocation="omds3ServiceTypes.xsd"/>
|
|
||||||
<xsd:import namespace="urn:omds20" schemaLocation="omds29-00.xsd"/>
|
|
||||||
<!-- Beispiel fuer die Erweiterung eines Typs fuer die speziellen Belange einer VU -->
|
|
||||||
<xsd:complexType name="UserDataResponseExampleVU">
|
|
||||||
<xsd:complexContent>
|
|
||||||
<xsd:extension base="ost:UserDataResponse">
|
|
||||||
<xsd:sequence>
|
|
||||||
<xsd:element name="role" type="xsd:string"/>
|
|
||||||
</xsd:sequence>
|
|
||||||
</xsd:extension>
|
|
||||||
</xsd:complexContent>
|
|
||||||
</xsd:complexType>
|
|
||||||
</xsd:schema>
|
|
||||||
File diff suppressed because it is too large
Load Diff
@@ -1,134 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
|
|
||||||
<definitions
|
|
||||||
name="omds3ServicesBroker-1-1-0"
|
|
||||||
targetNamespace="urn:omds3ServicesBroker-1-1-0"
|
|
||||||
xmlns:os="urn:omds3ServicesBroker-1-1-0"
|
|
||||||
xmlns:ost="urn:omds3ServiceTypes-1-1-0"
|
|
||||||
xmlns:cst="urn:omds3CommonServiceTypes-1-1-0"
|
|
||||||
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/soap12/"
|
|
||||||
xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
|
|
||||||
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
|
|
||||||
version="1.1.1"
|
|
||||||
>
|
|
||||||
|
|
||||||
<types>
|
|
||||||
<schema xmlns="http://www.w3.org/2001/XMLSchema">
|
|
||||||
<import namespace="urn:omds3ServiceTypes-1-1-0" schemaLocation="omds3ServiceTypes.xsd" />
|
|
||||||
</schema>
|
|
||||||
</types>
|
|
||||||
|
|
||||||
<!-- Schaden -->
|
|
||||||
|
|
||||||
|
|
||||||
<message name="DeclareNewClaimStatusRequestMsg">
|
|
||||||
<part name="parameters" element="ost:DeclareNewClaimStatusRequest"/>
|
|
||||||
</message>
|
|
||||||
<message name="DeclareNewClaimStatusResponseMsg">
|
|
||||||
<part name="parameters" element="ost:DeclareNewClaimStatusResponse"/>
|
|
||||||
</message>
|
|
||||||
|
|
||||||
<message name="LossEventRegisteredRequestMsg">
|
|
||||||
<part name="parameters" element="ost:LossEventRegisteredRequest"/>
|
|
||||||
</message>
|
|
||||||
<message name="LossEventRegisteredResponseMsg">
|
|
||||||
<part name="parameters" element="ost:LossEventRegisteredResponse"/>
|
|
||||||
</message>
|
|
||||||
|
|
||||||
<!-- Fehler Message -->
|
|
||||||
<message name="ServiceFaultMsg">
|
|
||||||
<part name="parameters" element="cst:serviceFault" />
|
|
||||||
</message>
|
|
||||||
|
|
||||||
|
|
||||||
<portType name="omdsServicePortType">
|
|
||||||
|
|
||||||
<!-- Schaden -->
|
|
||||||
<operation name="declareNewClaimStatus">
|
|
||||||
<input name="DeclareNewClaimStatusRequestPort" message="os:DeclareNewClaimStatusRequestMsg" />
|
|
||||||
<output name="DeclareNewClaimStatusResponsePort" message="os:DeclareNewClaimStatusResponseMsg" />
|
|
||||||
<fault name="DeclareNewClaimStatusFault" message="os:ServiceFaultMsg" />
|
|
||||||
</operation>
|
|
||||||
|
|
||||||
<operation name="lossEventRegistered">
|
|
||||||
<input name="LossEventRegisteredRequestPort" message="os:LossEventRegisteredRequestMsg" />
|
|
||||||
<output name="LossEventRegisteredResponsePort" message="os:LossEventRegisteredResponseMsg" />
|
|
||||||
<fault name="LossEventRegisteredFault" 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 -->
|
|
||||||
<wsp:PolicyReference URI="#OMDSUsernameTokenPolicy" xmlns:wsp="http://schemas.xmlsoap.org/ws/2004/09/policy"/>
|
|
||||||
|
|
||||||
<!-- Schaden -->
|
|
||||||
<operation name="declareNewClaimStatus">
|
|
||||||
<soap:operation soapAction="urn:declareNewClaimStatus" style="document" />
|
|
||||||
<input name="DeclareNewClaimStatusRequestPort">
|
|
||||||
<soap:body use="literal" />
|
|
||||||
</input>
|
|
||||||
<output name="DeclareNewClaimStatusResponsePort">
|
|
||||||
<soap:body use="literal" />
|
|
||||||
</output>
|
|
||||||
<fault name="DeclareNewClaimStatusFault">
|
|
||||||
<soap:fault name="DeclareNewClaimStatusFault" use="literal"/>
|
|
||||||
</fault>
|
|
||||||
</operation>
|
|
||||||
|
|
||||||
<operation name="lossEventRegistered">
|
|
||||||
<soap:operation soapAction="urn:lossEventRegistered" style="document" />
|
|
||||||
<input name="LossEventRegisteredRequestPort">
|
|
||||||
<soap:body use="literal" />
|
|
||||||
</input>
|
|
||||||
<output name="LossEventRegisteredResponsePort">
|
|
||||||
<soap:body use="literal" />
|
|
||||||
</output>
|
|
||||||
<fault name="LossEventRegisteredFault">
|
|
||||||
<soap:fault name="LossEventRegisteredFault" 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:ExactlyOne>
|
|
||||||
<wsp:All>
|
|
||||||
<!-- Def HTTPS -->
|
|
||||||
<sp:TransportBinding>
|
|
||||||
<wsp:Policy>
|
|
||||||
<sp:TransportToken>
|
|
||||||
<wsp:Policy>
|
|
||||||
<sp:HttpsToken RequireClientCertificate="false"/>
|
|
||||||
</wsp:Policy>
|
|
||||||
</sp:TransportToken>
|
|
||||||
</wsp:Policy>
|
|
||||||
</sp:TransportBinding>
|
|
||||||
<!-- schreibe Username-Token mit Passwort-Digest (Hash) vor -->
|
|
||||||
<sp:SupportingTokens>
|
|
||||||
<wsp:Policy>
|
|
||||||
<sp:UsernameToken sp:IncludeToken="http://schemas.xmlsoap.org/ws/2005/07/securitypolicy/IncludeToken/AlwaysToRecipient">
|
|
||||||
<wsp:Policy>
|
|
||||||
<sp:HashPassword/>
|
|
||||||
</wsp:Policy>
|
|
||||||
</sp:UsernameToken>
|
|
||||||
</wsp:Policy>
|
|
||||||
</sp:SupportingTokens>
|
|
||||||
|
|
||||||
</wsp:All>
|
|
||||||
</wsp:ExactlyOne>
|
|
||||||
</wsp:Policy>
|
|
||||||
|
|
||||||
</definitions>
|
|
||||||
@@ -1,24 +0,0 @@
|
|||||||
Versionen
|
|
||||||
================================
|
|
||||||
OMDS 3 Version 1.0.0 - erste Veroeffentlichung der 'Quick-Wins'
|
|
||||||
OMDS 3 Version 1.1.0 - Veroeffentlichung Schaden, Services die von Maklern betrieben werden, Bugfixes zu 1.0.0
|
|
||||||
OMDS 3 Version 1.1.1 - Bugfixes zu 1.1.0: Bei einigen Elementen war der z.B. Typ nicht definiert
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Zweck der Files in Version 1.1.1
|
|
||||||
================================
|
|
||||||
|
|
||||||
Fuer den Versicherer:
|
|
||||||
- omds3Services-x-.wsdl - Webservice Definition fuer den Versicherer
|
|
||||||
- omds3CommonServiceTypes-x-.xsd - Grundlegende gemeinsame Typen und Elemente
|
|
||||||
- omds3ServiceTypes-x-.xsd - Typen und Elemente der Webservices
|
|
||||||
- omds3ExampleVuServiceTypes.xsd - Beispiel f<>r abgeleitete, selbstdefinierte Erweiterungen des Versicherers
|
|
||||||
|
|
||||||
Fuer den Makler:
|
|
||||||
- omds3ServicesBroker-x-.wsdl - Webservice Definition fuer den Makler
|
|
||||||
- omds3CommonServiceTypes-x-.xsd - Grundlegende gemeinsame Typen und Elemente
|
|
||||||
- omds3ServiceTypes-x-.xsd - Typen und Elemente der Webservices
|
|
||||||
|
|
||||||
wobei -x- die jeweilige Version bezeichnet.
|
|
||||||
|
|
||||||
@@ -1,98 +0,0 @@
|
|||||||
=============
|
|
||||||
Version 1.2.0
|
|
||||||
=============
|
|
||||||
|
|
||||||
Was ist neu oder anders in Version 1.2.0 im Vergleich zur Version 1.1.1?
|
|
||||||
=====================================================================================
|
|
||||||
|
|
||||||
1. WSDLs und XSDs sind unverändert
|
|
||||||
|
|
||||||
2. Dokument "ON_1.02.1_AuthentifizierungAllgemein 1.2.0.docx" wurde um OAuth ergänzt und
|
|
||||||
es wurde ein erläuterndes Dokument zu OAuth hinzugefügt: "Erläuterungen_OAuth_zu_ON_1.02.1.docx".
|
|
||||||
Die Einführung von OAuth hat aber keine Auswirkungen auf die SOAP-Definitions-Files.
|
|
||||||
|
|
||||||
=============
|
|
||||||
Version 1.1.1
|
|
||||||
=============
|
|
||||||
|
|
||||||
Was ist neu oder anders in Version 1.1.1 im Vergleich zur Version 1.1.0?
|
|
||||||
========================================================================
|
|
||||||
|
|
||||||
1. Es werden einige Fehler korrigiert, es gibt keine grundsaetzlichen Aenderungen. Daher
|
|
||||||
ist bleiben die Namespaces unveraendert gegenueber Version 1.1.0.
|
|
||||||
|
|
||||||
2. - Die Filenames der WSDL und XSD-Files haben die Versionsnummer nicht mehr angehängt,
|
|
||||||
da dies als unhandlich in der Generierung beeinsprucht wurde. Die Versionsnummer 1.1.1 ist
|
|
||||||
aber als Attribut im Kopf der XML-Dateien enthalten.
|
|
||||||
|
|
||||||
3. Das Element serviceFault im File omds3CommonServiceTypes.xsd hatte keinen Type zugewiesen.
|
|
||||||
Dies wurde korrigiert auf Type ServiceFault.
|
|
||||||
|
|
||||||
4. Das Element GeschInteresseLfnr hatte keinen Typ und hat jetzt den Typ xsd:unsignedIint bekommen.
|
|
||||||
|
|
||||||
5. In GetDocumentInfosResponse_Type hatten ActualOffset, ActualMaxResults und TotalResults keinen Typ.
|
|
||||||
Der Typ wurde für die drei Elemente auf xsd:unsignedInt festgelegt.
|
|
||||||
|
|
||||||
6. In MeldungsZusammenfassung_Type hatte das Element LfdNr keinen Typ. Der Typ wurde festgelegt mit xsd:unsignedInt.
|
|
||||||
|
|
||||||
7. In Schadenereignis_Type hatten die Elemente vormaligeIdGeschaeftsfall und nachfolgendeIdGeschäftsfall keinen Typ.
|
|
||||||
Der Typ wurde festgelegt mit 'xsd:string'. Der Umlaut im Element 'nachfolgendeIdGeschäftsfall' wurde aufgelöst
|
|
||||||
zu 'nachfolgendeIdGeschaeftsfall'.
|
|
||||||
|
|
||||||
8. In SchadenLight_Type hatte das Element 'bearbStandCd' keinen Typ. Dieser wurde festgelegt mit 'BearbStandCd_Type'.
|
|
||||||
Ferner hatten die Elemente 'vormaligeSchadennr' und 'nachfolgendeSchadennr' keinen Typ. Dieser wurde festgelegt mit 'xsd:string'.
|
|
||||||
|
|
||||||
9. In SchadenType hatte das Element 'bearbStandCd' keinen Typ. Dieser wurde festgelegt mit 'BearbStandCd_Type'.
|
|
||||||
Ferner hatten die Elemente 'vormaligeSchadennr' und 'nachfolgendeSchadennr' keinen Typ. Dieser wurde festgelegt mit 'xsd:string'.
|
|
||||||
|
|
||||||
10. In Meldungszusammenfassung_Type im ErgebnisSchaeden das Element 'LfdNr' war kein Typ festelegt. Dieser wurde auf
|
|
||||||
'xsd:unsignedInt' festgelegt.
|
|
||||||
|
|
||||||
11. In omds3Services.wsdl und in omds3ServicesBroker.wsdl waren die Faultelemente bei einigen Services für wsdl und soap
|
|
||||||
unterschiedlich benannt. Die Benennung wurde angegelichen.
|
|
||||||
|
|
||||||
|
|
||||||
=============
|
|
||||||
Version 1.1.0
|
|
||||||
=============
|
|
||||||
|
|
||||||
Was ist neu oder anders in Version 1.1.0 im Vergleich zur Version 1.0.0?
|
|
||||||
========================================================================
|
|
||||||
|
|
||||||
1. Filenames wurden mit Versionsnummer '1-1-0' ergaenzt, Namespaces haben ebenfalls die Versionsnummer erhalten.
|
|
||||||
|
|
||||||
2. Die Services für Schadenmeldung und Schadenstatus wurden ergänzt.
|
|
||||||
|
|
||||||
3. Neues WSDL für Services auf der Maklerseite: 'omds3ServicesBroker-1-1-0.wsdl'.
|
|
||||||
|
|
||||||
4. Ein neues XSD fuer Typen, die allen OMDS 3 Services gemeinsam sind: 'omds3CommonServiceTypes-1-1-0.xsd'.
|
|
||||||
Übergeordnete Datentypen und Elemente sind in diese Datei verschoben worden.
|
|
||||||
|
|
||||||
5. Im Element UserDataResponse ist das Unterlement 'address' enfallen, da die Adressdaten auch im Unterelement 'person' übermittelt werden können.
|
|
||||||
|
|
||||||
6. Die Message 'serviceFault' im WSDL ist umbenannt worden nach 'ServiceFaultMsg', um Verwechslung mit dem Typ 'ServiceFault' im XSD zu vermeiden.
|
|
||||||
Die Referenzen auf das Element 'serviceFault' in den XSD-Files sind ersetzt worden durch lokale Elemente 'ServiceFault' mit dem Typ 'ServiceFault'
|
|
||||||
|
|
||||||
7. Im Typ 'HttpActionLinkType' fehlten die verschiedenen in der Dokumentation vorgesehenen Types im Enum. Diese wurden ergänzt.
|
|
||||||
|
|
||||||
8. Im Typ 'ElementIdType' fehlte der Typ des Elements 'idIsSingleUse'. Dieser wurde als boolean deklariert.
|
|
||||||
|
|
||||||
9. Exemplarische Demonstration einer Versicherungs-spezifischen Erweiterung des Services wurde aufgenommen als 'omds3exampleVuServiceTypes-1-1-0.xsd'.
|
|
||||||
|
|
||||||
10. Die Deklaration einer UsernameToken-Policy wurde ins WSDL 'omds3Services-1-1-0.wsdl' aufgenommen.
|
|
||||||
|
|
||||||
11. Typ PolicyDocumentType zu DocumentType umbenannt, da die Dokumententypen nicht nur auf Polizzen bezogen sind.
|
|
||||||
Die Dokumententypen für Schaden wurden in 'DocumentType' als Enum ergänzt.
|
|
||||||
|
|
||||||
13. Ein Schreibfehler wurde in MaklerID_Type korrigiert: 'MaklertID_Type' wurde zu 'MaklerID_Type'.
|
|
||||||
|
|
||||||
14. AgentFilter umbenannt zu AgentFilter_Type
|
|
||||||
Subelemente in AgentFilter_Type wurden umbenannt: 'agentID' zu 'MaklerID' und 'agentNumber' zu 'Vermnr'.
|
|
||||||
|
|
||||||
15. In 'ArcImageInfosRequest' und in 'PolizzenObjektSpezifikation_Type' wurde das Element 'policyPartyRole' umbenannt zu 'policyPartnerRole',
|
|
||||||
da der Typ 'PolicyPartnerRole' heißt.
|
|
||||||
|
|
||||||
16. Für das Feld 'errorType' im Typ 'ServiceFault' wurde ein Enum für 1 = Fehler, 2 = Warnung und 3 = Hinweis hinterlegt.
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
File diff suppressed because it is too large
Load Diff
@@ -1,307 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<xsd:schema xmlns="urn:omds3CommonServiceTypes-1-1-0" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:omds="urn:omds20" targetNamespace="urn:omds3CommonServiceTypes-1-1-0" elementFormDefault="qualified" attributeFormDefault="qualified" version="1.1.1">
|
|
||||||
<xsd:import namespace="urn:omds20" schemaLocation="omds29-00.xsd"/>
|
|
||||||
<!-- Elemente, die von allen Services gemeinsam verwendet werden -->
|
|
||||||
<xsd:element name="serviceFault" type="ServiceFault">
|
|
||||||
<xsd:annotation>
|
|
||||||
<xsd:documentation>Fault-Element, wie es von einer Soap-Operation im Falle eines Faults geworfen wird</xsd:documentation>
|
|
||||||
</xsd:annotation>
|
|
||||||
</xsd:element>
|
|
||||||
<xsd:complexType name="ServiceFault">
|
|
||||||
<xsd:annotation>
|
|
||||||
<xsd:documentation>Enthält eventuelle Fehlermeldungen + Fehlercode + Fehlertyp.</xsd:documentation>
|
|
||||||
</xsd:annotation>
|
|
||||||
<xsd:sequence>
|
|
||||||
<xsd:element name="errorType">
|
|
||||||
<xsd:annotation>
|
|
||||||
<xsd:documentation>Fehlertyp ( 1 = Fehler, 2 = Warnung, 3 = Hinweis)
|
|
||||||
</xsd:documentation>
|
|
||||||
</xsd:annotation>
|
|
||||||
<xsd:simpleType>
|
|
||||||
<xsd:restriction base="xsd:integer">
|
|
||||||
<xsd:pattern value="1">
|
|
||||||
<xsd:annotation>
|
|
||||||
<xsd:documentation>Fehler</xsd:documentation>
|
|
||||||
</xsd:annotation>
|
|
||||||
</xsd:pattern>
|
|
||||||
<xsd:pattern value="2">
|
|
||||||
<xsd:annotation>
|
|
||||||
<xsd:documentation>Warnung</xsd:documentation>
|
|
||||||
</xsd:annotation>
|
|
||||||
</xsd:pattern>
|
|
||||||
<xsd:pattern value="3">
|
|
||||||
<xsd:annotation>
|
|
||||||
<xsd:documentation>Hinweis</xsd:documentation>
|
|
||||||
</xsd:annotation>
|
|
||||||
</xsd:pattern>
|
|
||||||
</xsd:restriction>
|
|
||||||
</xsd:simpleType>
|
|
||||||
</xsd:element>
|
|
||||||
<xsd:element name="errorCode" type="xsd:integer">
|
|
||||||
<xsd:annotation>
|
|
||||||
<xsd:documentation>Fehlercode entsprechend allgemeiner Fehlerliste
|
|
||||||
</xsd:documentation>
|
|
||||||
</xsd:annotation>
|
|
||||||
</xsd:element>
|
|
||||||
<xsd:element name="errorMsg" type="xsd:string">
|
|
||||||
<xsd:annotation>
|
|
||||||
<xsd:documentation>Eine ausgeschriebene Fehlermeldung, für den User</xsd:documentation>
|
|
||||||
</xsd:annotation>
|
|
||||||
</xsd:element>
|
|
||||||
</xsd:sequence>
|
|
||||||
</xsd:complexType>
|
|
||||||
<xsd:simpleType name="GeschaeftsfallId_Type">
|
|
||||||
<xsd:annotation>
|
|
||||||
<xsd:documentation>Der Typ einer GeschaeftsfallId</xsd:documentation>
|
|
||||||
</xsd:annotation>
|
|
||||||
<xsd:restriction base="xsd:string"/>
|
|
||||||
</xsd:simpleType>
|
|
||||||
<xsd:element name="GeschaeftsfallId" type="GeschaeftsfallId_Type">
|
|
||||||
<xsd:annotation>
|
|
||||||
<xsd:documentation>Eine GeschäftsfallId als String</xsd:documentation>
|
|
||||||
</xsd:annotation>
|
|
||||||
</xsd:element>
|
|
||||||
<xsd:simpleType name="OMDSVersion_Type">
|
|
||||||
<xsd:annotation>
|
|
||||||
<xsd:documentation>Die OMDS-Version als String</xsd:documentation>
|
|
||||||
</xsd:annotation>
|
|
||||||
<xsd:restriction base="xsd:string">
|
|
||||||
<xsd:maxLength value="20"/>
|
|
||||||
<xsd:enumeration value="OMDS-Services 1.0.0"/>
|
|
||||||
<xsd:enumeration value="OMDS-Services 1.1.0"/>
|
|
||||||
<xsd:enumeration value="OMDS-Services 1.1.1"/>
|
|
||||||
</xsd:restriction>
|
|
||||||
</xsd:simpleType>
|
|
||||||
<xsd:complexType name="AuthorizationFilter" abstract="true">
|
|
||||||
<xsd:annotation>
|
|
||||||
<xsd:documentation>Definiert einen abstrakten Filter um bestimmte spezifische Elemente herauszufiltern</xsd:documentation>
|
|
||||||
</xsd:annotation>
|
|
||||||
</xsd:complexType>
|
|
||||||
<xsd:complexType name="AgentFilter_Type">
|
|
||||||
<xsd:annotation>
|
|
||||||
<xsd:documentation>Ein spezieller AuthorizationFilterType, der eine Anfrage dahingehend einschränkt, dass nur Ergebnisse für eine bestimmte MaklerID oder Vermnr (Vermittlernummer) zurück gegeben werden</xsd:documentation>
|
|
||||||
</xsd:annotation>
|
|
||||||
<xsd:complexContent>
|
|
||||||
<xsd:extension base="AuthorizationFilter">
|
|
||||||
<xsd:choice>
|
|
||||||
<xsd:element name="MaklerID" type="MaklerID_Type">
|
|
||||||
<xsd:annotation>
|
|
||||||
<xsd:documentation>Entspricht der MaklerID in der OMDS-Datensatzdefinition. Die MaklerID ist eine übergeordnete ID des Vermittlers unter welcher mehrere Vermittlernummern zusammengefasst sein können. Diese ID ist in der Regel spezifisch für das jeweilige VU, bei welchem die Daten abgeholt werden. Ein zulässiger Spezialfall ist, dass die MaklerID mit der Vermittlernummer (Vermnr) zusammenfällt.</xsd:documentation>
|
|
||||||
</xsd:annotation>
|
|
||||||
</xsd:element>
|
|
||||||
<xsd:element name="Vermnr" type="omds:Vermnr" maxOccurs="unbounded">
|
|
||||||
<xsd:annotation>
|
|
||||||
<xsd:documentation>Die Vermittlernummer vom Typ Vermnr aus der OMDS-Datensatz Definition. Die Vermittlernummer wird als Filterparameter verwendet, um eine Anfrage auf eine bestimmte Vermittlernummer zu beschränken, wenn der Benutzer auf mehrere Vermittlernummern berechtigt ist.</xsd:documentation>
|
|
||||||
</xsd:annotation>
|
|
||||||
</xsd:element>
|
|
||||||
</xsd:choice>
|
|
||||||
</xsd:extension>
|
|
||||||
</xsd:complexContent>
|
|
||||||
</xsd:complexType>
|
|
||||||
<xsd:simpleType name="MaklerID_Type">
|
|
||||||
<xsd:annotation>
|
|
||||||
<xsd:documentation>Dieser Typ definiert eine MaklerID als String mit mindestens einem und max. 26 Zeichen. Diese Typ-Definition entspricht der Definition des Attributs MaklerID im OMDS-Datensatz, in dem es aber keinen unabhaengigen, referenzierbaren Typ gibt.</xsd:documentation>
|
|
||||||
</xsd:annotation>
|
|
||||||
<xsd:restriction base="xsd:string">
|
|
||||||
<xsd:minLength value="1"/>
|
|
||||||
<xsd:maxLength value="26"/>
|
|
||||||
</xsd:restriction>
|
|
||||||
</xsd:simpleType>
|
|
||||||
<xsd:complexType name="ElementIdType">
|
|
||||||
<xsd:annotation>
|
|
||||||
<xsd:documentation>Ein Typ für eine Objekt-Id in Verbindung mit einem möglichen Ablaufzeitpunkt und dem Hinweis, ob die Id nur einmalig oder auch mehrmalig verwendet werden kann</xsd:documentation>
|
|
||||||
</xsd:annotation>
|
|
||||||
<xsd:sequence>
|
|
||||||
<xsd:element name="id" type="xsd:string">
|
|
||||||
<xsd:annotation>
|
|
||||||
<xsd:documentation>Die eindeutige Id des Elements als String</xsd:documentation>
|
|
||||||
</xsd:annotation>
|
|
||||||
</xsd:element>
|
|
||||||
<xsd:element name="idValidUntil" type="xsd:dateTime">
|
|
||||||
<xsd:annotation>
|
|
||||||
<xsd:documentation>Die Gültigkeit der Id des Elements. Wenn die Gültigkeit "null",
|
|
||||||
ist die Id unbegrenzt gueltig. Von der geplanten Gültigkeit unabhängig kann das
|
|
||||||
Element dennoch aus anderen Gründen gelöscht werden.</xsd:documentation>
|
|
||||||
</xsd:annotation>
|
|
||||||
</xsd:element>
|
|
||||||
<xsd:element name="idIsSingleUse" type="xsd:boolean">
|
|
||||||
<xsd:annotation>
|
|
||||||
<xsd:documentation>wahr wenn die Id nur einmal verwendet werden kann, sonst falsch</xsd:documentation>
|
|
||||||
</xsd:annotation>
|
|
||||||
</xsd:element>
|
|
||||||
</xsd:sequence>
|
|
||||||
</xsd:complexType>
|
|
||||||
<xsd:simpleType name="DocumentType">
|
|
||||||
<xsd:annotation>
|
|
||||||
<xsd:documentation>Definiert die unterschiedlichen Dokumententypen</xsd:documentation>
|
|
||||||
</xsd:annotation>
|
|
||||||
<xsd:restriction base="xsd:int">
|
|
||||||
<xsd:minInclusive value="0"/>
|
|
||||||
<xsd:maxInclusive value="26"/>
|
|
||||||
<xsd:enumeration value="0">
|
|
||||||
<xsd:annotation>
|
|
||||||
<xsd:documentation>Sonstiges</xsd:documentation>
|
|
||||||
</xsd:annotation>
|
|
||||||
</xsd:enumeration>
|
|
||||||
<xsd:enumeration value="1">
|
|
||||||
<xsd:annotation>
|
|
||||||
<xsd:documentation>Antrag</xsd:documentation>
|
|
||||||
</xsd:annotation>
|
|
||||||
</xsd:enumeration>
|
|
||||||
<xsd:enumeration value="2">
|
|
||||||
<xsd:annotation>
|
|
||||||
<xsd:documentation>Deckungsbestätigung</xsd:documentation>
|
|
||||||
</xsd:annotation>
|
|
||||||
</xsd:enumeration>
|
|
||||||
<xsd:enumeration value="3">
|
|
||||||
<xsd:annotation>
|
|
||||||
<xsd:documentation>Erstpolizze</xsd:documentation>
|
|
||||||
</xsd:annotation>
|
|
||||||
</xsd:enumeration>
|
|
||||||
<xsd:enumeration value="4">
|
|
||||||
<xsd:annotation>
|
|
||||||
<xsd:documentation>Folgepolizze</xsd:documentation>
|
|
||||||
</xsd:annotation>
|
|
||||||
</xsd:enumeration>
|
|
||||||
<xsd:enumeration value="5">
|
|
||||||
<xsd:annotation>
|
|
||||||
<xsd:documentation>Zusatzvereinbarungen</xsd:documentation>
|
|
||||||
</xsd:annotation>
|
|
||||||
</xsd:enumeration>
|
|
||||||
<xsd:enumeration value="6">
|
|
||||||
<xsd:annotation>
|
|
||||||
<xsd:documentation>Vinkulierungen</xsd:documentation>
|
|
||||||
</xsd:annotation>
|
|
||||||
</xsd:enumeration>
|
|
||||||
<xsd:enumeration value="7">
|
|
||||||
<xsd:annotation>
|
|
||||||
<xsd:documentation>Bewertungsgutachten</xsd:documentation>
|
|
||||||
</xsd:annotation>
|
|
||||||
</xsd:enumeration>
|
|
||||||
<xsd:enumeration value="8">
|
|
||||||
<xsd:annotation>
|
|
||||||
<xsd:documentation>Verständigung Gewinnbeteiligungen</xsd:documentation>
|
|
||||||
</xsd:annotation>
|
|
||||||
</xsd:enumeration>
|
|
||||||
<xsd:enumeration value="9">
|
|
||||||
<xsd:annotation>
|
|
||||||
<xsd:documentation>Umsatz/Lohnsummenmeldung</xsd:documentation>
|
|
||||||
</xsd:annotation>
|
|
||||||
</xsd:enumeration>
|
|
||||||
<xsd:enumeration value="10">
|
|
||||||
<xsd:annotation>
|
|
||||||
<xsd:documentation>Umsatz/Lohnsummenabrechnung</xsd:documentation>
|
|
||||||
</xsd:annotation>
|
|
||||||
</xsd:enumeration>
|
|
||||||
<xsd:enumeration value="11">
|
|
||||||
<xsd:annotation>
|
|
||||||
<xsd:documentation>BU-Summenmeldung</xsd:documentation>
|
|
||||||
</xsd:annotation>
|
|
||||||
</xsd:enumeration>
|
|
||||||
<xsd:enumeration value="12">
|
|
||||||
<xsd:annotation>
|
|
||||||
<xsd:documentation>BU-Summenabrechnung</xsd:documentation>
|
|
||||||
</xsd:annotation>
|
|
||||||
</xsd:enumeration>
|
|
||||||
<xsd:enumeration value="13">
|
|
||||||
<xsd:annotation>
|
|
||||||
<xsd:documentation>Finanzamtsbestätigung</xsd:documentation>
|
|
||||||
</xsd:annotation>
|
|
||||||
</xsd:enumeration>
|
|
||||||
<xsd:enumeration value="14">
|
|
||||||
<xsd:annotation>
|
|
||||||
<xsd:documentation>Kündigung</xsd:documentation>
|
|
||||||
</xsd:annotation>
|
|
||||||
</xsd:enumeration>
|
|
||||||
<xsd:enumeration value="15">
|
|
||||||
<xsd:annotation>
|
|
||||||
<xsd:documentation>Stornopolizze</xsd:documentation>
|
|
||||||
</xsd:annotation>
|
|
||||||
</xsd:enumeration>
|
|
||||||
<xsd:enumeration value="16">
|
|
||||||
<xsd:annotation>
|
|
||||||
<xsd:documentation>Schadenmeldung</xsd:documentation>
|
|
||||||
</xsd:annotation>
|
|
||||||
</xsd:enumeration>
|
|
||||||
<xsd:enumeration value="17">
|
|
||||||
<xsd:annotation>
|
|
||||||
<xsd:documentation>Schadennachtrag</xsd:documentation>
|
|
||||||
</xsd:annotation>
|
|
||||||
</xsd:enumeration>
|
|
||||||
<xsd:enumeration value="18">
|
|
||||||
<xsd:annotation>
|
|
||||||
<xsd:documentation>Gutachten</xsd:documentation>
|
|
||||||
</xsd:annotation>
|
|
||||||
</xsd:enumeration>
|
|
||||||
<xsd:enumeration value="19">
|
|
||||||
<xsd:annotation>
|
|
||||||
<xsd:documentation>Behördliche Anzeigebestätigung</xsd:documentation>
|
|
||||||
</xsd:annotation>
|
|
||||||
</xsd:enumeration>
|
|
||||||
<xsd:enumeration value="20">
|
|
||||||
<xsd:annotation>
|
|
||||||
<xsd:documentation>Kostenvoranschlag</xsd:documentation>
|
|
||||||
</xsd:annotation>
|
|
||||||
</xsd:enumeration>
|
|
||||||
<xsd:enumeration value="21">
|
|
||||||
<xsd:annotation>
|
|
||||||
<xsd:documentation>Rechnung</xsd:documentation>
|
|
||||||
</xsd:annotation>
|
|
||||||
</xsd:enumeration>
|
|
||||||
<xsd:enumeration value="22">
|
|
||||||
<xsd:annotation>
|
|
||||||
<xsd:documentation>Schadenablehnung</xsd:documentation>
|
|
||||||
</xsd:annotation>
|
|
||||||
</xsd:enumeration>
|
|
||||||
<xsd:enumeration value="23">
|
|
||||||
<xsd:annotation>
|
|
||||||
<xsd:documentation>Schadenfoto</xsd:documentation>
|
|
||||||
</xsd:annotation>
|
|
||||||
</xsd:enumeration>
|
|
||||||
<xsd:enumeration value="24">
|
|
||||||
<xsd:annotation>
|
|
||||||
<xsd:documentation>Abfindungserklärung</xsd:documentation>
|
|
||||||
</xsd:annotation>
|
|
||||||
</xsd:enumeration>
|
|
||||||
<xsd:enumeration value="25">
|
|
||||||
<xsd:annotation>
|
|
||||||
<xsd:documentation>Restwertangebot</xsd:documentation>
|
|
||||||
</xsd:annotation>
|
|
||||||
</xsd:enumeration>
|
|
||||||
<xsd:enumeration value="26">
|
|
||||||
<xsd:annotation>
|
|
||||||
<xsd:documentation>Schreiben Rechtsanwalt</xsd:documentation>
|
|
||||||
</xsd:annotation>
|
|
||||||
</xsd:enumeration>
|
|
||||||
<!-- Dokumententypen Schaden -->
|
|
||||||
</xsd:restriction>
|
|
||||||
</xsd:simpleType>
|
|
||||||
<xsd:simpleType name="PartnerRoleType">
|
|
||||||
<xsd:annotation>
|
|
||||||
<xsd:documentation>Definition der Partnerrollen über jeweils 2 Buchstaben. Typ wurde angelehnt an VtgRolleCd_Type, allerdings wurde neuer Typ benötigt, da Versicherte Person als Partnerrolle relevant ist.</xsd:documentation>
|
|
||||||
</xsd:annotation>
|
|
||||||
<xsd:restriction base="xsd:string">
|
|
||||||
<xsd:length value="2"/>
|
|
||||||
<xsd:enumeration value="VN">
|
|
||||||
<xsd:annotation>
|
|
||||||
<xsd:documentation>Versicherungsnehmer</xsd:documentation>
|
|
||||||
</xsd:annotation>
|
|
||||||
</xsd:enumeration>
|
|
||||||
<xsd:enumeration value="VP">
|
|
||||||
<xsd:annotation>
|
|
||||||
<xsd:documentation>Versicherte Person</xsd:documentation>
|
|
||||||
</xsd:annotation>
|
|
||||||
</xsd:enumeration>
|
|
||||||
</xsd:restriction>
|
|
||||||
</xsd:simpleType>
|
|
||||||
<xsd:element name="OrdnungsbegriffZuordFremd">
|
|
||||||
<xsd:annotation>
|
|
||||||
<xsd:documentation>Ein Ordnungsbegriff aus einem Fremdsystem, welcher dabei hilft die Kommunikation zwischen zwei Systemen zu vereinfachen</xsd:documentation>
|
|
||||||
</xsd:annotation>
|
|
||||||
<xsd:simpleType>
|
|
||||||
<xsd:restriction base="xsd:string">
|
|
||||||
<xsd:maxLength value="255"/>
|
|
||||||
</xsd:restriction>
|
|
||||||
</xsd:simpleType>
|
|
||||||
</xsd:element>
|
|
||||||
</xsd:schema>
|
|
||||||
@@ -1,15 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<xsd:schema xmlns:omds="urn:omds20" xmlns:ost="urn:omds3ServiceTypes-1-1-0" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="urn:exampleVuServiceTypes" targetNamespace="urn:exampleVuServiceTypes" elementFormDefault="qualified" attributeFormDefault="qualified" version="1.1.1">
|
|
||||||
<xsd:import namespace="urn:omds3ServiceTypes-1-1-0" schemaLocation="omds3ServiceTypes.xsd"/>
|
|
||||||
<xsd:import namespace="urn:omds20" schemaLocation="omds29-00.xsd"/>
|
|
||||||
<!-- Beispiel fuer die Erweiterung eines Typs fuer die speziellen Belange einer VU -->
|
|
||||||
<xsd:complexType name="UserDataResponseExampleVU">
|
|
||||||
<xsd:complexContent>
|
|
||||||
<xsd:extension base="ost:UserDataResponse">
|
|
||||||
<xsd:sequence>
|
|
||||||
<xsd:element name="role" type="xsd:string"/>
|
|
||||||
</xsd:sequence>
|
|
||||||
</xsd:extension>
|
|
||||||
</xsd:complexContent>
|
|
||||||
</xsd:complexType>
|
|
||||||
</xsd:schema>
|
|
||||||
File diff suppressed because it is too large
Load Diff
@@ -1,629 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<!-- version="1.1.1" -->
|
|
||||||
<definitions
|
|
||||||
name="omds3Services-1-1-0"
|
|
||||||
xmlns:os="urn:omds3Services-1-1-0"
|
|
||||||
targetNamespace="urn:omds3Services-1-1-0"
|
|
||||||
xmlns:cst="urn:omds3CommonServiceTypes-1-1-0"
|
|
||||||
xmlns:ost="urn:omds3ServiceTypes-1-1-0"
|
|
||||||
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/soap12/"
|
|
||||||
xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
|
|
||||||
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
|
|
||||||
>
|
|
||||||
|
|
||||||
<types>
|
|
||||||
<schema xmlns="http://www.w3.org/2001/XMLSchema">
|
|
||||||
<import namespace="urn:omds3ServiceTypes-1-1-0" schemaLocation="omds3ServiceTypes.xsd" />
|
|
||||||
</schema>
|
|
||||||
</types>
|
|
||||||
|
|
||||||
<message name="loginRequest">
|
|
||||||
<part name="parameters" element="ost:loginRequest"/>
|
|
||||||
</message>
|
|
||||||
<message name="loginResponse">
|
|
||||||
<part name="parameters" element="ost:loginResponse"/>
|
|
||||||
</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>
|
|
||||||
<message name="getArcImageInfosResponse">
|
|
||||||
<part name="parameters" element="ost:getArcImageInfosResponse" />
|
|
||||||
</message>
|
|
||||||
<message name="getArcImageRequest">
|
|
||||||
<part name="parameters" element="ost:getArcImageRequest"/>
|
|
||||||
</message>
|
|
||||||
<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>
|
|
||||||
<message name="deepLinkPartnerResponse">
|
|
||||||
<part name="parameters" element="ost:getDeepLinkPartnerResponse" />
|
|
||||||
</message>
|
|
||||||
<message name="deepLinkOfferRequest">
|
|
||||||
<part name="parameters" element="ost:getDeepLinkOfferRequest"/>
|
|
||||||
</message>
|
|
||||||
<message name="deepLinkOfferResponse">
|
|
||||||
<part name="parameters" element="ost:getDeepLinkOfferResponse" />
|
|
||||||
</message>
|
|
||||||
<message name="deepLinkPolicyRequest">
|
|
||||||
<part name="parameters" element="ost:getDeepLinkPolicyRequest"/>
|
|
||||||
</message>
|
|
||||||
<message name="deepLinkPolicyResponse">
|
|
||||||
<part name="parameters" element="ost:getDeepLinkPolicyResponse" />
|
|
||||||
</message>
|
|
||||||
<!-- Schaden -->
|
|
||||||
<message name="CreateClaimRequestMsg">
|
|
||||||
<part name="parameters" element="ost:CreateClaimRequest"/>
|
|
||||||
</message>
|
|
||||||
<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>
|
|
||||||
<message name="GetClaimResponseMsg">
|
|
||||||
<part name="parameters" element="ost:GetClaimResponse" />
|
|
||||||
</message>
|
|
||||||
<message name="GetClaimLightRequestMsg">
|
|
||||||
<part name="parameters" element="ost:GetClaimLightRequest"/>
|
|
||||||
</message>
|
|
||||||
<message name="GetClaimLightResponseMsg">
|
|
||||||
<part name="parameters" element="ost:GetClaimLightResponse" />
|
|
||||||
</message>
|
|
||||||
<message name="GetNumberOfDocumentsRequestMsg">
|
|
||||||
<part name="parameters" element="ost:GetNumberOfDocumentsRequest"/>
|
|
||||||
</message>
|
|
||||||
<message name="GetNumberOfDocumentsResponseMsg">
|
|
||||||
<part name="parameters" element="ost:GetNumberOfDocumentsResponse" />
|
|
||||||
</message>
|
|
||||||
<message name="GetDocumentInfosRequestMsg">
|
|
||||||
<part name="parameters" element="ost:GetDocumentInfosRequest"/>
|
|
||||||
</message>
|
|
||||||
<message name="GetDocumentInfosResponseMsg">
|
|
||||||
<part name="parameters" element="ost:GetDocumentInfosResponse" />
|
|
||||||
</message>
|
|
||||||
<message name="SearchClaimRequestMsg">
|
|
||||||
<part name="parameters" element="ost:SearchClaimRequest"/>
|
|
||||||
</message>
|
|
||||||
<message name="SearchClaimResponseMsg">
|
|
||||||
<part name="parameters" element="ost:SearchClaimResponse" />
|
|
||||||
</message>
|
|
||||||
|
|
||||||
<message name="GetLossEventListRequestMsg">
|
|
||||||
<part name="parameters" element="ost:LossEventListRequest"/>
|
|
||||||
</message>
|
|
||||||
<message name="GetLossEventListResponseMsg">
|
|
||||||
<part name="parameters" element="ost:LossEventListResponse" />
|
|
||||||
</message>
|
|
||||||
<message name="GetChangedClaimsListRequestMsg">
|
|
||||||
<part name="parameters" element="ost:ChangedClaimsListRequest"/>
|
|
||||||
</message>
|
|
||||||
<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>
|
|
||||||
|
|
||||||
|
|
||||||
<!-- 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" />
|
|
||||||
<fault name="CreateClaimFault" message="os:ServiceFaultMsg" />
|
|
||||||
</operation>
|
|
||||||
|
|
||||||
<operation name="initiateClaim">
|
|
||||||
<input name="InitiateClaimRequestPort" message="os:InitiateClaimRequestMsg" />
|
|
||||||
<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" />
|
|
||||||
<fault name="AddDocToClaimFault" message="os:ServiceFaultMsg" />
|
|
||||||
</operation>
|
|
||||||
<operation name="getClaim">
|
|
||||||
<input name="GetClaimRequestPort" message="os:GetClaimRequestMsg" />
|
|
||||||
<output name="GetClaimResponsePort" message="os:GetClaimResponseMsg" />
|
|
||||||
<fault name="GetClaimFault" message="os:ServiceFaultMsg" />
|
|
||||||
</operation>
|
|
||||||
<operation name="getClaimLight">
|
|
||||||
<input name="GetClaimLightRequestPort" message="os:GetClaimLightRequestMsg" />
|
|
||||||
<output name="GetClaimLightResponsePort" message="os:GetClaimLightResponseMsg" />
|
|
||||||
<fault name="GetClaimLightFault" message="os:ServiceFaultMsg" />
|
|
||||||
</operation>
|
|
||||||
<operation name="getNumberOfDocuments">
|
|
||||||
<input name="GetNumberOfDocumentsRequestPort" message="os:GetNumberOfDocumentsRequestMsg" />
|
|
||||||
<output name="GetNumberOfDocumentsResponsePort" message="os:GetNumberOfDocumentsResponseMsg" />
|
|
||||||
<fault name="GetNumberOfDocumentsFault" message="os:ServiceFaultMsg" />
|
|
||||||
</operation>
|
|
||||||
<operation name="getDocumentInfos">
|
|
||||||
<input name="GetDocumentInfosRequestPort" message="os:GetDocumentInfosRequestMsg" />
|
|
||||||
<output name="GetDocumentInfosResponsePort" message="os:GetDocumentInfosResponseMsg" />
|
|
||||||
<fault name="GetDocumentInfosFault" message="os:ServiceFaultMsg" />
|
|
||||||
</operation>
|
|
||||||
<operation name="searchClaim">
|
|
||||||
<input name="SearchClaimRequestPort" message="os:SearchClaimRequestMsg" />
|
|
||||||
<output name="SearchClaimResponsePort" message="os:SearchClaimResponseMsg" />
|
|
||||||
<fault name="SearchClaimFault" message="os:ServiceFaultMsg" />
|
|
||||||
</operation>
|
|
||||||
<operation name="getLossEventList">
|
|
||||||
<input name="LossEventListRequestPort" message="os:GetLossEventListRequestMsg" />
|
|
||||||
<output name="LossEventListResponsePort" message="os:GetLossEventListResponseMsg" />
|
|
||||||
<fault name="LossEventListFault" message="os:ServiceFaultMsg" />
|
|
||||||
</operation>
|
|
||||||
<operation name="getChangedClaimsList">
|
|
||||||
<input name="ChangedClaimsListPort" message="os:GetChangedClaimsListRequestMsg" />
|
|
||||||
<output name="ChangedClaimsListResponsePort" message="os:GetChangedClaimsListResponseMsg" />
|
|
||||||
<fault name="ChangedClaimsListFault" message="os:ServiceFaultMsg" />
|
|
||||||
</operation>
|
|
||||||
<operation name="declareEndpoint">
|
|
||||||
<input name="DeclareEndpointRequestPort" message="os:DeclareEndpointRequestMsg" />
|
|
||||||
<output name="DeclareEndpointResponsePort" message="os:DeclareEndpointResponseMsg" />
|
|
||||||
<fault name="DeclareEndpointFault" 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 -->
|
|
||||||
<wsp:PolicyReference URI="#OMDSUsernameTokenPolicy" xmlns:wsp="http://schemas.xmlsoap.org/ws/2004/09/policy"/>
|
|
||||||
|
|
||||||
|
|
||||||
<operation name="login">
|
|
||||||
<soap:operation soapAction="urn:login" style="document" />
|
|
||||||
<input name="loginRequest">
|
|
||||||
<soap:body use="literal" />
|
|
||||||
</input>
|
|
||||||
<output name="loginResponse">
|
|
||||||
<soap:body use="literal" />
|
|
||||||
</output>
|
|
||||||
<fault name="loginFault">
|
|
||||||
<soap:fault name="loginFault" use="literal"/>
|
|
||||||
</fault>
|
|
||||||
</operation>
|
|
||||||
|
|
||||||
<operation name="getUserData">
|
|
||||||
<soap:operation soapAction="urn:getUserData" style="document" />
|
|
||||||
<input name="getUserDataRequest">
|
|
||||||
<soap:body use="literal" />
|
|
||||||
</input>
|
|
||||||
<output name="getUserDataResponse">
|
|
||||||
<soap:body use="literal" />
|
|
||||||
</output>
|
|
||||||
<fault name="getUserDataFault">
|
|
||||||
<soap:fault name="getUserDataFault" use="literal"/>
|
|
||||||
</fault>
|
|
||||||
</operation>
|
|
||||||
|
|
||||||
<operation name="getOMDSPackageList">
|
|
||||||
<soap:operation soapAction="urn:getOMDSPackageList" style="document" />
|
|
||||||
<input name="getOMDSPackageListRequest">
|
|
||||||
<soap:body use="literal" />
|
|
||||||
</input>
|
|
||||||
<output name="getOMDSPackageListResponse">
|
|
||||||
<soap:body use="literal" />
|
|
||||||
</output>
|
|
||||||
<fault name="getOMDSPackageListFault">
|
|
||||||
<soap:fault name="getOMDSPackageListFault" use="literal"/>
|
|
||||||
</fault>
|
|
||||||
</operation>
|
|
||||||
|
|
||||||
<operation name="getOMDSPackage">
|
|
||||||
<soap:operation soapAction="urn:getOMDSPackage" style="document" />
|
|
||||||
<input name="getOMDSPackageRequest">
|
|
||||||
<soap:body use="literal" />
|
|
||||||
</input>
|
|
||||||
<output name="getOMDSPackageResponse">
|
|
||||||
<soap:body use="literal" />
|
|
||||||
</output>
|
|
||||||
<fault name="getOMDSPackageFault">
|
|
||||||
<soap:fault name="getOMDSPackageFault" use="literal"/>
|
|
||||||
</fault>
|
|
||||||
</operation>
|
|
||||||
|
|
||||||
<!-- Vertragsbezogene Dokumente ArcImage -->
|
|
||||||
|
|
||||||
<operation name="getArcImageInfos">
|
|
||||||
<soap:operation soapAction="urn:getArcImageInfos" style="document" />
|
|
||||||
<input name="getArcImageInfosRequest">
|
|
||||||
<soap:body use="literal" />
|
|
||||||
</input>
|
|
||||||
<output name="getArcImageInfosResponse">
|
|
||||||
<soap:body use="literal" />
|
|
||||||
</output>
|
|
||||||
<fault name="getArcImageInfosFault">
|
|
||||||
<soap:fault name="getArcImageInfosFault" use="literal"/>
|
|
||||||
</fault>
|
|
||||||
</operation>
|
|
||||||
|
|
||||||
<operation name="getArcImage">
|
|
||||||
<soap:operation soapAction="urn:getArcImage" style="document" />
|
|
||||||
<input name="getArcImageRequest">
|
|
||||||
<soap:body use="literal" />
|
|
||||||
</input>
|
|
||||||
<output name="getArcImageResponse">
|
|
||||||
<soap:body use="literal" />
|
|
||||||
</output>
|
|
||||||
<fault name="getArcImageFault">
|
|
||||||
<soap:fault name="getArcImageFault" use="literal"/>
|
|
||||||
</fault>
|
|
||||||
</operation>
|
|
||||||
|
|
||||||
<!-- Deep-Links -->
|
|
||||||
|
|
||||||
<operation name="deepLinkClaim">
|
|
||||||
<soap:operation soapAction="urn:deepLinkClaim" style="document" />
|
|
||||||
<input name="deepLinkClaimRequest">
|
|
||||||
<soap:body use="literal" />
|
|
||||||
</input>
|
|
||||||
<output name="deepLinkClaimResponse">
|
|
||||||
<soap:body use="literal" />
|
|
||||||
</output>
|
|
||||||
<fault name="deepLinkClaimFault">
|
|
||||||
<soap:fault name="deepLinkClaimFault" use="literal"/>
|
|
||||||
</fault>
|
|
||||||
</operation>
|
|
||||||
|
|
||||||
<operation name="deepLinkPartner">
|
|
||||||
<soap:operation soapAction="urn:deepLinkPartner" style="document" />
|
|
||||||
<input name="deepLinkPartnerRequest">
|
|
||||||
<soap:body use="literal" />
|
|
||||||
</input>
|
|
||||||
<output name="deepLinkPartnerResponse">
|
|
||||||
<soap:body use="literal" />
|
|
||||||
</output>
|
|
||||||
<fault name="deepLinkPartnerFault">
|
|
||||||
<soap:fault name="deepLinkPartnerFault" use="literal"/>
|
|
||||||
</fault>
|
|
||||||
</operation>
|
|
||||||
|
|
||||||
<operation name="deepLinkOffer">
|
|
||||||
<soap:operation soapAction="urn:deepLinkOffer" style="document" />
|
|
||||||
<input name="deepLinkOfferRequest">
|
|
||||||
<soap:body use="literal" />
|
|
||||||
</input>
|
|
||||||
<output name="deepLinkOfferResponse">
|
|
||||||
<soap:body use="literal" />
|
|
||||||
</output>
|
|
||||||
<fault name="deepLinkOfferFault">
|
|
||||||
<soap:fault name="deepLinkOfferFault" use="literal"/>
|
|
||||||
</fault>
|
|
||||||
</operation>
|
|
||||||
|
|
||||||
<operation name="deepLinkPolicy">
|
|
||||||
<soap:operation soapAction="urn:deepLinkPolicy" style="document" />
|
|
||||||
<input name="deepLinkPolicyRequest">
|
|
||||||
<soap:body use="literal" />
|
|
||||||
</input>
|
|
||||||
<output name="deepLinkPolicyResponse">
|
|
||||||
<soap:body use="literal" />
|
|
||||||
</output>
|
|
||||||
<fault name="deepLinkPolicyFault">
|
|
||||||
<soap:fault name="deepLinkPolicyFault" use="literal"/>
|
|
||||||
</fault>
|
|
||||||
</operation>
|
|
||||||
|
|
||||||
<!-- Schaden -->
|
|
||||||
<operation name="createClaim">
|
|
||||||
<soap:operation soapAction="urn:createClaim" style="document" />
|
|
||||||
<input name="CreateClaimRequestPort">
|
|
||||||
<soap:body use="literal" />
|
|
||||||
</input>
|
|
||||||
<output name="CreateClaimResponsePort">
|
|
||||||
<soap:body use="literal" />
|
|
||||||
</output>
|
|
||||||
<fault name="CreateClaimFault">
|
|
||||||
<soap:fault name="CreateClaimFault" use="literal"/>
|
|
||||||
</fault>
|
|
||||||
</operation>
|
|
||||||
|
|
||||||
<operation name="initiateClaim">
|
|
||||||
<soap:operation soapAction="urn:initiateClaim" style="document" />
|
|
||||||
<input name="InitiateClaimRequestPort">
|
|
||||||
<soap:body use="literal" />
|
|
||||||
</input>
|
|
||||||
<output name="InitiateClaimResponsePort">
|
|
||||||
<soap:body use="literal" />
|
|
||||||
</output>
|
|
||||||
<fault name="InitiateClaimFault">
|
|
||||||
<soap:fault name="InitiateClaimFault" use="literal"/>
|
|
||||||
</fault>
|
|
||||||
</operation>
|
|
||||||
|
|
||||||
|
|
||||||
<operation name="addDocToClaim">
|
|
||||||
<soap:operation soapAction="urn:addDocToClaim" style="document" />
|
|
||||||
<input name="AddDocToClaimRequestPort">
|
|
||||||
<soap:body use="literal" />
|
|
||||||
</input>
|
|
||||||
<output name="AddDocToClaimResponsePort">
|
|
||||||
<soap:body use="literal" />
|
|
||||||
</output>
|
|
||||||
<fault name="AddDocToClaimFault">
|
|
||||||
<soap:fault name="AddDocToClaimFault" use="literal"/>
|
|
||||||
</fault>
|
|
||||||
</operation>
|
|
||||||
|
|
||||||
<operation name="getClaim">
|
|
||||||
<soap:operation soapAction="urn:getClaim" style="document" />
|
|
||||||
<input name="GetClaimRequestPort">
|
|
||||||
<soap:body use="literal" />
|
|
||||||
</input>
|
|
||||||
<output name="GetClaimResponsePort">
|
|
||||||
<soap:body use="literal" />
|
|
||||||
</output>
|
|
||||||
<fault name="GetClaimFault">
|
|
||||||
<soap:fault name="GetClaimFault" use="literal"/>
|
|
||||||
</fault>
|
|
||||||
</operation>
|
|
||||||
|
|
||||||
<operation name="getClaimLight">
|
|
||||||
<soap:operation soapAction="urn:getClaimLight" style="document" />
|
|
||||||
<input name="GetClaimLightRequestPort">
|
|
||||||
<soap:body use="literal" />
|
|
||||||
</input>
|
|
||||||
<output name="GetClaimLightResponsePort">
|
|
||||||
<soap:body use="literal" />
|
|
||||||
</output>
|
|
||||||
<fault name="GetClaimLightFault">
|
|
||||||
<soap:fault name="GetClaimLightFault" use="literal"/>
|
|
||||||
</fault>
|
|
||||||
</operation>
|
|
||||||
|
|
||||||
<operation name="getNumberOfDocuments">
|
|
||||||
<soap:operation soapAction="urn:getNumberOfDocuments" style="document" />
|
|
||||||
<input name="GetNumberOfDocumentsRequestPort">
|
|
||||||
<soap:body use="literal" />
|
|
||||||
</input>
|
|
||||||
<output name="GetNumberOfDocumentsResponsePort">
|
|
||||||
<soap:body use="literal" />
|
|
||||||
</output>
|
|
||||||
<fault name="GetNumberOfDocumentsFault">
|
|
||||||
<soap:fault name="GetNumberOfDocumentsFault" use="literal"/>
|
|
||||||
</fault>
|
|
||||||
</operation>
|
|
||||||
|
|
||||||
<operation name="getDocumentInfos">
|
|
||||||
<soap:operation soapAction="urn:getDocumentInfos" style="document" />
|
|
||||||
<input name="GetDocumentInfosRequestPort">
|
|
||||||
<soap:body use="literal" />
|
|
||||||
</input>
|
|
||||||
<output name="GetDocumentInfosResponsePort">
|
|
||||||
<soap:body use="literal" />
|
|
||||||
</output>
|
|
||||||
<fault name="GetDocumentInfosFault">
|
|
||||||
<soap:fault name="GetDocumentInfosFault" use="literal"/>
|
|
||||||
</fault>
|
|
||||||
</operation>
|
|
||||||
|
|
||||||
<operation name="searchClaim">
|
|
||||||
<soap:operation soapAction="urn:searchClaim" style="document" />
|
|
||||||
<input name="SearchClaimRequestPort">
|
|
||||||
<soap:body use="literal" />
|
|
||||||
</input>
|
|
||||||
<output name="SearchClaimResponsePort">
|
|
||||||
<soap:body use="literal" />
|
|
||||||
</output>
|
|
||||||
<fault name="SearchClaimFault">
|
|
||||||
<soap:fault name="SearchClaimFault" use="literal"/>
|
|
||||||
</fault>
|
|
||||||
</operation>
|
|
||||||
|
|
||||||
<operation name="getLossEventList">
|
|
||||||
<soap:operation soapAction="urn:getLossEventList" style="document" />
|
|
||||||
<input name="LossEventListRequestPort">
|
|
||||||
<soap:body use="literal" />
|
|
||||||
</input>
|
|
||||||
<output name="LossEventListResponsePort">
|
|
||||||
<soap:body use="literal" />
|
|
||||||
</output>
|
|
||||||
<fault name="LossEventListFault">
|
|
||||||
<soap:fault name="LossEventListFault" use="literal"/>
|
|
||||||
</fault>
|
|
||||||
</operation>
|
|
||||||
|
|
||||||
<operation name="getChangedClaimsList">
|
|
||||||
<soap:operation soapAction="urn:getChangedClaimsList" style="document" />
|
|
||||||
<input name="ChangedClaimsListPort">
|
|
||||||
<soap:body use="literal" />
|
|
||||||
</input>
|
|
||||||
<output name="ChangedClaimsListResponsePort">
|
|
||||||
<soap:body use="literal" />
|
|
||||||
</output>
|
|
||||||
<fault name="ChangedClaimsListFault">
|
|
||||||
<soap:fault name="ChangedClaimsListFault" use="literal"/>
|
|
||||||
</fault>
|
|
||||||
</operation>
|
|
||||||
|
|
||||||
<operation name="declareEndpoint">
|
|
||||||
<soap:operation soapAction="urn:declareEndpoint" style="document" />
|
|
||||||
<input name="DeclareEndpointRequestPort">
|
|
||||||
<soap:body use="literal" />
|
|
||||||
</input>
|
|
||||||
<output name="DeclareEndpointResponsePort">
|
|
||||||
<soap:body use="literal" />
|
|
||||||
</output>
|
|
||||||
<fault name="DeclareEndpointFault">
|
|
||||||
<soap:fault name="DeclareEndpointFault" 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:ExactlyOne>
|
|
||||||
<wsp:All>
|
|
||||||
<!-- Def HTTPS -->
|
|
||||||
<sp:TransportBinding>
|
|
||||||
<wsp:Policy>
|
|
||||||
<sp:TransportToken>
|
|
||||||
<wsp:Policy>
|
|
||||||
<sp:HttpsToken RequireClientCertificate="false"/>
|
|
||||||
</wsp:Policy>
|
|
||||||
</sp:TransportToken>
|
|
||||||
</wsp:Policy>
|
|
||||||
</sp:TransportBinding>
|
|
||||||
<!-- schreibe Username-Token mit Passwort-Digest (Hash) vor -->
|
|
||||||
<sp:SupportingTokens>
|
|
||||||
<wsp:Policy>
|
|
||||||
<sp:UsernameToken sp:IncludeToken="http://schemas.xmlsoap.org/ws/2005/07/securitypolicy/IncludeToken/AlwaysToRecipient">
|
|
||||||
<wsp:Policy>
|
|
||||||
<sp:HashPassword/>
|
|
||||||
</wsp:Policy>
|
|
||||||
</sp:UsernameToken>
|
|
||||||
</wsp:Policy>
|
|
||||||
</sp:SupportingTokens>
|
|
||||||
|
|
||||||
</wsp:All>
|
|
||||||
</wsp:ExactlyOne>
|
|
||||||
</wsp:Policy>
|
|
||||||
|
|
||||||
|
|
||||||
</definitions>
|
|
||||||
@@ -1,134 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<!-- version="1.1.1" -->
|
|
||||||
|
|
||||||
<definitions
|
|
||||||
name="omds3ServicesBroker-1-1-0"
|
|
||||||
targetNamespace="urn:omds3ServicesBroker-1-1-0"
|
|
||||||
xmlns:os="urn:omds3ServicesBroker-1-1-0"
|
|
||||||
xmlns:ost="urn:omds3ServiceTypes-1-1-0"
|
|
||||||
xmlns:cst="urn:omds3CommonServiceTypes-1-1-0"
|
|
||||||
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/soap12/"
|
|
||||||
xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
|
|
||||||
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
|
|
||||||
>
|
|
||||||
|
|
||||||
<types>
|
|
||||||
<schema xmlns="http://www.w3.org/2001/XMLSchema">
|
|
||||||
<import namespace="urn:omds3ServiceTypes-1-1-0" schemaLocation="omds3ServiceTypes.xsd" />
|
|
||||||
</schema>
|
|
||||||
</types>
|
|
||||||
|
|
||||||
<!-- Schaden -->
|
|
||||||
|
|
||||||
|
|
||||||
<message name="DeclareNewClaimStatusRequestMsg">
|
|
||||||
<part name="parameters" element="ost:DeclareNewClaimStatusRequest"/>
|
|
||||||
</message>
|
|
||||||
<message name="DeclareNewClaimStatusResponseMsg">
|
|
||||||
<part name="parameters" element="ost:DeclareNewClaimStatusResponse"/>
|
|
||||||
</message>
|
|
||||||
|
|
||||||
<message name="LossEventRegisteredRequestMsg">
|
|
||||||
<part name="parameters" element="ost:LossEventRegisteredRequest"/>
|
|
||||||
</message>
|
|
||||||
<message name="LossEventRegisteredResponseMsg">
|
|
||||||
<part name="parameters" element="ost:LossEventRegisteredResponse"/>
|
|
||||||
</message>
|
|
||||||
|
|
||||||
<!-- Fehler Message -->
|
|
||||||
<message name="BrokerServiceFaultMsg">
|
|
||||||
<part name="parameters" element="cst:serviceFault" />
|
|
||||||
</message>
|
|
||||||
|
|
||||||
|
|
||||||
<portType name="omdsBrokerServicePortType">
|
|
||||||
|
|
||||||
<!-- Schaden -->
|
|
||||||
<operation name="declareNewClaimStatus">
|
|
||||||
<input name="DeclareNewClaimStatusRequestPort" message="os:DeclareNewClaimStatusRequestMsg" />
|
|
||||||
<output name="DeclareNewClaimStatusResponsePort" message="os:DeclareNewClaimStatusResponseMsg" />
|
|
||||||
<fault name="DeclareNewClaimStatusFault" message="os:BrokerServiceFaultMsg" />
|
|
||||||
</operation>
|
|
||||||
|
|
||||||
<operation name="lossEventRegistered">
|
|
||||||
<input name="LossEventRegisteredRequestPort" message="os:LossEventRegisteredRequestMsg" />
|
|
||||||
<output name="LossEventRegisteredResponsePort" message="os:LossEventRegisteredResponseMsg" />
|
|
||||||
<fault name="LossEventRegisteredFault" message="os:BrokerServiceFaultMsg" />
|
|
||||||
</operation>
|
|
||||||
</portType>
|
|
||||||
|
|
||||||
<binding name="omdsBrokerServicePortBinding" type="os:omdsBrokerServicePortType">
|
|
||||||
<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 -->
|
|
||||||
<wsp:PolicyReference URI="#OMDSUsernameTokenPolicy" xmlns:wsp="http://schemas.xmlsoap.org/ws/2004/09/policy"/>
|
|
||||||
|
|
||||||
<!-- Schaden -->
|
|
||||||
<operation name="declareNewClaimStatus">
|
|
||||||
<soap:operation soapAction="urn:declareNewClaimStatus" style="document" />
|
|
||||||
<input name="DeclareNewClaimStatusRequestPort">
|
|
||||||
<soap:body use="literal" />
|
|
||||||
</input>
|
|
||||||
<output name="DeclareNewClaimStatusResponsePort">
|
|
||||||
<soap:body use="literal" />
|
|
||||||
</output>
|
|
||||||
<fault name="DeclareNewClaimStatusFault">
|
|
||||||
<soap:fault name="DeclareNewClaimStatusFault" use="literal"/>
|
|
||||||
</fault>
|
|
||||||
</operation>
|
|
||||||
|
|
||||||
<operation name="lossEventRegistered">
|
|
||||||
<soap:operation soapAction="urn:lossEventRegistered" style="document" />
|
|
||||||
<input name="LossEventRegisteredRequestPort">
|
|
||||||
<soap:body use="literal" />
|
|
||||||
</input>
|
|
||||||
<output name="LossEventRegisteredResponsePort">
|
|
||||||
<soap:body use="literal" />
|
|
||||||
</output>
|
|
||||||
<fault name="LossEventRegisteredFault">
|
|
||||||
<soap:fault name="LossEventRegisteredFault" use="literal"/>
|
|
||||||
</fault>
|
|
||||||
</operation>
|
|
||||||
</binding>
|
|
||||||
|
|
||||||
<service name="omdsBrokerService">
|
|
||||||
<port name="omdsBrokerServicePort" binding="os:omdsBrokerServicePortBinding">
|
|
||||||
<soap:address location="http://localhost:80/omdsBrokerServicePort" />
|
|
||||||
</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:ExactlyOne>
|
|
||||||
<wsp:All>
|
|
||||||
<!-- Def HTTPS -->
|
|
||||||
<sp:TransportBinding>
|
|
||||||
<wsp:Policy>
|
|
||||||
<sp:TransportToken>
|
|
||||||
<wsp:Policy>
|
|
||||||
<sp:HttpsToken RequireClientCertificate="false"/>
|
|
||||||
</wsp:Policy>
|
|
||||||
</sp:TransportToken>
|
|
||||||
</wsp:Policy>
|
|
||||||
</sp:TransportBinding>
|
|
||||||
<!-- schreibe Username-Token mit Passwort-Digest (Hash) vor -->
|
|
||||||
<sp:SupportingTokens>
|
|
||||||
<wsp:Policy>
|
|
||||||
<sp:UsernameToken sp:IncludeToken="http://schemas.xmlsoap.org/ws/2005/07/securitypolicy/IncludeToken/AlwaysToRecipient">
|
|
||||||
<wsp:Policy>
|
|
||||||
<sp:HashPassword/>
|
|
||||||
</wsp:Policy>
|
|
||||||
</sp:UsernameToken>
|
|
||||||
</wsp:Policy>
|
|
||||||
</sp:SupportingTokens>
|
|
||||||
|
|
||||||
</wsp:All>
|
|
||||||
</wsp:ExactlyOne>
|
|
||||||
</wsp:Policy>
|
|
||||||
|
|
||||||
</definitions>
|
|
||||||
Reference in New Issue
Block a user