Ergänzung 1.5 Allgemeiner GeVo-Status-Service
This commit is contained in:
Binary file not shown.
@@ -2624,6 +2624,44 @@
|
||||
</xsd:extension>
|
||||
</xsd:complexContent>
|
||||
</xsd:complexType>
|
||||
<xsd:complexType name="GetApplicationsRequestMsg_Type">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>Typ des Requestobjektes um Geschäftsfalle abzuholen</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
<xsd:complexContent>
|
||||
<xsd:extension base="omdsc:CommonRequest_Type">
|
||||
<xsd:sequence>
|
||||
<xsd:element name="GeschaeftsfallId" minOccurs="0">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>Eindeutige ID des Geschäftsfalles</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element name="Von" type="omds:Datum-Zeit" minOccurs="0">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>Einschränkung Suche Datum von</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element name="Bis" type="omds:Datum-Zeit" minOccurs="0">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>Einschränkung Suche Datum bis</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
</xsd:sequence>
|
||||
</xsd:extension>
|
||||
</xsd:complexContent>
|
||||
</xsd:complexType>
|
||||
<xsd:complexType name="GetApplicationsResponseMsg_Type">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>Typ des Responseobjektes um Geschäftsfalle abzuholen</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
<xsd:complexContent>
|
||||
<xsd:extension base="omdsc:CommonRequest_Type">
|
||||
<xsd:sequence>
|
||||
<xsd:element name="Verkaufsprodukte" type="omdsc:Verkaufsprodukt_Type" minOccurs="0" maxOccurs="unbounded"/>
|
||||
</xsd:sequence>
|
||||
</xsd:extension>
|
||||
</xsd:complexContent>
|
||||
</xsd:complexType>
|
||||
<xsd:complexType name="SubmitApplicationKfzRequest_Type">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>Typ des Requestobjekts für eine Antragseinreichung Kfz</xsd:documentation>
|
||||
@@ -2689,6 +2727,16 @@
|
||||
<xsd:documentation>Responseobjekt fuer die Antragseinreichung Kfz</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element name="GetApplicationsRequest" type="GetApplicationsRequestMsg_Type">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>Requestobjekt fuer die Abfrage von Antraegen</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element name="GetApplicationsResponse" type="GetApplicationsResponseMsg_Type">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>Responseobjekt fuer die Abfrage von Antraegen</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element name="FahrzeugRefLfdNr" type="xsd:unsignedShort">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>Refernziert auf ein Versichertes Fahrzeug über die laufende Nummer
|
||||
|
||||
@@ -195,7 +195,12 @@
|
||||
<message name="SubmitApplicationKfzResponseMsg">
|
||||
<part name="parameters" element="ost:SubmitApplicationKfzResponse" />
|
||||
</message>
|
||||
|
||||
<message name="GetApplicationsRequestMsg">
|
||||
<part name="parameters" element="ost:GetApplicationsRequest"/>
|
||||
</message>
|
||||
<message name="GetApplicationsResponseMsg">
|
||||
<part name="parameters" element="ost:GetApplicationsResponse" />
|
||||
</message>
|
||||
|
||||
|
||||
<!-- Fehler -->
|
||||
@@ -344,7 +349,11 @@
|
||||
<output name="SubmitApplicationResponsePort" message="os:SubmitApplicationKfzResponseMsg" />
|
||||
<fault name="SubmitApplicationKfzFault" message="os:ServiceFaultMsg" />
|
||||
</operation>
|
||||
|
||||
<operation name="getApplications">
|
||||
<input name="GetApplicationsRequestPort" message="os:GetApplicationsRequestMsg" />
|
||||
<output name="GetApplicationsResponsePort" message="os:GetApplicationsResponseMsg" />
|
||||
<fault name="GetApplicationsFault" message="os:ServiceFaultMsg" />
|
||||
</operation>
|
||||
</portType>
|
||||
|
||||
<binding name="omdsServicePortBinding" type="os:omdsServicePortType">
|
||||
@@ -687,7 +696,18 @@
|
||||
</fault>
|
||||
</operation>
|
||||
|
||||
|
||||
<operation name="getApplications">
|
||||
<soap:operation soapAction="urn:getApplications" style="document" />
|
||||
<input name="GetApplicationsRequestPort">
|
||||
<soap:body use="literal" />
|
||||
</input>
|
||||
<output name="GetApplicationsResponsePort">
|
||||
<soap:body use="literal" />
|
||||
</output>
|
||||
<fault name="GetApplicationsFault">
|
||||
<soap:fault name="GetApplicationsFault" use="literal"/>
|
||||
</fault>
|
||||
</operation>
|
||||
|
||||
</binding>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user