Noch einige Methoden im WSDL deklariert
This commit is contained in:
@@ -216,6 +216,28 @@
|
|||||||
<part name="parameters" element="ost:GetStatusChangesResponse" />
|
<part name="parameters" element="ost:GetStatusChangesResponse" />
|
||||||
</message>
|
</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>
|
||||||
|
<message name="CheckAddressResponseMsg">
|
||||||
|
<part name="parameters" element="p:CheckAddressResponse" />
|
||||||
|
</message>
|
||||||
|
<message name="GetPartnerRequestMsg">
|
||||||
|
<part name="parameters" element="p:GetPartnerRequest"/>
|
||||||
|
</message>
|
||||||
|
<message name="GetPartnerResponseMsg">
|
||||||
|
<part name="parameters" element="p:GetPartnerResponse" />
|
||||||
|
</message>
|
||||||
|
|
||||||
<message name="ChangePersonDataRequestMsg">
|
<message name="ChangePersonDataRequestMsg">
|
||||||
<part name="parameters" element="p:ChangePersonDataRequest"/>
|
<part name="parameters" element="p:ChangePersonDataRequest"/>
|
||||||
</message>
|
</message>
|
||||||
@@ -223,13 +245,21 @@
|
|||||||
<part name="parameters" element="p:ChangePersonDataResponse" />
|
<part name="parameters" element="p:ChangePersonDataResponse" />
|
||||||
</message>
|
</message>
|
||||||
|
|
||||||
<message name="ChangeAddressRequestMsg">
|
<message name="ChangePartnerMainAddressRequestMsg">
|
||||||
<part name="parameters" element="p:ChangePartnerMainAddressRequest"/>
|
<part name="parameters" element="p:ChangePartnerMainAddressRequest"/>
|
||||||
</message>
|
</message>
|
||||||
<message name="ChangeAddressResponseMsg">
|
<message name="ChangePartnerMainAddressResponseMsg">
|
||||||
<part name="parameters" element="p:ChangePartnerMainAddressResponse" />
|
<part name="parameters" element="p:ChangePartnerMainAddressResponse" />
|
||||||
</message>
|
</message>
|
||||||
|
|
||||||
|
<message name="SetMailingAddressRequestMsg">
|
||||||
|
<part name="parameters" element="v:SetMailingAddressRequest"/>
|
||||||
|
</message>
|
||||||
|
<message name="SetMailingAddressResponseMsg">
|
||||||
|
<part name="parameters" element="v:SetMailingAddressResponse" />
|
||||||
|
</message>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<message name="ChangeCommunicationObjectRequestMsg">
|
<message name="ChangeCommunicationObjectRequestMsg">
|
||||||
<part name="parameters" element="p:ChangeCommunicationObjectRequest"/>
|
<part name="parameters" element="p:ChangeCommunicationObjectRequest"/>
|
||||||
@@ -250,10 +280,10 @@
|
|||||||
<part name="parameters" element="p:CreateNewCommunicationObjectResponse" />
|
<part name="parameters" element="p:CreateNewCommunicationObjectResponse" />
|
||||||
</message>
|
</message>
|
||||||
|
|
||||||
<message name="ChangeBankingInformationRequestMsg">
|
<message name="CollectionChangeRequestMsg">
|
||||||
<part name="parameters" element="v:CollectionChangeRequest"/>
|
<part name="parameters" element="v:CollectionChangeRequest"/>
|
||||||
</message>
|
</message>
|
||||||
<message name="ChangeBankingInformationResponseMsg">
|
<message name="CollectionChangeResponseMsg">
|
||||||
<part name="parameters" element="v:CollectionChangeResponse" />
|
<part name="parameters" element="v:CollectionChangeResponse" />
|
||||||
</message>
|
</message>
|
||||||
|
|
||||||
@@ -416,16 +446,41 @@
|
|||||||
<!-- <fault name="DeleteFault" message="os:ServiceFaultMsg" /> -->
|
<!-- <fault name="DeleteFault" message="os:ServiceFaultMsg" /> -->
|
||||||
<!-- </operation> -->
|
<!-- </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">
|
<operation name="changePersonData">
|
||||||
<input name="ChangePersonDataRequestPort" message="os:ChangePersonDataRequestMsg" />
|
<input name="ChangePersonDataRequestPort" message="os:ChangePersonDataRequestMsg" />
|
||||||
<output name="ChangePersonDataResponsePort" message="os:ChangePersonDataResponseMsg" />
|
<output name="ChangePersonDataResponsePort" message="os:ChangePersonDataResponseMsg" />
|
||||||
<fault name="ChangePersonDataFault" message="os:ServiceFaultMsg" />
|
<fault name="ChangePersonDataFault" message="os:ServiceFaultMsg" />
|
||||||
</operation>
|
</operation>
|
||||||
|
|
||||||
<operation name="changeAddress">
|
<operation name="changePartnerMainAddress">
|
||||||
<input name="ChangeAddressRequestPort" message="os:ChangeAddressRequestMsg" />
|
<input name="ChangePartnerMainAddressRequestPort" message="os:ChangePartnerMainAddressRequestMsg" />
|
||||||
<output name="ChangeAddressResponsePort" message="os:ChangeAddressResponseMsg" />
|
<output name="ChangePartnerMainAddressResponsePort" message="os:ChangePartnerMainAddressResponseMsg" />
|
||||||
<fault name="ChangeAddressFault" message="os:ServiceFaultMsg" />
|
<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>
|
||||||
|
|
||||||
<operation name="changeCommunicationObject">
|
<operation name="changeCommunicationObject">
|
||||||
@@ -444,10 +499,10 @@
|
|||||||
<fault name="ChangeCommunicationObjectFault" message="os:ServiceFaultMsg" />
|
<fault name="ChangeCommunicationObjectFault" message="os:ServiceFaultMsg" />
|
||||||
</operation>
|
</operation>
|
||||||
|
|
||||||
<operation name="changeBankingInformation">
|
<operation name="collectionChange">
|
||||||
<input name="ChangeBankingInformationRequestPort" message="os:ChangeBankingInformationRequestMsg" />
|
<input name="CollectionChangeRequestPort" message="os:CollectionChangeRequestMsg" />
|
||||||
<output name="ChangeBankingInformationResponsePort" message="os:ChangeBankingInformationResponseMsg" />
|
<output name="CollectionChangeResponsePort" message="os:CollectionChangeResponseMsg" />
|
||||||
<fault name="ChangeBankingInformationFault" message="os:ServiceFaultMsg" />
|
<fault name="CollectionChangeFault" message="os:ServiceFaultMsg" />
|
||||||
</operation>
|
</operation>
|
||||||
|
|
||||||
|
|
||||||
@@ -819,6 +874,44 @@
|
|||||||
</operation>
|
</operation>
|
||||||
|
|
||||||
<!-- Personen Bestandsdaten Änderung -->
|
<!-- Personen Bestandsdaten Änderung -->
|
||||||
|
<operation name="getPoliciesOfPartner">
|
||||||
|
<soap:operation soapAction="urn:changePersonData" style="document" />
|
||||||
|
<input name="GetPoliciesOfPartnerRequestPort">
|
||||||
|
<soap:body use="literal" />
|
||||||
|
</input>
|
||||||
|
<output name="GetPoliciesOfPartnerResponsePort">
|
||||||
|
<soap:body use="literal" />
|
||||||
|
</output>
|
||||||
|
<fault name="GetPoliciesOfPartnerFault">
|
||||||
|
<soap:fault name="GetPoliciesOfPartnerFault" use="literal"/>
|
||||||
|
</fault>
|
||||||
|
</operation>
|
||||||
|
|
||||||
|
<operation name="checkAddress">
|
||||||
|
<soap:operation soapAction="urn:checkAddress" style="document" />
|
||||||
|
<input name="CheckAddressRequestPort">
|
||||||
|
<soap:body use="literal" />
|
||||||
|
</input>
|
||||||
|
<output name="CheckAddressResponsePort">
|
||||||
|
<soap:body use="literal" />
|
||||||
|
</output>
|
||||||
|
<fault name="CheckAddressFault">
|
||||||
|
<soap:fault name="CheckAddressFault" use="literal"/>
|
||||||
|
</fault>
|
||||||
|
</operation>
|
||||||
|
|
||||||
|
<operation name="getPartner">
|
||||||
|
<soap:operation soapAction="urn:getPartner" style="document" />
|
||||||
|
<input name="GetPartnerRequestPort">
|
||||||
|
<soap:body use="literal" />
|
||||||
|
</input>
|
||||||
|
<output name="GetPartnerResponsePort">
|
||||||
|
<soap:body use="literal" />
|
||||||
|
</output>
|
||||||
|
<fault name="GetPartnerFault">
|
||||||
|
<soap:fault name="GetPartnerFault" use="literal"/>
|
||||||
|
</fault>
|
||||||
|
</operation>
|
||||||
|
|
||||||
<operation name="changePersonData">
|
<operation name="changePersonData">
|
||||||
<soap:operation soapAction="urn:changePersonData" style="document" />
|
<soap:operation soapAction="urn:changePersonData" style="document" />
|
||||||
@@ -833,19 +926,31 @@
|
|||||||
</fault>
|
</fault>
|
||||||
</operation>
|
</operation>
|
||||||
|
|
||||||
<operation name="changeAddress">
|
<operation name="changePartnerMainAddress">
|
||||||
<soap:operation soapAction="urn:changePersonData" style="document" />
|
<soap:operation soapAction="urn:changePersonData" style="document" />
|
||||||
<input name="ChangeAddressRequestPort">
|
<input name="ChangePartnerMainAddressRequestPort">
|
||||||
<soap:body use="literal" />
|
<soap:body use="literal" />
|
||||||
</input>
|
</input>
|
||||||
<output name="ChangeAddressResponsePort">
|
<output name="ChangePartnerMainAddressResponsePort">
|
||||||
<soap:body use="literal" />
|
<soap:body use="literal" />
|
||||||
</output>
|
</output>
|
||||||
<fault name="ChangeAddressFault">
|
<fault name="ChangePartnerMainAddressFault">
|
||||||
<soap:fault name="ChangeAddressFault" use="literal"/>
|
<soap:fault name="ChangeAddressFault" use="literal"/>
|
||||||
</fault>
|
</fault>
|
||||||
</operation>
|
</operation>
|
||||||
|
|
||||||
|
<operation name="setMailingAddress">
|
||||||
|
<soap:operation soapAction="urn:changePersonData" style="document" />
|
||||||
|
<input name="SetMailingAddressRequestPort">
|
||||||
|
<soap:body use="literal" />
|
||||||
|
</input>
|
||||||
|
<output name="SetMailingAddressResponsePort">
|
||||||
|
<soap:body use="literal" />
|
||||||
|
</output>
|
||||||
|
<fault name="SetMailingAddressFault">
|
||||||
|
<soap:fault name="SetMailingAddressFault" use="literal"/>
|
||||||
|
</fault>
|
||||||
|
</operation>
|
||||||
|
|
||||||
|
|
||||||
<operation name="changeCommunicationObject">
|
<operation name="changeCommunicationObject">
|
||||||
@@ -885,16 +990,16 @@
|
|||||||
</fault>
|
</fault>
|
||||||
</operation>
|
</operation>
|
||||||
|
|
||||||
<operation name="changeBankingInformation">
|
<operation name="collectionChange">
|
||||||
<soap:operation soapAction="urn:changePersonData" style="document" />
|
<soap:operation soapAction="urn:collectionChange" style="document" />
|
||||||
<input name="ChangeBankingInformationRequestPort">
|
<input name="CollectionChangeRequestPort">
|
||||||
<soap:body use="literal" />
|
<soap:body use="literal" />
|
||||||
</input>
|
</input>
|
||||||
<output name="ChangeBankingInformationResponsePort">
|
<output name="CollectionChangeResponsePort">
|
||||||
<soap:body use="literal" />
|
<soap:body use="literal" />
|
||||||
</output>
|
</output>
|
||||||
<fault name="ChangeBankingInformationFault">
|
<fault name="CollectionChangeFault">
|
||||||
<soap:fault name="ChangeBankingInformationFault" use="literal"/>
|
<soap:fault name="CollectionChangeFault" use="literal"/>
|
||||||
</fault>
|
</fault>
|
||||||
</operation>
|
</operation>
|
||||||
|
|
||||||
|
|||||||
@@ -1,8 +1,5 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<xsd:schema xmlns="urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common"
|
<xsd:schema xmlns="urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common" 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" targetNamespace="urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common" elementFormDefault="qualified" attributeFormDefault="qualified" version="1.3.0">
|
||||||
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"
|
|
||||||
targetNamespace="urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common" elementFormDefault="qualified" attributeFormDefault="qualified" version="1.3.0">
|
|
||||||
<xsd:import namespace="urn:omds20" schemaLocation="omds29-00.xsd"/>
|
<xsd:import namespace="urn:omds20" schemaLocation="omds29-00.xsd"/>
|
||||||
<xsd:import namespace="urn:omds3CommonServiceTypes-1-1-0" schemaLocation="omds3CommonServiceTypes.xsd"/>
|
<xsd:import namespace="urn:omds3CommonServiceTypes-1-1-0" schemaLocation="omds3CommonServiceTypes.xsd"/>
|
||||||
<xsd:import namespace="urn:omds3ServiceTypes-1-1-0" schemaLocation="omds3ServiceTypes.xsd"/>
|
<xsd:import namespace="urn:omds3ServiceTypes-1-1-0" schemaLocation="omds3ServiceTypes.xsd"/>
|
||||||
@@ -13,6 +10,11 @@ targetNamespace="urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common" eleme
|
|||||||
</xsd:annotation>
|
</xsd:annotation>
|
||||||
<xsd:sequence>
|
<xsd:sequence>
|
||||||
<xsd:element ref="cst:ObjektId"/>
|
<xsd:element ref="cst:ObjektId"/>
|
||||||
|
<xsd:element name="Versicherungsnehmer" type="xsd:unsignedShort" minOccurs="0">
|
||||||
|
<xsd:annotation>
|
||||||
|
<xsd:documentation>Referenz auf die Person, die als Versicherungsnehmer fungiert. </xsd:documentation>
|
||||||
|
</xsd:annotation>
|
||||||
|
</xsd:element>
|
||||||
</xsd:sequence>
|
</xsd:sequence>
|
||||||
</xsd:complexType>
|
</xsd:complexType>
|
||||||
<xsd:complexType name="SpezAnfrageOffert_Type" abstract="true">
|
<xsd:complexType name="SpezAnfrageOffert_Type" abstract="true">
|
||||||
|
|||||||
@@ -1,9 +1,5 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<xsd:schema xmlns="urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.kfz" xmlns:xsd="http://www.w3.org/2001/XMLSchema"
|
<xsd:schema xmlns="urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.kfz" 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.kfz" elementFormDefault="qualified" attributeFormDefault="qualified" version="1.3.0">
|
||||||
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.kfz"
|
|
||||||
elementFormDefault="qualified" attributeFormDefault="qualified" version="1.3.0">
|
|
||||||
<xsd:import namespace="urn:omds20" schemaLocation="omds29-00.xsd"/>
|
<xsd:import namespace="urn:omds20" schemaLocation="omds29-00.xsd"/>
|
||||||
<xsd:import namespace="urn:omds3CommonServiceTypes-1-1-0" schemaLocation="omds3CommonServiceTypes.xsd"/>
|
<xsd:import namespace="urn:omds3CommonServiceTypes-1-1-0" schemaLocation="omds3CommonServiceTypes.xsd"/>
|
||||||
<xsd:import namespace="urn:omds3ServiceTypes-1-1-0" schemaLocation="omds3ServiceTypes.xsd"/>
|
<xsd:import namespace="urn:omds3ServiceTypes-1-1-0" schemaLocation="omds3ServiceTypes.xsd"/>
|
||||||
|
|||||||
@@ -82,6 +82,16 @@
|
|||||||
</xsd:extension>
|
</xsd:extension>
|
||||||
</xsd:complexContent>
|
</xsd:complexContent>
|
||||||
</xsd:complexType>
|
</xsd:complexType>
|
||||||
|
<xsd:element name="SetMailingAddressRequest" type="SetMailingAddressRequest_Type">
|
||||||
|
<xsd:annotation>
|
||||||
|
<xsd:documentation>Requestobjekt für das Setzen einer Zustelladresse</xsd:documentation>
|
||||||
|
</xsd:annotation>
|
||||||
|
</xsd:element>
|
||||||
|
<xsd:element name="SetMailingAddressResponse" type="SetMailingAddressResponse_Type">
|
||||||
|
<xsd:annotation>
|
||||||
|
<xsd:documentation>Responseobjekt für das Setzen einer Zustelladresse</xsd:documentation>
|
||||||
|
</xsd:annotation>
|
||||||
|
</xsd:element>
|
||||||
<xsd:element name="CollectionChangeRequest" type="CollectionChangeRequest_Type">
|
<xsd:element name="CollectionChangeRequest" type="CollectionChangeRequest_Type">
|
||||||
<xsd:annotation>
|
<xsd:annotation>
|
||||||
<xsd:documentation>Requestobjekt für die Änderungen von Inkassodaten</xsd:documentation>
|
<xsd:documentation>Requestobjekt für die Änderungen von Inkassodaten</xsd:documentation>
|
||||||
|
|||||||
@@ -39,9 +39,19 @@
|
|||||||
<xsd:documentation>Response um aktuelle Partnerdaten zu beziehen</xsd:documentation>
|
<xsd:documentation>Response um aktuelle Partnerdaten zu beziehen</xsd:documentation>
|
||||||
</xsd:annotation>
|
</xsd:annotation>
|
||||||
</xsd:element>
|
</xsd:element>
|
||||||
|
<xsd:element name="CheckAddressRequest" type="CheckAddressRequest_Type">
|
||||||
|
<xsd:annotation>
|
||||||
|
<xsd:documentation>Request bei der Überprüfung einer Adresse</xsd:documentation>
|
||||||
|
</xsd:annotation>
|
||||||
|
</xsd:element>
|
||||||
|
<xsd:element name="CheckAddressResponse" type="CheckAddressResponse_Type">
|
||||||
|
<xsd:annotation>
|
||||||
|
<xsd:documentation>Response bei der Überprüfung einer Adresse</xsd:documentation>
|
||||||
|
</xsd:annotation>
|
||||||
|
</xsd:element>
|
||||||
<xsd:complexType name="CheckAddressRequest_Type">
|
<xsd:complexType name="CheckAddressRequest_Type">
|
||||||
<xsd:annotation>
|
<xsd:annotation>
|
||||||
<xsd:documentation>Request um eine Adresse zu ueberprüfen</xsd:documentation>
|
<xsd:documentation>Requesttyp um eine Adresse zu ueberprüfen</xsd:documentation>
|
||||||
</xsd:annotation>
|
</xsd:annotation>
|
||||||
<xsd:complexContent>
|
<xsd:complexContent>
|
||||||
<xsd:extension base="cst:CommonRequest_Type">
|
<xsd:extension base="cst:CommonRequest_Type">
|
||||||
@@ -53,7 +63,7 @@
|
|||||||
</xsd:complexType>
|
</xsd:complexType>
|
||||||
<xsd:complexType name="CheckAddressResponse_Type">
|
<xsd:complexType name="CheckAddressResponse_Type">
|
||||||
<xsd:annotation>
|
<xsd:annotation>
|
||||||
<xsd:documentation>Response der Überprüfung einer Adresse</xsd:documentation>
|
<xsd:documentation>Responsetyp der Überprüfung einer Adresse</xsd:documentation>
|
||||||
</xsd:annotation>
|
</xsd:annotation>
|
||||||
<xsd:complexContent>
|
<xsd:complexContent>
|
||||||
<xsd:extension base="cst:CommonResponse_Type">
|
<xsd:extension base="cst:CommonResponse_Type">
|
||||||
|
|||||||
Reference in New Issue
Block a user