Code generiert wieder
This commit is contained in:
@@ -27,4 +27,9 @@ enthalten ist:
|
||||
OmdsService ss = new OmdsService(wsdlURL, SERVICE_NAME);
|
||||
OmdsServicePortType port = ss.getOmdsServicePort(new MTOMFeature(1024));
|
||||
|
||||
|
||||
# Fehlersuche
|
||||
* Wenn Bindings-Files fehlen, z.B. nicht im Pom deklariert sind, werden die Klassen zwar generiert,
|
||||
aber der Pfad erscheint falsch, z.B. als _0._1._1
|
||||
* Wenn die X-Path-Ausdrücke in den Binding-Files versagen wird im Log nur eine Warnung ausgegeben,
|
||||
die Generierung scheitert aber.
|
||||
*
|
||||
|
||||
@@ -13,7 +13,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs
|
||||
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
|
||||
|
||||
<maven.build.timestamp.format>yyyyMMdd</maven.build.timestamp.format>
|
||||
<timestamp>${maven.build.timestamp}</timestamp>
|
||||
<timestamp>${maven.build.timestamp}</timestamp>
|
||||
|
||||
<wsdl.name>omds3Services.wsdl</wsdl.name>
|
||||
<bindings.location.rel>/src/main/resources/bind/${currentReleaseDir}</bindings.location.rel>
|
||||
|
||||
@@ -182,7 +182,7 @@ xmlns:xsd="http://www.w3.org/2001/XMLSchema">
|
||||
<part name="param" element="sch:SubmitReceiptResponse" />
|
||||
</message>
|
||||
|
||||
<!-- Kraftfahrt -->
|
||||
<!-- Kraftfahrt
|
||||
<message name="CalculateKfzRequestMsg">
|
||||
<part name="param" element="boak:CalculateKfzRequest"/>
|
||||
</message>
|
||||
@@ -212,9 +212,9 @@ xmlns:xsd="http://www.w3.org/2001/XMLSchema">
|
||||
</message>
|
||||
<message name="CreateVBResponseMsg">
|
||||
<part name="param" element="boak:CreateVBResponse"/>
|
||||
</message>
|
||||
</message>-->
|
||||
|
||||
<!-- SachPrivat -->
|
||||
<!-- SachPrivat
|
||||
<message name="CalculateSachPrivatRequestMsg">
|
||||
<part name="param" element="boaSp:CalculateSachPrivatRequest"/>
|
||||
</message>
|
||||
@@ -238,9 +238,9 @@ xmlns:xsd="http://www.w3.org/2001/XMLSchema">
|
||||
</message>
|
||||
<message name="SubmitApplicationSachPrivatResponseMsg">
|
||||
<part name="param" element="boaSp:SubmitApplicationSachPrivatResponse"/>
|
||||
</message>
|
||||
</message> -->
|
||||
|
||||
<!-- Rechtsschutz -->
|
||||
<!-- Rechtsschutz
|
||||
<message name="CalculateRechtsschutzRequestMsg">
|
||||
<part name="param" element="boaRs:CalculateRechtsschutzRequest"/>
|
||||
</message>
|
||||
@@ -264,9 +264,9 @@ xmlns:xsd="http://www.w3.org/2001/XMLSchema">
|
||||
</message>
|
||||
<message name="SubmitApplicationRechtsschutzResponseMsg">
|
||||
<part name="param" element="boaRs:SubmitApplicationRechtsschutzResponse"/>
|
||||
</message>
|
||||
</message> -->
|
||||
|
||||
<!-- Unfall -->
|
||||
<!-- Unfall
|
||||
<message name="CalculateUnfallRequestMsg">
|
||||
<part name="param" element="boaU:CalculateUnfallRequest"/>
|
||||
</message>
|
||||
@@ -290,9 +290,9 @@ xmlns:xsd="http://www.w3.org/2001/XMLSchema">
|
||||
</message>
|
||||
<message name="SubmitApplicationUnfallResponseMsg">
|
||||
<part name="param" element="boaU:SubmitApplicationUnfallResponse"/>
|
||||
</message>
|
||||
</message>-->
|
||||
|
||||
<!-- Kranken -->
|
||||
<!-- Kranken
|
||||
<message name="CalculateKrankenRequestMsg">
|
||||
<part name="param" element="boaKr:CalculateKrankenRequest"/>
|
||||
</message>
|
||||
@@ -316,9 +316,9 @@ xmlns:xsd="http://www.w3.org/2001/XMLSchema">
|
||||
</message>
|
||||
<message name="SubmitApplicationKrankenResponseMsg">
|
||||
<part name="param" element="boaKr:SubmitApplicationKrankenResponse"/>
|
||||
</message>
|
||||
</message>-->
|
||||
|
||||
<!-- Leben -->
|
||||
<!-- Leben
|
||||
<message name="CalculateLebenRequestMsg">
|
||||
<part name="param" element="boaL:CalculateLebenRequest"/>
|
||||
</message>
|
||||
@@ -342,15 +342,15 @@ xmlns:xsd="http://www.w3.org/2001/XMLSchema">
|
||||
</message>
|
||||
<message name="SubmitApplicationLebenResponseMsg">
|
||||
<part name="param" element="boaL:SubmitApplicationLebenResponse"/>
|
||||
</message>
|
||||
</message>-->
|
||||
|
||||
<!-- State-Changes z.B. Polizzierung -->
|
||||
<!-- State-Changes z.B. Polizzierung
|
||||
<message name="GetStateChangesRequestMsg">
|
||||
<part name="param" element="b:GetStateChangesRequest"/>
|
||||
<part name="param" element="b:GetBusinessProcessEventsRequest"/>
|
||||
</message>
|
||||
<message name="GetStateChangesResponseMsg">
|
||||
<part name="param" element="b:GetStateChangesResponse"/>
|
||||
</message>
|
||||
<part name="param" element="b:GetBusinessProcessEventsRequest"/>
|
||||
</message> -->
|
||||
|
||||
<!-- Fehler -->
|
||||
<message name="ServiceFaultMsg">
|
||||
@@ -360,11 +360,11 @@ xmlns:xsd="http://www.w3.org/2001/XMLSchema">
|
||||
|
||||
<portType name="omdsServicePortType">
|
||||
|
||||
<operation name="login">
|
||||
<operation name="login">
|
||||
<input name="loginRequest" message="os:loginRequest" />
|
||||
<output name="loginResponse" message="os:loginResponse" />
|
||||
<fault name="loginFault" message="os:ServiceFaultMsg" />
|
||||
</operation>
|
||||
<fault name="loginFault" message="os:ServiceFaultMsg" />
|
||||
</operation>
|
||||
|
||||
<operation name="getUserData">
|
||||
<input name="getUserDataRequest" message="os:getUserDataRequest" />
|
||||
@@ -484,7 +484,7 @@ xmlns:xsd="http://www.w3.org/2001/XMLSchema">
|
||||
<fault name="SubmitReceiptFault" message="os:ServiceFaultMsg" />
|
||||
</operation>
|
||||
|
||||
|
||||
<!--
|
||||
<operation name="calculateKfz">
|
||||
<input name="CalculateKfzRequestPort" message="os:CalculateKfzRequestMsg"/>
|
||||
<output name="CalculateKfzResponsePort" message="os:CalculateKfzResponseMsg"/>
|
||||
@@ -616,12 +616,13 @@ xmlns:xsd="http://www.w3.org/2001/XMLSchema">
|
||||
<fault name="SubmitApplicationLebenFault" message="os:ServiceFaultMsg"/>
|
||||
</operation>
|
||||
|
||||
|
||||
<operation name="getStateChanges">
|
||||
<input name="GetStateChangesRequestPort" message="os:GetStateChangesRequestMsg"/>
|
||||
<output name="GetStateChangesResponsePort" message="os:GetStateChangesResponseMsg"/>
|
||||
<fault name="GetStateChangesFault" message="os:ServiceFaultMsg"/>
|
||||
</operation>
|
||||
|
||||
-->
|
||||
</portType>
|
||||
|
||||
<binding name="omdsServicePortBinding" type="os:omdsServicePortType">
|
||||
@@ -860,6 +861,7 @@ xmlns:xsd="http://www.w3.org/2001/XMLSchema">
|
||||
</fault>
|
||||
</operation>
|
||||
|
||||
<!--
|
||||
<operation name="addInformationToClaim">
|
||||
<soap:operation soapAction="urn:addInformationToClaim" style="document" />
|
||||
<input name="AddInformationToClaimRequestPort">
|
||||
@@ -871,7 +873,7 @@ xmlns:xsd="http://www.w3.org/2001/XMLSchema">
|
||||
<fault name="AddInformationToClaimFault">
|
||||
<soap:fault name="AddInformationToClaimFault" use="literal"/>
|
||||
</fault>
|
||||
</operation>
|
||||
</operation> -->
|
||||
|
||||
<operation name="getClaim">
|
||||
<soap:operation soapAction="urn:getClaim" style="document" />
|
||||
@@ -925,7 +927,7 @@ xmlns:xsd="http://www.w3.org/2001/XMLSchema">
|
||||
</fault>
|
||||
</operation>
|
||||
|
||||
<!-- KFZ -->
|
||||
<!-- KFZ
|
||||
<operation name="calculateKfz">
|
||||
<soap:operation soapAction="urn:calculateKfz" style="document"/>
|
||||
<input name="CalculateKfzRequestPort">
|
||||
@@ -985,9 +987,9 @@ xmlns:xsd="http://www.w3.org/2001/XMLSchema">
|
||||
<fault name="CreateVBFault">
|
||||
<soap:fault name="CreateVBFault" use="literal"/>
|
||||
</fault>
|
||||
</operation>
|
||||
</operation>-->
|
||||
|
||||
<!-- SachPrivat -->
|
||||
<!-- SachPrivat
|
||||
<operation name="calculateSachPrivat">
|
||||
<soap:operation soapAction="urn:calculateSachPrivat" style="document"/>
|
||||
<input name="CalculateSachPrivatRequestPort">
|
||||
@@ -1035,10 +1037,10 @@ xmlns:xsd="http://www.w3.org/2001/XMLSchema">
|
||||
<fault name="SubmitApplicationSachPrivatFault">
|
||||
<soap:fault name="SubmitApplicationSachPrivatFault" use="literal"/>
|
||||
</fault>
|
||||
</operation>
|
||||
</operation>-->
|
||||
|
||||
|
||||
<!-- Rechtsschutz -->
|
||||
<!-- Rechtsschutz
|
||||
<operation name="calculateRechtsschutz">
|
||||
<soap:operation soapAction="urn:calculateRechtsschutz" style="document"/>
|
||||
<input name="CalculateRechtsschutzRequestPort">
|
||||
@@ -1086,10 +1088,10 @@ xmlns:xsd="http://www.w3.org/2001/XMLSchema">
|
||||
<fault name="SubmitApplicationRechtsschutzFault">
|
||||
<soap:fault name="SubmitApplicationRechtsschutzFault" use="literal"/>
|
||||
</fault>
|
||||
</operation>
|
||||
</operation>-->
|
||||
|
||||
|
||||
<!-- Unfall -->
|
||||
<!-- Unfall
|
||||
<operation name="calculateUnfall">
|
||||
<soap:operation soapAction="urn:calculateUnfall" style="document"/>
|
||||
<input name="CalculateUnfallRequestPort">
|
||||
@@ -1137,9 +1139,9 @@ xmlns:xsd="http://www.w3.org/2001/XMLSchema">
|
||||
<fault name="SubmitApplicationUnfallFault">
|
||||
<soap:fault name="SubmitApplicationUnfallFault" use="literal"/>
|
||||
</fault>
|
||||
</operation>
|
||||
</operation>-->
|
||||
|
||||
<!-- Kranken -->
|
||||
<!-- Kranken
|
||||
<operation name="calculateKranken">
|
||||
<soap:operation soapAction="urn:calculateKranken" style="document"/>
|
||||
<input name="CalculateKrankenRequestPort">
|
||||
@@ -1187,10 +1189,10 @@ xmlns:xsd="http://www.w3.org/2001/XMLSchema">
|
||||
<fault name="SubmitApplicationKrankenFault">
|
||||
<soap:fault name="SubmitApplicationKrankenFault" use="literal"/>
|
||||
</fault>
|
||||
</operation>
|
||||
</operation>-->
|
||||
|
||||
|
||||
<!-- Leben -->
|
||||
<!-- Leben
|
||||
<operation name="calculateLeben">
|
||||
<soap:operation soapAction="urn:calculateLeben" style="document"/>
|
||||
<input name="CalculateLebenRequestPort">
|
||||
@@ -1238,9 +1240,9 @@ xmlns:xsd="http://www.w3.org/2001/XMLSchema">
|
||||
<fault name="SubmitApplicationLebenFault">
|
||||
<soap:fault name="SubmitApplicationLebenFault" use="literal"/>
|
||||
</fault>
|
||||
</operation>
|
||||
</operation>-->
|
||||
|
||||
<!-- StateChanges -->
|
||||
<!-- StateChanges
|
||||
<operation name="getStateChanges">
|
||||
<soap:operation soapAction="urn:getStateChanges" style="document"/>
|
||||
<input name="GetStateChangesRequestPort">
|
||||
@@ -1252,7 +1254,7 @@ xmlns:xsd="http://www.w3.org/2001/XMLSchema">
|
||||
<fault name="GetStateChangesFault">
|
||||
<soap:fault name="GetStateChangesFault" use="literal"/>
|
||||
</fault>
|
||||
</operation>
|
||||
</operation> -->
|
||||
|
||||
</binding>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user