Sourcen neu generiert, u.a. OmdsServicePortImpl.java.

This commit is contained in:
2024-02-19 17:29:47 +01:00
parent 611f11f40e
commit d769d46376
8 changed files with 938 additions and 39 deletions

View File

@@ -192,21 +192,25 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-frontend-simple</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-frontend-jaxws</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-bindings-soap</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http</artifactId>
<scope>provided</scope>
</dependency>
<!-- Jetty is needed if you're not using the CXFServlet -->
@@ -223,6 +227,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-features-logging</artifactId>
<scope>provided</scope>
</dependency>
<!-- CFX Ende -->
@@ -288,15 +293,15 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs
<wsdl>${wsdl.dir}/omds3Services.wsdl</wsdl>
<!-- wsdl/jaxb Binding wie der Code generiert werden soll -->
<!-- you can set the options of wsdl2java command by using the <extraargs> -->
<!-- <extraargs>-->
<extraargs>
<!-- <extraarg>-v</extraarg>&lt;!&ndash; zeige Versionsnummer dieses Tools &ndash;&gt;-->
<!-- <extraarg>-impl</extraarg>&lt;!&ndash; Generates starting point code for an implementation object. &ndash;&gt;-->
<extraarg>-impl</extraarg><!-- Generates starting point code for an implementation object. -->
<!-- <extraarg>-validate</extraarg>&lt;!&ndash; Enables validating the WSDL before generating the code. &ndash;&gt;-->
<!-- <extraarg>-client</extraarg>&lt;!&ndash; Generates starting point code for a client mainline. &ndash;&gt;-->
<!-- <extraarg>-verbose</extraarg>&lt;!&ndash; Displays comments during the code generation process. &ndash;&gt;-->
<extraarg>-verbose</extraarg><!-- Displays comments during the code generation process. -->
<!-- <extraarg>-mark-generated</extraarg>&lt;!&ndash; Markiere Klassen als generiert &ndash;&gt;-->
<!-- <extraarg>-suppress-generated-date</extraarg>&lt;!&ndash; aber keine Datümer einbinden &ndash;&gt;-->
<!-- </extraargs>-->
</extraargs>
<bindingFiles>
<!-- wsdl -->
<bindingFile>${wsdl.dir}/wsdl_binding.xml</bindingFile>