GeschäftsfallLog auf Basis von GetStateChanges, Beispiele angepasst, Dokumentation angepasst
This commit is contained in:
Binary file not shown.
Binary file not shown.
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<GetBusinessProcessEventsResponse xmlns:cst="urn:omds3CommonServiceTypes-1-1-0"
|
||||
<GetStateChangesResponse xmlns:cst="urn:omds3CommonServiceTypes-1-1-0"
|
||||
xmlns = "urn:at.vvo.omds.types.omds3types.v1-3-0.on1basisfunktionen"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="urn:at.vvo.omds.types.omds3types.v1-3-0.on1basisfunktionen ../../omds3_ON1_Basisfunktionen.xsd
|
||||
@@ -8,7 +8,10 @@
|
||||
<cst:KorrelationsId>234234234343523423</cst:KorrelationsId>
|
||||
<cst:Ergebnis>OK</cst:Ergebnis>
|
||||
</cst:Status>
|
||||
<Event>
|
||||
<cst:ActualOffset>0</cst:ActualOffset>
|
||||
<cst:ActualMaxResults>100</cst:ActualMaxResults>
|
||||
<cst:TotalResults>1</cst:TotalResults>
|
||||
<Event xsi:type="GeschaeftsfallEreignis_Type" >
|
||||
<Id>442344231</Id><!-- optional -->
|
||||
<Vermnr>234242345</Vermnr>
|
||||
<Geschaeftsfallnummer>G4723448239472348</Geschaeftsfallnummer>
|
||||
@@ -30,7 +33,7 @@
|
||||
</Dokument>
|
||||
</Objekt>
|
||||
</Event>
|
||||
</GetBusinessProcessEventsResponse>
|
||||
</GetStateChangesResponse>
|
||||
|
||||
<!--
|
||||
Anmerkungen
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<GetBusinessProcessEventsResponse xmlns:cst="urn:omds3CommonServiceTypes-1-1-0"
|
||||
<GetStateChangesResponse xmlns:cst="urn:omds3CommonServiceTypes-1-1-0"
|
||||
xmlns = "urn:at.vvo.omds.types.omds3types.v1-3-0.on1basisfunktionen"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="urn:at.vvo.omds.types.omds3types.v1-3-0.on1basisfunktionen ../../omds3_ON1_Basisfunktionen.xsd
|
||||
@@ -8,7 +8,10 @@
|
||||
<cst:KorrelationsId>2342342343435232342</cst:KorrelationsId><!-- geaendert -->
|
||||
<cst:Ergebnis>OK</cst:Ergebnis>
|
||||
</cst:Status>
|
||||
<Event>
|
||||
<cst:ActualOffset>0</cst:ActualOffset>
|
||||
<cst:ActualMaxResults>100</cst:ActualMaxResults>
|
||||
<cst:TotalResults>1</cst:TotalResults>
|
||||
<Event xsi:type="GeschaeftsfallEreignis_Type" >
|
||||
<Vermnr>234242345</Vermnr>
|
||||
<Geschaeftsfallnummer>G4723448239472348</Geschaeftsfallnummer><!-- bleibt gleich -->
|
||||
<GeschaeftsfallArt>NEU</GeschaeftsfallArt><!-- NEU steht für Neuantrag, bleibt gleich -->
|
||||
@@ -29,4 +32,4 @@
|
||||
</Dokument>
|
||||
</Objekt>
|
||||
</Event>
|
||||
</GetBusinessProcessEventsResponse>
|
||||
</GetStateChangesResponse>
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!-- Submit Application startet Verarbeitung des Antrags -->
|
||||
|
||||
<GetBusinessProcessEventsResponse xmlns:cst="urn:omds3CommonServiceTypes-1-1-0"
|
||||
<GetStateChangesResponse xmlns:cst="urn:omds3CommonServiceTypes-1-1-0"
|
||||
xmlns = "urn:at.vvo.omds.types.omds3types.v1-3-0.on1basisfunktionen"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="urn:at.vvo.omds.types.omds3types.v1-3-0.on1basisfunktionen ../../omds3_ON1_Basisfunktionen.xsd
|
||||
@@ -10,7 +10,10 @@
|
||||
<cst:KorrelationsId>2342342343435232333</cst:KorrelationsId><!-- geaendert -->
|
||||
<cst:Ergebnis>OK</cst:Ergebnis>
|
||||
</cst:Status>
|
||||
<Event>
|
||||
<cst:ActualOffset>0</cst:ActualOffset>
|
||||
<cst:ActualMaxResults>100</cst:ActualMaxResults>
|
||||
<cst:TotalResults>1</cst:TotalResults>
|
||||
<Event xsi:type="GeschaeftsfallEreignis_Type" >
|
||||
<Vermnr>234242345</Vermnr>
|
||||
<Geschaeftsfallnummer>G4723448239472348</Geschaeftsfallnummer><!-- bleibt gleich -->
|
||||
<GeschaeftsfallArt>NEU</GeschaeftsfallArt><!-- NEU steht für Neuantrag, bleibt gleich -->
|
||||
@@ -28,4 +31,4 @@
|
||||
<!-- es gibt kein Dokument zu diesem Event -->
|
||||
</Objekt>
|
||||
</Event>
|
||||
</GetBusinessProcessEventsResponse>
|
||||
</GetStateChangesResponse>
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
<!-- Antrag wird in der Verarbeitung ausgesteuert -->
|
||||
|
||||
<GetBusinessProcessEventsResponse xmlns:cst="urn:omds3CommonServiceTypes-1-1-0"
|
||||
<GetStateChangesResponse xmlns:cst="urn:omds3CommonServiceTypes-1-1-0"
|
||||
xmlns = "urn:at.vvo.omds.types.omds3types.v1-3-0.on1basisfunktionen"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="urn:at.vvo.omds.types.omds3types.v1-3-0.on1basisfunktionen ../../omds3_ON1_Basisfunktionen.xsd
|
||||
@@ -11,7 +11,10 @@
|
||||
<cst:KorrelationsId>2342342343435232333</cst:KorrelationsId><!-- geaendert -->
|
||||
<cst:Ergebnis>OK</cst:Ergebnis>
|
||||
</cst:Status>
|
||||
<Event>
|
||||
<cst:ActualOffset>0</cst:ActualOffset>
|
||||
<cst:ActualMaxResults>100</cst:ActualMaxResults>
|
||||
<cst:TotalResults>1</cst:TotalResults>
|
||||
<Event xsi:type="GeschaeftsfallEreignis_Type" >
|
||||
<Vermnr>234242345</Vermnr>
|
||||
<Geschaeftsfallnummer>G4723448239472348</Geschaeftsfallnummer><!-- bleibt gleich -->
|
||||
<GeschaeftsfallArt>NEU</GeschaeftsfallArt><!-- NEU steht für Neuantrag, bleibt gleich -->
|
||||
@@ -30,4 +33,4 @@
|
||||
<!-- es gibt kein Dokument zu diesem Event -->
|
||||
</Objekt>
|
||||
</Event>
|
||||
</GetBusinessProcessEventsResponse>
|
||||
</GetStateChangesResponse>
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
<!-- Antrag löst eine Rückfrage aus -->
|
||||
|
||||
<GetBusinessProcessEventsResponse xmlns:cst="urn:omds3CommonServiceTypes-1-1-0"
|
||||
<GetStateChangesResponse xmlns:cst="urn:omds3CommonServiceTypes-1-1-0"
|
||||
xmlns = "urn:at.vvo.omds.types.omds3types.v1-3-0.on1basisfunktionen"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="urn:at.vvo.omds.types.omds3types.v1-3-0.on1basisfunktionen ../../omds3_ON1_Basisfunktionen.xsd
|
||||
@@ -11,7 +11,10 @@
|
||||
<cst:KorrelationsId>2342342343435232333</cst:KorrelationsId><!-- geaendert -->
|
||||
<cst:Ergebnis>OK</cst:Ergebnis>
|
||||
</cst:Status>
|
||||
<Event>
|
||||
<cst:ActualOffset>0</cst:ActualOffset>
|
||||
<cst:ActualMaxResults>100</cst:ActualMaxResults>
|
||||
<cst:TotalResults>1</cst:TotalResults>
|
||||
<Event xsi:type="GeschaeftsfallEreignis_Type" >
|
||||
<Vermnr>234242345</Vermnr>
|
||||
<Geschaeftsfallnummer>G4723448239472348</Geschaeftsfallnummer><!-- bleibt gleich -->
|
||||
<GeschaeftsfallArt>NEU</GeschaeftsfallArt><!-- NEU steht für Neuantrag, bleibt gleich -->
|
||||
@@ -32,4 +35,4 @@
|
||||
</Objekt>
|
||||
|
||||
</Event>
|
||||
</GetBusinessProcessEventsResponse>
|
||||
</GetStateChangesResponse>
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!-- Polizzierung erfolgt -->
|
||||
<GetBusinessProcessEventsResponse xmlns:cst="urn:omds3CommonServiceTypes-1-1-0"
|
||||
<GetStateChangesResponse xmlns:cst="urn:omds3CommonServiceTypes-1-1-0"
|
||||
xmlns = "urn:at.vvo.omds.types.omds3types.v1-3-0.on1basisfunktionen"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="urn:at.vvo.omds.types.omds3types.v1-3-0.on1basisfunktionen ../../omds3_ON1_Basisfunktionen.xsd
|
||||
@@ -9,7 +9,10 @@
|
||||
<cst:KorrelationsId>234234234386675468</cst:KorrelationsId><!-- geaendert -->
|
||||
<cst:Ergebnis>OK</cst:Ergebnis>
|
||||
</cst:Status>
|
||||
<Event>
|
||||
<cst:ActualOffset>0</cst:ActualOffset>
|
||||
<cst:ActualMaxResults>100</cst:ActualMaxResults>
|
||||
<cst:TotalResults>1</cst:TotalResults>
|
||||
<Event xsi:type="GeschaeftsfallEreignis_Type" >
|
||||
<Vermnr>234242345</Vermnr>
|
||||
<Geschaeftsfallnummer>G4723448239472348</Geschaeftsfallnummer><!-- bleibt gleich -->
|
||||
<GeschaeftsfallArt>NEU</GeschaeftsfallArt><!-- NEU steht für Neuantrag, bleibt gleich -->
|
||||
@@ -41,4 +44,4 @@
|
||||
</Dokument>
|
||||
</Objekt>
|
||||
</Event>
|
||||
</GetBusinessProcessEventsResponse>
|
||||
</GetStateChangesResponse>
|
||||
|
||||
@@ -686,9 +686,10 @@
|
||||
<xsd:documentation>Grundsätzliche Art der Änderung</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
<xsd:restriction base="xsd:string">
|
||||
<xsd:enumeration value="neu"/>
|
||||
<xsd:enumeration value="aendern"/>
|
||||
<xsd:enumeration value="löschen"/>
|
||||
<xsd:enumeration value="NEW"/>
|
||||
<xsd:enumeration value="UPDATE"/>
|
||||
<xsd:enumeration value="DELETE"/>
|
||||
<xsd:enumeration value="UNCHANGED"/>
|
||||
</xsd:restriction>
|
||||
</xsd:simpleType>
|
||||
<xsd:complexType name="Adresse_Type">
|
||||
@@ -2352,7 +2353,7 @@
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>Arten von Geschaeftsfällen</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
<xsd:union memberTypes="omds:AendGrundCd_Type xsd:string"/>
|
||||
<xsd:union memberTypes="xsd:string omds:AendGrundCd_Type omds:BearbStandCd_Type"/>
|
||||
</xsd:simpleType>
|
||||
<xsd:complexType name="DokumentInfo_Type">
|
||||
<xsd:annotation>
|
||||
|
||||
Reference in New Issue
Block a user