Version auf 1.11 gesetzt, Code-Generiert.

This commit is contained in:
2024-05-09 17:17:43 +02:00
parent fa081eebe3
commit a9bc454881
66 changed files with 467 additions and 3416 deletions

View File

@@ -1,5 +1,5 @@
# Build mit Maven
Build mit Maven 3.8 auf Java 1.8
Build mit Maven 3.9.6 auf Java 17
# Maven Goals
Mit Maven Goal "clean package" kann ein Release als ZIP-File mit XSDs und WSDLs sowie der Dokumentation gebaut werden.
@@ -20,7 +20,7 @@ enthalten ist:
@MTOM(enabled = true, threshold = 1024)
Add import:
import javax.xml.ws.soap.MTOM;
import jakarta.xml.ws.soap.MTOM;
2) Client (Class: OmdsServicePortType_OmdsServicePort_Client)
@@ -33,7 +33,7 @@ enthalten ist:
OmdsServicePortType port = ss.getOmdsServicePort(new MTOMFeature(1024));
Add import:
import javax.xml.ws.soap.MTOMFeature;
import jakarta.xml.ws.soap.MTOMFeature;
# Fehlersuche
* Wenn Bindings-Files fehlen, z.B. nicht im Pom deklariert sind, werden die Klassen zwar generiert,