diff options
| author | Sven Eisenhauer <sven@sven-eisenhauer.net> | 2023-11-10 15:11:48 +0100 |
|---|---|---|
| committer | Sven Eisenhauer <sven@sven-eisenhauer.net> | 2023-11-10 15:11:48 +0100 |
| commit | 33613a85afc4b1481367fbe92a17ee59c240250b (patch) | |
| tree | 670b842326116b376b505ec2263878912fca97e2 /Master/Daten- und Systemintegration/Praktikum/DSI-Praktikum-1_ausgang/WS-Client | |
| download | Studium-33613a85afc4b1481367fbe92a17ee59c240250b.tar.gz Studium-33613a85afc4b1481367fbe92a17ee59c240250b.tar.bz2 | |
Diffstat (limited to 'Master/Daten- und Systemintegration/Praktikum/DSI-Praktikum-1_ausgang/WS-Client')
49 files changed, 2464 insertions, 0 deletions
diff --git a/Master/Daten- und Systemintegration/Praktikum/DSI-Praktikum-1_ausgang/WS-Client/build.xml b/Master/Daten- und Systemintegration/Praktikum/DSI-Praktikum-1_ausgang/WS-Client/build.xml new file mode 100644 index 0000000..8d147e2 --- /dev/null +++ b/Master/Daten- und Systemintegration/Praktikum/DSI-Praktikum-1_ausgang/WS-Client/build.xml @@ -0,0 +1,74 @@ +<?xml version="1.0" encoding="UTF-8"?>
+<!-- You may freely edit this file. See commented blocks below for -->
+<!-- some examples of how to customize the build. -->
+<!-- (If you delete it and reopen the project it will be recreated.) -->
+<!-- By default, only the Clean and Build commands use this build script. -->
+<!-- Commands such as Run, Debug, and Test only use this build script if -->
+<!-- the Compile on Save feature is turned off for the project. -->
+<!-- You can turn off the Compile on Save (or Deploy on Save) setting -->
+<!-- in the project's Project Properties dialog box.-->
+<project name="WS-Client" default="default" basedir=".">
+ <description>Builds, tests, and runs the project WS-Client.</description>
+ <import file="nbproject/build-impl.xml"/>
+ <!--
+
+ There exist several targets which are by default empty and which can be
+ used for execution of your tasks. These targets are usually executed
+ before and after some main targets. They are:
+
+ -pre-init: called before initialization of project properties
+ -post-init: called after initialization of project properties
+ -pre-compile: called before javac compilation
+ -post-compile: called after javac compilation
+ -pre-compile-single: called before javac compilation of single file
+ -post-compile-single: called after javac compilation of single file
+ -pre-compile-test: called before javac compilation of JUnit tests
+ -post-compile-test: called after javac compilation of JUnit tests
+ -pre-compile-test-single: called before javac compilation of single JUnit test
+ -post-compile-test-single: called after javac compilation of single JUunit test
+ -pre-jar: called before JAR building
+ -post-jar: called after JAR building
+ -post-clean: called after cleaning build products
+
+ (Targets beginning with '-' are not intended to be called on their own.)
+
+ Example of inserting an obfuscator after compilation could look like this:
+
+ <target name="-post-compile">
+ <obfuscate>
+ <fileset dir="${build.classes.dir}"/>
+ </obfuscate>
+ </target>
+
+ For list of available properties check the imported
+ nbproject/build-impl.xml file.
+
+
+ Another way to customize the build is by overriding existing main targets.
+ The targets of interest are:
+
+ -init-macrodef-javac: defines macro for javac compilation
+ -init-macrodef-junit: defines macro for junit execution
+ -init-macrodef-debug: defines macro for class debugging
+ -init-macrodef-java: defines macro for class execution
+ -do-jar-with-manifest: JAR building (if you are using a manifest)
+ -do-jar-without-manifest: JAR building (if you are not using a manifest)
+ run: execution of project
+ -javadoc-build: Javadoc generation
+ test-report: JUnit report generation
+
+ An example of overriding the target for project execution could look like this:
+
+ <target name="run" depends="WS-Client-impl.jar">
+ <exec dir="bin" executable="launcher.exe">
+ <arg file="${dist.jar}"/>
+ </exec>
+ </target>
+
+ Notice that the overridden target depends on the jar target and not only on
+ the compile target as the regular run target does. Again, for a list of available
+ properties which you can use, check the target you are overriding in the
+ nbproject/build-impl.xml file.
+
+ -->
+</project>
diff --git a/Master/Daten- und Systemintegration/Praktikum/DSI-Praktikum-1_ausgang/WS-Client/catalog.xml b/Master/Daten- und Systemintegration/Praktikum/DSI-Praktikum-1_ausgang/WS-Client/catalog.xml new file mode 100644 index 0000000..a175d96 --- /dev/null +++ b/Master/Daten- und Systemintegration/Praktikum/DSI-Praktikum-1_ausgang/WS-Client/catalog.xml @@ -0,0 +1,19 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<catalog xmlns="urn:oasis:names:tc:entity:xmlns:xml:catalog" prefer="system">
+ <system systemId="http://localhost:8080/BestellBeanService/BestellBean?WSDL" uri="xml-resources/web-service-references/BestellBean/wsdl/localhost_8080/BestellBeanService/BestellBean.wsdl"/>
+ <system systemId="http://localhost:8080/ArtikelManagerBeanService/ArtikelManagerBean?WSDL" uri="xml-resources/web-service-references/ArtikelManagerBean/wsdl/localhost_8080/ArtikelManagerBeanService/ArtikelManagerBean.wsdl"/>
+ <system systemId="http://localhost:8080/LagerBeanService/LagerBean?WSDL" uri="xml-resources/web-service-references/LagerBean/wsdl/localhost_8080/LagerBeanService/LagerBean.wsdl"/>
+ <system systemId="http://localhost:8080/DSI-Andere-Webservices/MindestmengeService?WSDL" uri="xml-resources/web-service-references/MindestmengeService/wsdl/localhost_8080/DSI-Andere-Webservices/MindestmengeService.wsdl"/>
+ <system systemId="http://localhost:8080/DSI-Andere-Webservices/MindestmengeService?xsd=1" uri="xml-resources/web-service-references/MindestmengeService/wsdl/localhost_8080/DSI-Andere-Webservices/MindestmengeService.xsd_1.xsd"/>
+ <system systemId="http://localhost:8080/LieferantBeanService/LieferantBean?WSDL" uri="xml-resources/web-service-references/LieferantBean/wsdl/localhost_8080/LieferantBeanService/LieferantBean.wsdl"/>
+ <system systemId="http://localhost:8080/BestellBeanService/BestellBean?wsdl" uri="xml-resources/web-service-references/BestellBean/wsdl/localhost_8080/BestellBeanService/BestellBean.wsdl"/>
+ <system systemId="http://localhost:8080/BestellBeanService/BestellBean?xsd=1" uri="xml-resources/web-service-references/BestellBean/wsdl/localhost_8080/BestellBeanService/BestellBean.xsd_1.xsd"/>
+ <system systemId="http://localhost:8080/ArtikelManagerBeanService/ArtikelManagerBean?wsdl" uri="xml-resources/web-service-references/ArtikelManagerBean/wsdl/localhost_8080/ArtikelManagerBeanService/ArtikelManagerBean.wsdl"/>
+ <system systemId="http://localhost:8080/ArtikelManagerBeanService/ArtikelManagerBean?xsd=1" uri="xml-resources/web-service-references/ArtikelManagerBean/wsdl/localhost_8080/ArtikelManagerBeanService/ArtikelManagerBean.xsd_1.xsd"/>
+ <system systemId="http://localhost:8080/LagerBeanService/LagerBean?wsdl" uri="xml-resources/web-service-references/LagerBean/wsdl/localhost_8080/LagerBeanService/LagerBean.wsdl"/>
+ <system systemId="http://localhost:8080/LagerBeanService/LagerBean?xsd=1" uri="xml-resources/web-service-references/LagerBean/wsdl/localhost_8080/LagerBeanService/LagerBean.xsd_1.xsd"/>
+ <system systemId="http://localhost:8080/LieferantBeanService/LieferantBean?wsdl" uri="xml-resources/web-service-references/LieferantBean/wsdl/localhost_8080/LieferantBeanService/LieferantBean.wsdl"/>
+ <system systemId="http://localhost:8080/LieferantBeanService/LieferantBean?xsd=1" uri="xml-resources/web-service-references/LieferantBean/wsdl/localhost_8080/LieferantBeanService/LieferantBean.xsd_1.xsd"/>
+ <system systemId="http://localhost:8080/DSI-Andere-Webservices/MindestMengeService?wsdl" uri="xml-resources/web-service-references/MindestMengeService/wsdl/localhost_8080/DSI-Andere-Webservices/MindestMengeService.wsdl"/>
+ <system systemId="http://localhost:8080/DSI-Andere-Webservices/MindestMengeService?xsd=1" uri="xml-resources/web-service-references/MindestMengeService/wsdl/localhost_8080/DSI-Andere-Webservices/MindestMengeService.xsd_1.xsd"/>
+</catalog>
\ No newline at end of file diff --git a/Master/Daten- und Systemintegration/Praktikum/DSI-Praktikum-1_ausgang/WS-Client/lib/CopyLibs/org-netbeans-modules-java-j2seproject-copylibstask.jar b/Master/Daten- und Systemintegration/Praktikum/DSI-Praktikum-1_ausgang/WS-Client/lib/CopyLibs/org-netbeans-modules-java-j2seproject-copylibstask.jar Binary files differnew file mode 100644 index 0000000..6810af3 --- /dev/null +++ b/Master/Daten- und Systemintegration/Praktikum/DSI-Praktikum-1_ausgang/WS-Client/lib/CopyLibs/org-netbeans-modules-java-j2seproject-copylibstask.jar diff --git a/Master/Daten- und Systemintegration/Praktikum/DSI-Praktikum-1_ausgang/WS-Client/lib/jaxws21/FastInfoset.jar b/Master/Daten- und Systemintegration/Praktikum/DSI-Praktikum-1_ausgang/WS-Client/lib/jaxws21/FastInfoset.jar Binary files differnew file mode 100644 index 0000000..184dfda --- /dev/null +++ b/Master/Daten- und Systemintegration/Praktikum/DSI-Praktikum-1_ausgang/WS-Client/lib/jaxws21/FastInfoset.jar diff --git a/Master/Daten- und Systemintegration/Praktikum/DSI-Praktikum-1_ausgang/WS-Client/lib/jaxws21/activation.jar b/Master/Daten- und Systemintegration/Praktikum/DSI-Praktikum-1_ausgang/WS-Client/lib/jaxws21/activation.jar Binary files differnew file mode 100644 index 0000000..3869b58 --- /dev/null +++ b/Master/Daten- und Systemintegration/Praktikum/DSI-Praktikum-1_ausgang/WS-Client/lib/jaxws21/activation.jar diff --git a/Master/Daten- und Systemintegration/Praktikum/DSI-Praktikum-1_ausgang/WS-Client/lib/jaxws21/http.jar b/Master/Daten- und Systemintegration/Praktikum/DSI-Praktikum-1_ausgang/WS-Client/lib/jaxws21/http.jar Binary files differnew file mode 100644 index 0000000..5096abe --- /dev/null +++ b/Master/Daten- und Systemintegration/Praktikum/DSI-Praktikum-1_ausgang/WS-Client/lib/jaxws21/http.jar diff --git a/Master/Daten- und Systemintegration/Praktikum/DSI-Praktikum-1_ausgang/WS-Client/lib/jaxws21/jaxb-api.jar b/Master/Daten- und Systemintegration/Praktikum/DSI-Praktikum-1_ausgang/WS-Client/lib/jaxws21/jaxb-api.jar Binary files differnew file mode 100644 index 0000000..ad6904f --- /dev/null +++ b/Master/Daten- und Systemintegration/Praktikum/DSI-Praktikum-1_ausgang/WS-Client/lib/jaxws21/jaxb-api.jar diff --git a/Master/Daten- und Systemintegration/Praktikum/DSI-Praktikum-1_ausgang/WS-Client/lib/jaxws21/jaxb-impl.jar b/Master/Daten- und Systemintegration/Praktikum/DSI-Praktikum-1_ausgang/WS-Client/lib/jaxws21/jaxb-impl.jar Binary files differnew file mode 100644 index 0000000..534e99d --- /dev/null +++ b/Master/Daten- und Systemintegration/Praktikum/DSI-Praktikum-1_ausgang/WS-Client/lib/jaxws21/jaxb-impl.jar diff --git a/Master/Daten- und Systemintegration/Praktikum/DSI-Praktikum-1_ausgang/WS-Client/lib/jaxws21/jaxb-xjc.jar b/Master/Daten- und Systemintegration/Praktikum/DSI-Praktikum-1_ausgang/WS-Client/lib/jaxws21/jaxb-xjc.jar Binary files differnew file mode 100644 index 0000000..8c114c6 --- /dev/null +++ b/Master/Daten- und Systemintegration/Praktikum/DSI-Praktikum-1_ausgang/WS-Client/lib/jaxws21/jaxb-xjc.jar diff --git a/Master/Daten- und Systemintegration/Praktikum/DSI-Praktikum-1_ausgang/WS-Client/lib/jaxws21/jaxws-2_1-api-doc.zip b/Master/Daten- und Systemintegration/Praktikum/DSI-Praktikum-1_ausgang/WS-Client/lib/jaxws21/jaxws-2_1-api-doc.zip Binary files differnew file mode 100644 index 0000000..0836e1c --- /dev/null +++ b/Master/Daten- und Systemintegration/Praktikum/DSI-Praktikum-1_ausgang/WS-Client/lib/jaxws21/jaxws-2_1-api-doc.zip diff --git a/Master/Daten- und Systemintegration/Praktikum/DSI-Praktikum-1_ausgang/WS-Client/lib/jaxws21/jaxws-api.jar b/Master/Daten- und Systemintegration/Praktikum/DSI-Praktikum-1_ausgang/WS-Client/lib/jaxws21/jaxws-api.jar Binary files differnew file mode 100644 index 0000000..abf09dd --- /dev/null +++ b/Master/Daten- und Systemintegration/Praktikum/DSI-Praktikum-1_ausgang/WS-Client/lib/jaxws21/jaxws-api.jar diff --git a/Master/Daten- und Systemintegration/Praktikum/DSI-Praktikum-1_ausgang/WS-Client/lib/jaxws21/jaxws-rt.jar b/Master/Daten- und Systemintegration/Praktikum/DSI-Praktikum-1_ausgang/WS-Client/lib/jaxws21/jaxws-rt.jar Binary files differnew file mode 100644 index 0000000..8dbe644 --- /dev/null +++ b/Master/Daten- und Systemintegration/Praktikum/DSI-Praktikum-1_ausgang/WS-Client/lib/jaxws21/jaxws-rt.jar diff --git a/Master/Daten- und Systemintegration/Praktikum/DSI-Praktikum-1_ausgang/WS-Client/lib/jaxws21/jaxws-tools.jar b/Master/Daten- und Systemintegration/Praktikum/DSI-Praktikum-1_ausgang/WS-Client/lib/jaxws21/jaxws-tools.jar Binary files differnew file mode 100644 index 0000000..85c19ee --- /dev/null +++ b/Master/Daten- und Systemintegration/Praktikum/DSI-Praktikum-1_ausgang/WS-Client/lib/jaxws21/jaxws-tools.jar diff --git a/Master/Daten- und Systemintegration/Praktikum/DSI-Praktikum-1_ausgang/WS-Client/lib/jaxws21/jsr173_api.jar b/Master/Daten- und Systemintegration/Praktikum/DSI-Praktikum-1_ausgang/WS-Client/lib/jaxws21/jsr173_api.jar Binary files differnew file mode 100644 index 0000000..b3aafa9 --- /dev/null +++ b/Master/Daten- und Systemintegration/Praktikum/DSI-Praktikum-1_ausgang/WS-Client/lib/jaxws21/jsr173_api.jar diff --git a/Master/Daten- und Systemintegration/Praktikum/DSI-Praktikum-1_ausgang/WS-Client/lib/jaxws21/jsr181-api.jar b/Master/Daten- und Systemintegration/Praktikum/DSI-Praktikum-1_ausgang/WS-Client/lib/jaxws21/jsr181-api.jar Binary files differnew file mode 100644 index 0000000..948af5d --- /dev/null +++ b/Master/Daten- und Systemintegration/Praktikum/DSI-Praktikum-1_ausgang/WS-Client/lib/jaxws21/jsr181-api.jar diff --git a/Master/Daten- und Systemintegration/Praktikum/DSI-Praktikum-1_ausgang/WS-Client/lib/jaxws21/jsr250-api.jar b/Master/Daten- und Systemintegration/Praktikum/DSI-Praktikum-1_ausgang/WS-Client/lib/jaxws21/jsr250-api.jar Binary files differnew file mode 100644 index 0000000..fa4e072 --- /dev/null +++ b/Master/Daten- und Systemintegration/Praktikum/DSI-Praktikum-1_ausgang/WS-Client/lib/jaxws21/jsr250-api.jar diff --git a/Master/Daten- und Systemintegration/Praktikum/DSI-Praktikum-1_ausgang/WS-Client/lib/jaxws21/saaj-api.jar b/Master/Daten- und Systemintegration/Praktikum/DSI-Praktikum-1_ausgang/WS-Client/lib/jaxws21/saaj-api.jar Binary files differnew file mode 100644 index 0000000..ebd7c18 --- /dev/null +++ b/Master/Daten- und Systemintegration/Praktikum/DSI-Praktikum-1_ausgang/WS-Client/lib/jaxws21/saaj-api.jar diff --git a/Master/Daten- und Systemintegration/Praktikum/DSI-Praktikum-1_ausgang/WS-Client/lib/jaxws21/saaj-impl.jar b/Master/Daten- und Systemintegration/Praktikum/DSI-Praktikum-1_ausgang/WS-Client/lib/jaxws21/saaj-impl.jar Binary files differnew file mode 100644 index 0000000..6aa2c7c --- /dev/null +++ b/Master/Daten- und Systemintegration/Praktikum/DSI-Praktikum-1_ausgang/WS-Client/lib/jaxws21/saaj-impl.jar diff --git a/Master/Daten- und Systemintegration/Praktikum/DSI-Praktikum-1_ausgang/WS-Client/lib/jaxws21/sjsxp.jar b/Master/Daten- und Systemintegration/Praktikum/DSI-Praktikum-1_ausgang/WS-Client/lib/jaxws21/sjsxp.jar Binary files differnew file mode 100644 index 0000000..b697fc7 --- /dev/null +++ b/Master/Daten- und Systemintegration/Praktikum/DSI-Praktikum-1_ausgang/WS-Client/lib/jaxws21/sjsxp.jar diff --git a/Master/Daten- und Systemintegration/Praktikum/DSI-Praktikum-1_ausgang/WS-Client/lib/jaxws21/stax-ex.jar b/Master/Daten- und Systemintegration/Praktikum/DSI-Praktikum-1_ausgang/WS-Client/lib/jaxws21/stax-ex.jar Binary files differnew file mode 100644 index 0000000..1bb5ea5 --- /dev/null +++ b/Master/Daten- und Systemintegration/Praktikum/DSI-Praktikum-1_ausgang/WS-Client/lib/jaxws21/stax-ex.jar diff --git a/Master/Daten- und Systemintegration/Praktikum/DSI-Praktikum-1_ausgang/WS-Client/lib/jaxws21/streambuffer.jar b/Master/Daten- und Systemintegration/Praktikum/DSI-Praktikum-1_ausgang/WS-Client/lib/jaxws21/streambuffer.jar Binary files differnew file mode 100644 index 0000000..17cb6ce --- /dev/null +++ b/Master/Daten- und Systemintegration/Praktikum/DSI-Praktikum-1_ausgang/WS-Client/lib/jaxws21/streambuffer.jar diff --git a/Master/Daten- und Systemintegration/Praktikum/DSI-Praktikum-1_ausgang/WS-Client/lib/junit/junit-3.8.2-api.zip b/Master/Daten- und Systemintegration/Praktikum/DSI-Praktikum-1_ausgang/WS-Client/lib/junit/junit-3.8.2-api.zip Binary files differnew file mode 100644 index 0000000..dc075ba --- /dev/null +++ b/Master/Daten- und Systemintegration/Praktikum/DSI-Praktikum-1_ausgang/WS-Client/lib/junit/junit-3.8.2-api.zip diff --git a/Master/Daten- und Systemintegration/Praktikum/DSI-Praktikum-1_ausgang/WS-Client/lib/junit/junit-3.8.2.jar b/Master/Daten- und Systemintegration/Praktikum/DSI-Praktikum-1_ausgang/WS-Client/lib/junit/junit-3.8.2.jar Binary files differnew file mode 100644 index 0000000..d835872 --- /dev/null +++ b/Master/Daten- und Systemintegration/Praktikum/DSI-Praktikum-1_ausgang/WS-Client/lib/junit/junit-3.8.2.jar diff --git a/Master/Daten- und Systemintegration/Praktikum/DSI-Praktikum-1_ausgang/WS-Client/lib/junit_4/junit-4.1.jar b/Master/Daten- und Systemintegration/Praktikum/DSI-Praktikum-1_ausgang/WS-Client/lib/junit_4/junit-4.1.jar Binary files differnew file mode 100644 index 0000000..30e5ec3 --- /dev/null +++ b/Master/Daten- und Systemintegration/Praktikum/DSI-Praktikum-1_ausgang/WS-Client/lib/junit_4/junit-4.1.jar diff --git a/Master/Daten- und Systemintegration/Praktikum/DSI-Praktikum-1_ausgang/WS-Client/lib/nblibraries-private.properties b/Master/Daten- und Systemintegration/Praktikum/DSI-Praktikum-1_ausgang/WS-Client/lib/nblibraries-private.properties new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/Master/Daten- und Systemintegration/Praktikum/DSI-Praktikum-1_ausgang/WS-Client/lib/nblibraries-private.properties diff --git a/Master/Daten- und Systemintegration/Praktikum/DSI-Praktikum-1_ausgang/WS-Client/lib/nblibraries.properties b/Master/Daten- und Systemintegration/Praktikum/DSI-Praktikum-1_ausgang/WS-Client/lib/nblibraries.properties new file mode 100644 index 0000000..cfacb0f --- /dev/null +++ b/Master/Daten- und Systemintegration/Praktikum/DSI-Praktikum-1_ausgang/WS-Client/lib/nblibraries.properties @@ -0,0 +1,28 @@ +libs.junit.classpath=\
+ ${base}/junit/junit-3.8.2.jar
+libs.junit.javadoc=\
+ ${base}/junit/junit-3.8.2-api.zip
+libs.junit_4.classpath=\
+ ${base}/junit_4/junit-4.1.jar
+libs.CopyLibs.classpath=\
+ ${base}/CopyLibs/org-netbeans-modules-java-j2seproject-copylibstask.jar
+libs.jaxws21.classpath=\
+ ${base}/jaxws21/activation.jar;\
+ ${base}/jaxws21/FastInfoset.jar;\
+ ${base}/jaxws21/http.jar;\
+ ${base}/jaxws21/jaxb-api.jar;\
+ ${base}/jaxws21/jaxb-impl.jar;\
+ ${base}/jaxws21/jaxb-xjc.jar;\
+ ${base}/jaxws21/jaxws-api.jar;\
+ ${base}/jaxws21/jaxws-rt.jar;\
+ ${base}/jaxws21/jaxws-tools.jar;\
+ ${base}/jaxws21/jsr173_api.jar;\
+ ${base}/jaxws21/jsr181-api.jar;\
+ ${base}/jaxws21/jsr250-api.jar;\
+ ${base}/jaxws21/saaj-api.jar;\
+ ${base}/jaxws21/saaj-impl.jar;\
+ ${base}/jaxws21/sjsxp.jar;\
+ ${base}/jaxws21/stax-ex.jar;\
+ ${base}/jaxws21/streambuffer.jar
+libs.jaxws21.javadoc=\
+ ${base}/jaxws21/jaxws-2_1-api-doc.zip
diff --git a/Master/Daten- und Systemintegration/Praktikum/DSI-Praktikum-1_ausgang/WS-Client/manifest.mf b/Master/Daten- und Systemintegration/Praktikum/DSI-Praktikum-1_ausgang/WS-Client/manifest.mf new file mode 100644 index 0000000..1574df4 --- /dev/null +++ b/Master/Daten- und Systemintegration/Praktikum/DSI-Praktikum-1_ausgang/WS-Client/manifest.mf @@ -0,0 +1,3 @@ +Manifest-Version: 1.0
+X-COMMENT: Main-Class will be added automatically by build
+
diff --git a/Master/Daten- und Systemintegration/Praktikum/DSI-Praktikum-1_ausgang/WS-Client/nbproject/build-impl.xml b/Master/Daten- und Systemintegration/Praktikum/DSI-Praktikum-1_ausgang/WS-Client/nbproject/build-impl.xml new file mode 100644 index 0000000..5115c9a --- /dev/null +++ b/Master/Daten- und Systemintegration/Praktikum/DSI-Praktikum-1_ausgang/WS-Client/nbproject/build-impl.xml @@ -0,0 +1,662 @@ +<?xml version="1.0" encoding="UTF-8"?>
+<!--
+*** GENERATED FROM project.xml - DO NOT EDIT ***
+*** EDIT ../build.xml INSTEAD ***
+
+For the purpose of easier reading the script
+is divided into following sections:
+
+ - initialization
+ - compilation
+ - jar
+ - execution
+ - debugging
+ - javadoc
+ - junit compilation
+ - junit execution
+ - junit debugging
+ - applet
+ - cleanup
+
+ -->
+<project xmlns:j2seproject1="http://www.netbeans.org/ns/j2se-project/1" xmlns:j2seproject3="http://www.netbeans.org/ns/j2se-project/3" xmlns:jaxrpc="http://www.netbeans.org/ns/j2se-project/jax-rpc" basedir=".." default="default" name="WS-Client-impl">
+ <import file="jaxws-build.xml"/>
+ <target depends="test,jar,javadoc" description="Build and test whole project." name="default"/>
+ <!--
+ ======================
+ INITIALIZATION SECTION
+ ======================
+ -->
+ <target name="-pre-init">
+ <!-- Empty placeholder for easier customization. -->
+ <!-- You can override this target in the ../build.xml file. -->
+ </target>
+ <target depends="-pre-init" name="-init-private">
+ <property file="nbproject/private/config.properties"/>
+ <property file="nbproject/private/configs/${config}.properties"/>
+ <property file="nbproject/private/private.properties"/>
+ </target>
+ <target depends="-pre-init,-init-private" name="-init-libraries">
+ <property location=".\lib\nblibraries.properties" name="libraries.1.path"/>
+ <dirname file="${libraries.1.path}" property="libraries.1.dir.nativedirsep"/>
+ <pathconvert dirsep="/" property="libraries.1.dir">
+ <path path="${libraries.1.dir.nativedirsep}"/>
+ </pathconvert>
+ <basename file="${libraries.1.path}" property="libraries.1.basename" suffix=".properties"/>
+ <touch file="${libraries.1.dir}/${libraries.1.basename}-private.properties"/>
+ <loadproperties srcfile="${libraries.1.dir}/${libraries.1.basename}-private.properties">
+ <filterchain>
+ <replacestring from="$${base}" to="${libraries.1.dir}"/>
+ </filterchain>
+ </loadproperties>
+ <loadproperties srcfile="${libraries.1.path}">
+ <filterchain>
+ <replacestring from="$${base}" to="${libraries.1.dir}"/>
+ </filterchain>
+ </loadproperties>
+ </target>
+ <target depends="-pre-init,-init-private,-init-libraries" name="-init-user">
+ <property file="${user.properties.file}"/>
+ <!-- The two properties below are usually overridden -->
+ <!-- by the active platform. Just a fallback. -->
+ <property name="default.javac.source" value="1.4"/>
+ <property name="default.javac.target" value="1.4"/>
+ </target>
+ <target depends="-pre-init,-init-private,-init-libraries,-init-user" name="-init-project">
+ <property file="nbproject/configs/${config}.properties"/>
+ <property file="nbproject/project.properties"/>
+ </target>
+ <target depends="-pre-init,-init-private,-init-libraries,-init-user,-init-project,-init-macrodef-property" name="-do-init">
+ <available file="${manifest.file}" property="manifest.available"/>
+ <condition property="manifest.available+main.class">
+ <and>
+ <isset property="manifest.available"/>
+ <isset property="main.class"/>
+ <not>
+ <equals arg1="${main.class}" arg2="" trim="true"/>
+ </not>
+ </and>
+ </condition>
+ <condition property="manifest.available+main.class+mkdist.available">
+ <and>
+ <istrue value="${manifest.available+main.class}"/>
+ <isset property="libs.CopyLibs.classpath"/>
+ </and>
+ </condition>
+ <condition property="have.tests">
+ <or>
+ <available file="${test.src.dir}"/>
+ </or>
+ </condition>
+ <condition property="have.sources">
+ <or>
+ <available file="${src.dir}"/>
+ </or>
+ </condition>
+ <condition property="netbeans.home+have.tests">
+ <and>
+ <isset property="netbeans.home"/>
+ <isset property="have.tests"/>
+ </and>
+ </condition>
+ <condition property="no.javadoc.preview">
+ <and>
+ <isset property="javadoc.preview"/>
+ <isfalse value="${javadoc.preview}"/>
+ </and>
+ </condition>
+ <property name="run.jvmargs" value=""/>
+ <property name="javac.compilerargs" value=""/>
+ <property name="work.dir" value="${basedir}"/>
+ <condition property="no.deps">
+ <and>
+ <istrue value="${no.dependencies}"/>
+ </and>
+ </condition>
+ <property name="javac.debug" value="true"/>
+ <property name="javadoc.preview" value="true"/>
+ <property name="application.args" value=""/>
+ <property name="source.encoding" value="${file.encoding}"/>
+ <condition property="javadoc.encoding.used" value="${javadoc.encoding}">
+ <and>
+ <isset property="javadoc.encoding"/>
+ <not>
+ <equals arg1="${javadoc.encoding}" arg2=""/>
+ </not>
+ </and>
+ </condition>
+ <property name="javadoc.encoding.used" value="${source.encoding}"/>
+ <property name="includes" value="**"/>
+ <property name="excludes" value=""/>
+ <property name="do.depend" value="false"/>
+ <condition property="do.depend.true">
+ <istrue value="${do.depend}"/>
+ </condition>
+ <condition else="" property="javac.compilerargs.jaxws" value="-Djava.endorsed.dirs='${jaxws.endorsed.dir}'">
+ <and>
+ <isset property="jaxws.endorsed.dir"/>
+ <available file="nbproject/jaxws-build.xml"/>
+ </and>
+ </condition>
+ </target>
+ <target name="-post-init">
+ <!-- Empty placeholder for easier customization. -->
+ <!-- You can override this target in the ../build.xml file. -->
+ </target>
+ <target depends="-pre-init,-init-private,-init-libraries,-init-user,-init-project,-do-init" name="-init-check">
+ <fail unless="src.dir">Must set src.dir</fail>
+ <fail unless="test.src.dir">Must set test.src.dir</fail>
+ <fail unless="build.dir">Must set build.dir</fail>
+ <fail unless="dist.dir">Must set dist.dir</fail>
+ <fail unless="build.classes.dir">Must set build.classes.dir</fail>
+ <fail unless="dist.javadoc.dir">Must set dist.javadoc.dir</fail>
+ <fail unless="build.test.classes.dir">Must set build.test.classes.dir</fail>
+ <fail unless="build.test.results.dir">Must set build.test.results.dir</fail>
+ <fail unless="build.classes.excludes">Must set build.classes.excludes</fail>
+ <fail unless="dist.jar">Must set dist.jar</fail>
+ </target>
+ <target name="-init-macrodef-property">
+ <macrodef name="property" uri="http://www.netbeans.org/ns/j2se-project/1">
+ <attribute name="name"/>
+ <attribute name="value"/>
+ <sequential>
+ <property name="@{name}" value="${@{value}}"/>
+ </sequential>
+ </macrodef>
+ </target>
+ <target name="-init-macrodef-javac">
+ <macrodef name="javac" uri="http://www.netbeans.org/ns/j2se-project/3">
+ <attribute default="${src.dir}" name="srcdir"/>
+ <attribute default="${build.classes.dir}" name="destdir"/>
+ <attribute default="${javac.classpath}" name="classpath"/>
+ <attribute default="${includes}" name="includes"/>
+ <attribute default="${excludes}" name="excludes"/>
+ <attribute default="${javac.debug}" name="debug"/>
+ <attribute default="/does/not/exist" name="sourcepath"/>
+ <element name="customize" optional="true"/>
+ <sequential>
+ <javac debug="@{debug}" deprecation="${javac.deprecation}" destdir="@{destdir}" encoding="${source.encoding}" excludes="@{excludes}" includeantruntime="false" includes="@{includes}" source="${javac.source}" sourcepath="@{sourcepath}" srcdir="@{srcdir}" target="${javac.target}">
+ <classpath>
+ <path path="@{classpath}"/>
+ </classpath>
+ <compilerarg line="${javac.compilerargs} ${javac.compilerargs.jaxws}"/>
+ <customize/>
+ </javac>
+ </sequential>
+ </macrodef>
+ <macrodef name="depend" uri="http://www.netbeans.org/ns/j2se-project/3">
+ <attribute default="${src.dir}" name="srcdir"/>
+ <attribute default="${build.classes.dir}" name="destdir"/>
+ <attribute default="${javac.classpath}" name="classpath"/>
+ <sequential>
+ <depend cache="${build.dir}/depcache" destdir="@{destdir}" excludes="${excludes}" includes="${includes}" srcdir="@{srcdir}">
+ <classpath>
+ <path path="@{classpath}"/>
+ </classpath>
+ </depend>
+ </sequential>
+ </macrodef>
+ <macrodef name="force-recompile" uri="http://www.netbeans.org/ns/j2se-project/3">
+ <attribute default="${build.classes.dir}" name="destdir"/>
+ <sequential>
+ <fail unless="javac.includes">Must set javac.includes</fail>
+ <pathconvert pathsep="," property="javac.includes.binary">
+ <path>
+ <filelist dir="@{destdir}" files="${javac.includes}"/>
+ </path>
+ <globmapper from="*.java" to="*.class"/>
+ </pathconvert>
+ <delete>
+ <files includes="${javac.includes.binary}"/>
+ </delete>
+ </sequential>
+ </macrodef>
+ </target>
+ <target name="-init-macrodef-junit">
+ <macrodef name="junit" uri="http://www.netbeans.org/ns/j2se-project/3">
+ <attribute default="${includes}" name="includes"/>
+ <attribute default="${excludes}" name="excludes"/>
+ <attribute default="**" name="testincludes"/>
+ <sequential>
+ <junit dir="${work.dir}" errorproperty="tests.failed" failureproperty="tests.failed" fork="true" showoutput="true">
+ <batchtest todir="${build.test.results.dir}">
+ <fileset dir="${test.src.dir}" excludes="@{excludes},${excludes}" includes="@{includes}">
+ <filename name="@{testincludes}"/>
+ </fileset>
+ </batchtest>
+ <classpath>
+ <path path="${run.test.classpath}"/>
+ </classpath>
+ <syspropertyset>
+ <propertyref prefix="test-sys-prop."/>
+ <mapper from="test-sys-prop.*" to="*" type="glob"/>
+ </syspropertyset>
+ <formatter type="brief" usefile="false"/>
+ <formatter type="xml"/>
+ <jvmarg line="${run.jvmargs}"/>
+ </junit>
+ </sequential>
+ </macrodef>
+ </target>
+ <target depends="-init-debug-args" name="-init-macrodef-nbjpda">
+ <macrodef name="nbjpdastart" uri="http://www.netbeans.org/ns/j2se-project/1">
+ <attribute default="${main.class}" name="name"/>
+ <attribute default="${debug.classpath}" name="classpath"/>
+ <attribute default="" name="stopclassname"/>
+ <sequential>
+ <nbjpdastart addressproperty="jpda.address" name="@{name}" stopclassname="@{stopclassname}" transport="${debug-transport}">
+ <classpath>
+ <path path="@{classpath}"/>
+ </classpath>
+ </nbjpdastart>
+ </sequential>
+ </macrodef>
+ <macrodef name="nbjpdareload" uri="http://www.netbeans.org/ns/j2se-project/1">
+ <attribute default="${build.classes.dir}" name="dir"/>
+ <sequential>
+ <nbjpdareload>
+ <fileset dir="@{dir}" includes="${fix.classes}">
+ <include name="${fix.includes}*.class"/>
+ </fileset>
+ </nbjpdareload>
+ </sequential>
+ </macrodef>
+ </target>
+ <target name="-init-debug-args">
+ <property name="version-output" value="java version "${ant.java.version}"/>
+ <condition property="have-jdk-older-than-1.4">
+ <or>
+ <contains string="${version-output}" substring="java version "1.0"/>
+ <contains string="${version-output}" substring="java version "1.1"/>
+ <contains string="${version-output}" substring="java version "1.2"/>
+ <contains string="${version-output}" substring="java version "1.3"/>
+ </or>
+ </condition>
+ <condition else="-Xdebug" property="debug-args-line" value="-Xdebug -Xnoagent -Djava.compiler=none">
+ <istrue value="${have-jdk-older-than-1.4}"/>
+ </condition>
+ <condition else="dt_socket" property="debug-transport-by-os" value="dt_shmem">
+ <os family="windows"/>
+ </condition>
+ <condition else="${debug-transport-by-os}" property="debug-transport" value="${debug.transport}">
+ <isset property="debug.transport"/>
+ </condition>
+ </target>
+ <target depends="-init-debug-args" name="-init-macrodef-debug">
+ <macrodef name="debug" uri="http://www.netbeans.org/ns/j2se-project/3">
+ <attribute default="${main.class}" name="classname"/>
+ <attribute default="${debug.classpath}" name="classpath"/>
+ <element name="customize" optional="true"/>
+ <sequential>
+ <java classname="@{classname}" dir="${work.dir}" fork="true">
+ <jvmarg line="${debug-args-line}"/>
+ <jvmarg value="-Xrunjdwp:transport=${debug-transport},address=${jpda.address}"/>
+ <jvmarg line="${run.jvmargs}"/>
+ <classpath>
+ <path path="@{classpath}"/>
+ </classpath>
+ <syspropertyset>
+ <propertyref prefix="run-sys-prop."/>
+ <mapper from="run-sys-prop.*" to="*" type="glob"/>
+ </syspropertyset>
+ <customize/>
+ </java>
+ </sequential>
+ </macrodef>
+ </target>
+ <target name="-init-macrodef-java">
+ <macrodef name="java" uri="http://www.netbeans.org/ns/j2se-project/1">
+ <attribute default="${main.class}" name="classname"/>
+ <element name="customize" optional="true"/>
+ <sequential>
+ <java classname="@{classname}" dir="${work.dir}" fork="true">
+ <jvmarg line="${run.jvmargs}"/>
+ <classpath>
+ <path path="${run.classpath}"/>
+ </classpath>
+ <syspropertyset>
+ <propertyref prefix="run-sys-prop."/>
+ <mapper from="run-sys-prop.*" to="*" type="glob"/>
+ </syspropertyset>
+ <customize/>
+ </java>
+ </sequential>
+ </macrodef>
+ </target>
+ <target name="-init-presetdef-jar">
+ <presetdef name="jar" uri="http://www.netbeans.org/ns/j2se-project/1">
+ <jar compress="${jar.compress}" jarfile="${dist.jar}">
+ <j2seproject1:fileset dir="${build.classes.dir}"/>
+ </jar>
+ </presetdef>
+ </target>
+ <target depends="-pre-init,-init-private,-init-libraries,-init-user,-init-project,-do-init,-post-init,-init-check,-init-macrodef-property,-init-macrodef-javac,-init-macrodef-junit,-init-macrodef-nbjpda,-init-macrodef-debug,-init-macrodef-java,-init-presetdef-jar" name="init"/>
+ <!--
+ ===================
+ COMPILATION SECTION
+ ===================
+ -->
+ <target depends="init" name="deps-jar" unless="no.deps"/>
+ <target depends="init,-check-automatic-build,-clean-after-automatic-build" name="-verify-automatic-build"/>
+ <target depends="init" name="-check-automatic-build">
+ <available file="${build.classes.dir}/.netbeans_automatic_build" property="netbeans.automatic.build"/>
+ </target>
+ <target depends="init" if="netbeans.automatic.build" name="-clean-after-automatic-build">
+ <antcall target="clean"/>
+ </target>
+ <target depends="init,deps-jar,wsimport-client-generate" name="-pre-pre-compile">
+ <mkdir dir="${build.classes.dir}"/>
+ </target>
+ <target name="-pre-compile">
+ <!-- Empty placeholder for easier customization. -->
+ <!-- You can override this target in the ../build.xml file. -->
+ </target>
+ <target if="do.depend.true" name="-compile-depend">
+ <j2seproject3:depend/>
+ </target>
+ <target depends="init,deps-jar,-pre-pre-compile,-pre-compile,-compile-depend,wsimport-client-compile" if="have.sources" name="-do-compile">
+ <j2seproject3:javac/>
+ <copy todir="${build.classes.dir}">
+ <fileset dir="${src.dir}" excludes="${build.classes.excludes},${excludes}" includes="${includes}"/>
+ </copy>
+ </target>
+ <target name="-post-compile">
+ <!-- Empty placeholder for easier customization. -->
+ <!-- You can override this target in the ../build.xml file. -->
+ </target>
+ <target depends="init,deps-jar,-verify-automatic-build,-pre-pre-compile,-pre-compile,-do-compile,-post-compile" description="Compile project." name="compile"/>
+ <target name="-pre-compile-single">
+ <!-- Empty placeholder for easier customization. -->
+ <!-- You can override this target in the ../build.xml file. -->
+ </target>
+ <target depends="init,deps-jar,-pre-pre-compile,wsimport-client-compile" name="-do-compile-single">
+ <fail unless="javac.includes">Must select some files in the IDE or set javac.includes</fail>
+ <j2seproject3:force-recompile/>
+ <j2seproject3:javac excludes="" includes="${javac.includes}" sourcepath="${src.dir}"/>
+ </target>
+ <target name="-post-compile-single">
+ <!-- Empty placeholder for easier customization. -->
+ <!-- You can override this target in the ../build.xml file. -->
+ </target>
+ <target depends="init,deps-jar,-verify-automatic-build,-pre-pre-compile,-pre-compile-single,-do-compile-single,-post-compile-single" name="compile-single"/>
+ <!--
+ ====================
+ JAR BUILDING SECTION
+ ====================
+ -->
+ <target depends="init" name="-pre-pre-jar">
+ <dirname file="${dist.jar}" property="dist.jar.dir"/>
+ <mkdir dir="${dist.jar.dir}"/>
+ </target>
+ <target name="-pre-jar">
+ <!-- Empty placeholder for easier customization. -->
+ <!-- You can override this target in the ../build.xml file. -->
+ </target>
+ <target depends="init,compile,-pre-pre-jar,-pre-jar" name="-do-jar-without-manifest" unless="manifest.available">
+ <j2seproject1:jar/>
+ </target>
+ <target depends="init,compile,-pre-pre-jar,-pre-jar" if="manifest.available" name="-do-jar-with-manifest" unless="manifest.available+main.class">
+ <j2seproject1:jar manifest="${manifest.file}"/>
+ </target>
+ <target depends="init,compile,-pre-pre-jar,-pre-jar" if="manifest.available+main.class" name="-do-jar-with-mainclass" unless="manifest.available+main.class+mkdist.available">
+ <j2seproject1:jar manifest="${manifest.file}">
+ <j2seproject1:manifest>
+ <j2seproject1:attribute name="Main-Class" value="${main.class}"/>
+ </j2seproject1:manifest>
+ </j2seproject1:jar>
+ <echo>To run this application from the command line without Ant, try:</echo>
+ <property location="${build.classes.dir}" name="build.classes.dir.resolved"/>
+ <property location="${dist.jar}" name="dist.jar.resolved"/>
+ <pathconvert property="run.classpath.with.dist.jar">
+ <path path="${run.classpath}"/>
+ <map from="${build.classes.dir.resolved}" to="${dist.jar.resolved}"/>
+ </pathconvert>
+ <echo>java -cp "${run.classpath.with.dist.jar}" ${main.class}</echo>
+ </target>
+ <target depends="init,compile,-pre-pre-jar,-pre-jar" if="manifest.available+main.class+mkdist.available" name="-do-jar-with-libraries">
+ <property location="${build.classes.dir}" name="build.classes.dir.resolved"/>
+ <pathconvert property="run.classpath.without.build.classes.dir">
+ <path path="${run.classpath}"/>
+ <map from="${build.classes.dir.resolved}" to=""/>
+ </pathconvert>
+ <pathconvert pathsep=" " property="jar.classpath">
+ <path path="${run.classpath.without.build.classes.dir}"/>
+ <chainedmapper>
+ <flattenmapper/>
+ <globmapper from="*" to="lib/*"/>
+ </chainedmapper>
+ </pathconvert>
+ <taskdef classname="org.netbeans.modules.java.j2seproject.copylibstask.CopyLibs" classpath="${libs.CopyLibs.classpath}" name="copylibs"/>
+ <copylibs compress="${jar.compress}" jarfile="${dist.jar}" manifest="${manifest.file}" runtimeclasspath="${run.classpath.without.build.classes.dir}">
+ <fileset dir="${build.classes.dir}"/>
+ <manifest>
+ <attribute name="Main-Class" value="${main.class}"/>
+ <attribute name="Class-Path" value="${jar.classpath}"/>
+ </manifest>
+ </copylibs>
+ <echo>To run this application from the command line without Ant, try:</echo>
+ <property location="${dist.jar}" name="dist.jar.resolved"/>
+ <echo>java -jar "${dist.jar.resolved}"</echo>
+ </target>
+ <target name="-post-jar">
+ <!-- Empty placeholder for easier customization. -->
+ <!-- You can override this target in the ../build.xml file. -->
+ </target>
+ <target depends="init,compile,-pre-jar,-do-jar-with-manifest,-do-jar-without-manifest,-do-jar-with-mainclass,-do-jar-with-libraries,-post-jar" description="Build JAR." name="jar"/>
+ <!--
+ =================
+ EXECUTION SECTION
+ =================
+ -->
+ <target depends="init,compile" description="Run a main class." name="run">
+ <j2seproject1:java>
+ <customize>
+ <arg line="${application.args}"/>
+ </customize>
+ </j2seproject1:java>
+ </target>
+ <target name="-do-not-recompile">
+ <property name="javac.includes.binary" value=""/>
+ </target>
+ <target depends="init,-do-not-recompile,compile-single" name="run-single">
+ <fail unless="run.class">Must select one file in the IDE or set run.class</fail>
+ <j2seproject1:java classname="${run.class}"/>
+ </target>
+ <!--
+ =================
+ DEBUGGING SECTION
+ =================
+ -->
+ <target depends="init" if="netbeans.home" name="-debug-start-debugger">
+ <j2seproject1:nbjpdastart name="${debug.class}"/>
+ </target>
+ <target depends="init,compile" name="-debug-start-debuggee">
+ <j2seproject3:debug>
+ <customize>
+ <arg line="${application.args}"/>
+ </customize>
+ </j2seproject3:debug>
+ </target>
+ <target depends="init,compile,-debug-start-debugger,-debug-start-debuggee" description="Debug project in IDE." if="netbeans.home" name="debug"/>
+ <target depends="init" if="netbeans.home" name="-debug-start-debugger-stepinto">
+ <j2seproject1:nbjpdastart stopclassname="${main.class}"/>
+ </target>
+ <target depends="init,compile,-debug-start-debugger-stepinto,-debug-start-debuggee" if="netbeans.home" name="debug-stepinto"/>
+ <target depends="init,compile-single" if="netbeans.home" name="-debug-start-debuggee-single">
+ <fail unless="debug.class">Must select one file in the IDE or set debug.class</fail>
+ <j2seproject3:debug classname="${debug.class}"/>
+ </target>
+ <target depends="init,-do-not-recompile,compile-single,-debug-start-debugger,-debug-start-debuggee-single" if="netbeans.home" name="debug-single"/>
+ <target depends="init" name="-pre-debug-fix">
+ <fail unless="fix.includes">Must set fix.includes</fail>
+ <property name="javac.includes" value="${fix.includes}.java"/>
+ </target>
+ <target depends="init,-pre-debug-fix,compile-single" if="netbeans.home" name="-do-debug-fix">
+ <j2seproject1:nbjpdareload/>
+ </target>
+ <target depends="init,-pre-debug-fix,-do-debug-fix" if="netbeans.home" name="debug-fix"/>
+ <!--
+ ===============
+ JAVADOC SECTION
+ ===============
+ -->
+ <target depends="init" name="-javadoc-build">
+ <mkdir dir="${dist.javadoc.dir}"/>
+ <javadoc additionalparam="${javadoc.additionalparam}" author="${javadoc.author}" charset="UTF-8" destdir="${dist.javadoc.dir}" docencoding="UTF-8" encoding="${javadoc.encoding.used}" failonerror="true" noindex="${javadoc.noindex}" nonavbar="${javadoc.nonavbar}" notree="${javadoc.notree}" private="${javadoc.private}" source="${javac.source}" splitindex="${javadoc.splitindex}" use="${javadoc.use}" useexternalfile="true" version="${javadoc.version}" windowtitle="${javadoc.windowtitle}">
+ <classpath>
+ <path path="${javac.classpath}"/>
+ </classpath>
+ <fileset dir="${src.dir}" excludes="${excludes}" includes="${includes}">
+ <filename name="**/*.java"/>
+ </fileset>
+ </javadoc>
+ </target>
+ <target depends="init,-javadoc-build" if="netbeans.home" name="-javadoc-browse" unless="no.javadoc.preview">
+ <nbbrowse file="${dist.javadoc.dir}/index.html"/>
+ </target>
+ <target depends="init,-javadoc-build,-javadoc-browse" description="Build Javadoc." name="javadoc"/>
+ <!--
+ =========================
+ JUNIT COMPILATION SECTION
+ =========================
+ -->
+ <target depends="init,compile" if="have.tests" name="-pre-pre-compile-test">
+ <mkdir dir="${build.test.classes.dir}"/>
+ </target>
+ <target name="-pre-compile-test">
+ <!-- Empty placeholder for easier customization. -->
+ <!-- You can override this target in the ../build.xml file. -->
+ </target>
+ <target if="do.depend.true" name="-compile-test-depend">
+ <j2seproject3:depend classpath="${javac.test.classpath}" destdir="${build.test.classes.dir}" srcdir="${test.src.dir}"/>
+ </target>
+ <target depends="init,compile,-pre-pre-compile-test,-pre-compile-test,-compile-test-depend" if="have.tests" name="-do-compile-test">
+ <j2seproject3:javac classpath="${javac.test.classpath}" debug="true" destdir="${build.test.classes.dir}" srcdir="${test.src.dir}"/>
+ <copy todir="${build.test.classes.dir}">
+ <fileset dir="${test.src.dir}" excludes="${build.classes.excludes},${excludes}" includes="${includes}"/>
+ </copy>
+ </target>
+ <target name="-post-compile-test">
+ <!-- Empty placeholder for easier customization. -->
+ <!-- You can override this target in the ../build.xml file. -->
+ </target>
+ <target depends="init,compile,-pre-pre-compile-test,-pre-compile-test,-do-compile-test,-post-compile-test" name="compile-test"/>
+ <target name="-pre-compile-test-single">
+ <!-- Empty placeholder for easier customization. -->
+ <!-- You can override this target in the ../build.xml file. -->
+ </target>
+ <target depends="init,compile,-pre-pre-compile-test,-pre-compile-test-single" if="have.tests" name="-do-compile-test-single">
+ <fail unless="javac.includes">Must select some files in the IDE or set javac.includes</fail>
+ <j2seproject3:force-recompile destdir="${build.test.classes.dir}"/>
+ <j2seproject3:javac classpath="${javac.test.classpath}" debug="true" destdir="${build.test.classes.dir}" excludes="" includes="${javac.includes}" sourcepath="${test.src.dir}" srcdir="${test.src.dir}"/>
+ <copy todir="${build.test.classes.dir}">
+ <fileset dir="${test.src.dir}" excludes="${build.classes.excludes},${excludes}" includes="${includes}"/>
+ </copy>
+ </target>
+ <target name="-post-compile-test-single">
+ <!-- Empty placeholder for easier customization. -->
+ <!-- You can override this target in the ../build.xml file. -->
+ </target>
+ <target depends="init,compile,-pre-pre-compile-test,-pre-compile-test-single,-do-compile-test-single,-post-compile-test-single" name="compile-test-single"/>
+ <!--
+ =======================
+ JUNIT EXECUTION SECTION
+ =======================
+ -->
+ <target depends="init" if="have.tests" name="-pre-test-run">
+ <mkdir dir="${build.test.results.dir}"/>
+ </target>
+ <target depends="init,compile-test,-pre-test-run" if="have.tests" name="-do-test-run">
+ <j2seproject3:junit testincludes="**/*Test.java"/>
+ </target>
+ <target depends="init,compile-test,-pre-test-run,-do-test-run" if="have.tests" name="-post-test-run">
+ <fail if="tests.failed">Some tests failed; see details above.</fail>
+ </target>
+ <target depends="init" if="have.tests" name="test-report"/>
+ <target depends="init" if="netbeans.home+have.tests" name="-test-browse"/>
+ <target depends="init,compile-test,-pre-test-run,-do-test-run,test-report,-post-test-run,-test-browse" description="Run unit tests." name="test"/>
+ <target depends="init" if="have.tests" name="-pre-test-run-single">
+ <mkdir dir="${build.test.results.dir}"/>
+ </target>
+ <target depends="init,compile-test-single,-pre-test-run-single" if="have.tests" name="-do-test-run-single">
+ <fail unless="test.includes">Must select some files in the IDE or set test.includes</fail>
+ <j2seproject3:junit excludes="" includes="${test.includes}"/>
+ </target>
+ <target depends="init,compile-test-single,-pre-test-run-single,-do-test-run-single" if="have.tests" name="-post-test-run-single">
+ <fail if="tests.failed">Some tests failed; see details above.</fail>
+ </target>
+ <target depends="init,-do-not-recompile,compile-test-single,-pre-test-run-single,-do-test-run-single,-post-test-run-single" description="Run single unit test." name="test-single"/>
+ <!--
+ =======================
+ JUNIT DEBUGGING SECTION
+ =======================
+ -->
+ <target depends="init,compile-test" if="have.tests" name="-debug-start-debuggee-test">
+ <fail unless="test.class">Must select one file in the IDE or set test.class</fail>
+ <property location="${build.test.results.dir}/TEST-${test.class}.xml" name="test.report.file"/>
+ <delete file="${test.report.file}"/>
+ <mkdir dir="${build.test.results.dir}"/>
+ <j2seproject3:debug classname="org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner" classpath="${ant.home}/lib/ant.jar:${ant.home}/lib/ant-junit.jar:${debug.test.classpath}">
+ <customize>
+ <syspropertyset>
+ <propertyref prefix="test-sys-prop."/>
+ <mapper from="test-sys-prop.*" to="*" type="glob"/>
+ </syspropertyset>
+ <arg value="${test.class}"/>
+ <arg value="showoutput=true"/>
+ <arg value="formatter=org.apache.tools.ant.taskdefs.optional.junit.BriefJUnitResultFormatter"/>
+ <arg value="formatter=org.apache.tools.ant.taskdefs.optional.junit.XMLJUnitResultFormatter,${test.report.file}"/>
+ </customize>
+ </j2seproject3:debug>
+ </target>
+ <target depends="init,compile-test" if="netbeans.home+have.tests" name="-debug-start-debugger-test">
+ <j2seproject1:nbjpdastart classpath="${debug.test.classpath}" name="${test.class}"/>
+ </target>
+ <target depends="init,-do-not-recompile,compile-test-single,-debug-start-debugger-test,-debug-start-debuggee-test" name="debug-test"/>
+ <target depends="init,-pre-debug-fix,compile-test-single" if="netbeans.home" name="-do-debug-fix-test">
+ <j2seproject1:nbjpdareload dir="${build.test.classes.dir}"/>
+ </target>
+ <target depends="init,-pre-debug-fix,-do-debug-fix-test" if="netbeans.home" name="debug-fix-test"/>
+ <!--
+ =========================
+ APPLET EXECUTION SECTION
+ =========================
+ -->
+ <target depends="init,compile-single" name="run-applet">
+ <fail unless="applet.url">Must select one file in the IDE or set applet.url</fail>
+ <j2seproject1:java classname="sun.applet.AppletViewer">
+ <customize>
+ <arg value="${applet.url}"/>
+ </customize>
+ </j2seproject1:java>
+ </target>
+ <!--
+ =========================
+ APPLET DEBUGGING SECTION
+ =========================
+ -->
+ <target depends="init,compile-single" if="netbeans.home" name="-debug-start-debuggee-applet">
+ <fail unless="applet.url">Must select one file in the IDE or set applet.url</fail>
+ <j2seproject3:debug classname="sun.applet.AppletViewer">
+ <customize>
+ <arg value="${applet.url}"/>
+ </customize>
+ </j2seproject3:debug>
+ </target>
+ <target depends="init,compile-single,-debug-start-debugger,-debug-start-debuggee-applet" if="netbeans.home" name="debug-applet"/>
+ <!--
+ ===============
+ CLEANUP SECTION
+ ===============
+ -->
+ <target depends="init" name="deps-clean" unless="no.deps"/>
+ <target depends="init" name="-do-clean">
+ <delete dir="${build.dir}"/>
+ <delete dir="${dist.dir}"/>
+ </target>
+ <target name="-post-clean">
+ <!-- Empty placeholder for easier customization. -->
+ <!-- You can override this target in the ../build.xml file. -->
+ </target>
+ <target depends="init,deps-clean,-do-clean,-post-clean" description="Clean build products." name="clean"/>
+</project>
diff --git a/Master/Daten- und Systemintegration/Praktikum/DSI-Praktikum-1_ausgang/WS-Client/nbproject/genfiles.properties b/Master/Daten- und Systemintegration/Praktikum/DSI-Praktikum-1_ausgang/WS-Client/nbproject/genfiles.properties new file mode 100644 index 0000000..fd3ac41 --- /dev/null +++ b/Master/Daten- und Systemintegration/Praktikum/DSI-Praktikum-1_ausgang/WS-Client/nbproject/genfiles.properties @@ -0,0 +1,8 @@ +build.xml.data.CRC32=d221105c
+build.xml.script.CRC32=4a36ae31
+build.xml.stylesheet.CRC32=958a1d3e
+# This file is used by a NetBeans-based IDE to track changes in generated files such as build-impl.xml.
+# Do not edit this file. You may delete it but then the IDE will never regenerate such files for you.
+nbproject/build-impl.xml.data.CRC32=d221105c
+nbproject/build-impl.xml.script.CRC32=a21d2adb
+nbproject/build-impl.xml.stylesheet.CRC32=65b8de21
diff --git a/Master/Daten- und Systemintegration/Praktikum/DSI-Praktikum-1_ausgang/WS-Client/nbproject/jax-ws.xml b/Master/Daten- und Systemintegration/Praktikum/DSI-Praktikum-1_ausgang/WS-Client/nbproject/jax-ws.xml new file mode 100644 index 0000000..1e85d37 --- /dev/null +++ b/Master/Daten- und Systemintegration/Praktikum/DSI-Praktikum-1_ausgang/WS-Client/nbproject/jax-ws.xml @@ -0,0 +1,107 @@ +<?xml version="1.0" encoding="UTF-8"?> +<jax-ws xmlns="http://www.netbeans.org/ns/jax-ws/1"> + <services/> + <clients> + <client name="BestellBean"> + <wsdl-url>http://localhost:8080/BestellBeanService/BestellBean?wsdl</wsdl-url> + <local-wsdl-file>localhost_8080/BestellBeanService/BestellBean.wsdl</local-wsdl-file> + <package-name>beans.bestell</package-name> + <catalog-file>catalog.xml</catalog-file> + <wsimport-options> + <wsimport-option> + <wsimport-option-name>extension</wsimport-option-name> + <wsimport-option-value>true</wsimport-option-value> + </wsimport-option> + <wsimport-option> + <wsimport-option-name>verbose</wsimport-option-name> + <wsimport-option-value>true</wsimport-option-value> + </wsimport-option> + <wsimport-option> + <wsimport-option-name>wsdlLocation</wsimport-option-name> + <wsimport-option-value>http://localhost:8080/BestellBeanService/BestellBean?wsdl</wsimport-option-value> + </wsimport-option> + </wsimport-options> + </client> + <client name="ArtikelManagerBean"> + <wsdl-url>http://localhost:8080/ArtikelManagerBeanService/ArtikelManagerBean?wsdl</wsdl-url> + <local-wsdl-file>localhost_8080/ArtikelManagerBeanService/ArtikelManagerBean.wsdl</local-wsdl-file> + <package-name>beans.artikelmanager</package-name> + <catalog-file>catalog.xml</catalog-file> + <wsimport-options> + <wsimport-option> + <wsimport-option-name>extension</wsimport-option-name> + <wsimport-option-value>true</wsimport-option-value> + </wsimport-option> + <wsimport-option> + <wsimport-option-name>verbose</wsimport-option-name> + <wsimport-option-value>true</wsimport-option-value> + </wsimport-option> + <wsimport-option> + <wsimport-option-name>wsdlLocation</wsimport-option-name> + <wsimport-option-value>http://localhost:8080/ArtikelManagerBeanService/ArtikelManagerBean?wsdl</wsimport-option-value> + </wsimport-option> + </wsimport-options> + </client> + <client name="LagerBean"> + <wsdl-url>http://localhost:8080/LagerBeanService/LagerBean?wsdl</wsdl-url> + <local-wsdl-file>localhost_8080/LagerBeanService/LagerBean.wsdl</local-wsdl-file> + <package-name>beans.lager</package-name> + <catalog-file>catalog.xml</catalog-file> + <wsimport-options> + <wsimport-option> + <wsimport-option-name>extension</wsimport-option-name> + <wsimport-option-value>true</wsimport-option-value> + </wsimport-option> + <wsimport-option> + <wsimport-option-name>verbose</wsimport-option-name> + <wsimport-option-value>true</wsimport-option-value> + </wsimport-option> + <wsimport-option> + <wsimport-option-name>wsdlLocation</wsimport-option-name> + <wsimport-option-value>http://localhost:8080/LagerBeanService/LagerBean?wsdl</wsimport-option-value> + </wsimport-option> + </wsimport-options> + </client> + <client name="LieferantBean"> + <wsdl-url>http://localhost:8080/LieferantBeanService/LieferantBean?wsdl</wsdl-url> + <local-wsdl-file>localhost_8080/LieferantBeanService/LieferantBean.wsdl</local-wsdl-file> + <package-name>beans.lieferant</package-name> + <catalog-file>catalog.xml</catalog-file> + <wsimport-options> + <wsimport-option> + <wsimport-option-name>extension</wsimport-option-name> + <wsimport-option-value>true</wsimport-option-value> + </wsimport-option> + <wsimport-option> + <wsimport-option-name>verbose</wsimport-option-name> + <wsimport-option-value>true</wsimport-option-value> + </wsimport-option> + <wsimport-option> + <wsimport-option-name>wsdlLocation</wsimport-option-name> + <wsimport-option-value>http://localhost:8080/LieferantBeanService/LieferantBean?wsdl</wsimport-option-value> + </wsimport-option> + </wsimport-options> + </client> + <client name="MindestMengeService"> + <wsdl-url>http://localhost:8080/DSI-Andere-Webservices/MindestMengeService?wsdl</wsdl-url> + <local-wsdl-file>localhost_8080/DSI-Andere-Webservices/MindestMengeService.wsdl</local-wsdl-file> + <package-name>ws</package-name> + <catalog-file>catalog.xml</catalog-file> + <wsimport-options> + <wsimport-option> + <wsimport-option-name>extension</wsimport-option-name> + <wsimport-option-value>true</wsimport-option-value> + </wsimport-option> + <wsimport-option> + <wsimport-option-name>verbose</wsimport-option-name> + <wsimport-option-value>true</wsimport-option-value> + </wsimport-option> + <wsimport-option> + <wsimport-option-name>wsdlLocation</wsimport-option-name> + <wsimport-option-value>http://localhost:8080/DSI-Andere-Webservices/MindestMengeService?wsdl</wsimport-option-value> + </wsimport-option> + </wsimport-options> + </client> + </clients> + <jsr109>false</jsr109> +</jax-ws> diff --git a/Master/Daten- und Systemintegration/Praktikum/DSI-Praktikum-1_ausgang/WS-Client/nbproject/jaxws-build.xml b/Master/Daten- und Systemintegration/Praktikum/DSI-Praktikum-1_ausgang/WS-Client/nbproject/jaxws-build.xml new file mode 100644 index 0000000..b66907a --- /dev/null +++ b/Master/Daten- und Systemintegration/Praktikum/DSI-Praktikum-1_ausgang/WS-Client/nbproject/jaxws-build.xml @@ -0,0 +1,69 @@ +<?xml version="1.0" encoding="UTF-8"?>
+<project xmlns:xalan="http://xml.apache.org/xslt" xmlns:j2seproject3="http://www.netbeans.org/ns/j2se-project/3" xmlns:jaxws="http://www.netbeans.org/ns/jax-ws/1">
+ <!-- + =================== + JAX-WS WSIMPORT SECTION + =================== + -->
+ <target name="wsimport-init" depends="init">
+ <mkdir dir="${build.generated.dir}/wsimport/client"/>
+ <taskdef name="wsimport" classname="com.sun.tools.ws.ant.WsImport">
+ <classpath path="${libs.jaxws21.classpath}"/>
+ </taskdef>
+ </target>
+ <target name="wsimport-client-BestellBean" depends="wsimport-init">
+ <property name="wsdl-BestellBean" location="xml-resources/web-service-references/BestellBean/wsdl/localhost_8080/BestellBeanService/BestellBean.wsdl"/>
+ <wsimport sourcedestdir="${build.generated.dir}/wsimport/client" destdir="${build.generated.dir}/wsimport/client" wsdl="${wsdl-BestellBean}" catalog="catalog.xml" extension="true" verbose="true" wsdlLocation="http://localhost:8080/BestellBeanService/BestellBean?wsdl">
+ <produces dir="${build.generated.dir}/wsimport/client/beans/bestell" includes="BestellBean.java" casesensitive="no"/>
+ </wsimport>
+ </target>
+ <target name="wsimport-client-clean-BestellBean" depends="-init-project">
+ <delete dir="${build.generated.dir}/wsimport/client/beans/bestell"/>
+ </target>
+ <target name="wsimport-client-ArtikelManagerBean" depends="wsimport-init">
+ <property name="wsdl-ArtikelManagerBean" location="xml-resources/web-service-references/ArtikelManagerBean/wsdl/localhost_8080/ArtikelManagerBeanService/ArtikelManagerBean.wsdl"/>
+ <wsimport sourcedestdir="${build.generated.dir}/wsimport/client" destdir="${build.generated.dir}/wsimport/client" wsdl="${wsdl-ArtikelManagerBean}" catalog="catalog.xml" extension="true" verbose="true" wsdlLocation="http://localhost:8080/ArtikelManagerBeanService/ArtikelManagerBean?wsdl">
+ <produces dir="${build.generated.dir}/wsimport/client/beans/artikelmanager" includes="ArtikelManagerBean.java" casesensitive="no"/>
+ </wsimport>
+ </target>
+ <target name="wsimport-client-clean-ArtikelManagerBean" depends="-init-project">
+ <delete dir="${build.generated.dir}/wsimport/client/beans/artikelmanager"/>
+ </target>
+ <target name="wsimport-client-LagerBean" depends="wsimport-init">
+ <property name="wsdl-LagerBean" location="xml-resources/web-service-references/LagerBean/wsdl/localhost_8080/LagerBeanService/LagerBean.wsdl"/>
+ <wsimport sourcedestdir="${build.generated.dir}/wsimport/client" destdir="${build.generated.dir}/wsimport/client" wsdl="${wsdl-LagerBean}" catalog="catalog.xml" extension="true" verbose="true" wsdlLocation="http://localhost:8080/LagerBeanService/LagerBean?wsdl">
+ <produces dir="${build.generated.dir}/wsimport/client/beans/lager" includes="LagerBean.java" casesensitive="no"/>
+ </wsimport>
+ </target>
+ <target name="wsimport-client-clean-LagerBean" depends="-init-project">
+ <delete dir="${build.generated.dir}/wsimport/client/beans/lager"/>
+ </target>
+ <target name="wsimport-client-LieferantBean" depends="wsimport-init">
+ <property name="wsdl-LieferantBean" location="xml-resources/web-service-references/LieferantBean/wsdl/localhost_8080/LieferantBeanService/LieferantBean.wsdl"/>
+ <wsimport sourcedestdir="${build.generated.dir}/wsimport/client" destdir="${build.generated.dir}/wsimport/client" wsdl="${wsdl-LieferantBean}" catalog="catalog.xml" extension="true" verbose="true" wsdlLocation="http://localhost:8080/LieferantBeanService/LieferantBean?wsdl">
+ <produces dir="${build.generated.dir}/wsimport/client/beans/lieferant" includes="LieferantBean.java" casesensitive="no"/>
+ </wsimport>
+ </target>
+ <target name="wsimport-client-clean-LieferantBean" depends="-init-project">
+ <delete dir="${build.generated.dir}/wsimport/client/beans/lieferant"/>
+ </target>
+ <target name="wsimport-client-MindestMengeService" depends="wsimport-init">
+ <property name="wsdl-MindestMengeService" location="xml-resources/web-service-references/MindestMengeService/wsdl/localhost_8080/DSI-Andere-Webservices/MindestMengeService.wsdl"/>
+ <wsimport sourcedestdir="${build.generated.dir}/wsimport/client" destdir="${build.generated.dir}/wsimport/client" wsdl="${wsdl-MindestMengeService}" catalog="catalog.xml" extension="true" verbose="true" wsdlLocation="http://localhost:8080/DSI-Andere-Webservices/MindestMengeService?wsdl">
+ <produces dir="${build.generated.dir}/wsimport/client/ws" includes="MindestMengeService.java" casesensitive="no"/>
+ </wsimport>
+ </target>
+ <target name="wsimport-client-clean-MindestMengeService" depends="-init-project">
+ <delete dir="${build.generated.dir}/wsimport/client/ws"/>
+ </target>
+ <target name="wsimport-client-generate" depends="wsimport-client-BestellBean, wsimport-client-ArtikelManagerBean, wsimport-client-LagerBean, wsimport-client-LieferantBean, wsimport-client-MindestMengeService"/>
+ <target name="wsimport-client-compile-depend" if="do.depend.true">
+ <j2seproject3:depend srcdir="${build.generated.dir}/wsimport/client" classpath="${libs.jaxws21.classpath}:${javac.classpath}" destdir="${build.classes.dir}"/>
+ </target>
+ <target name="wsimport-client-compile" depends="-pre-pre-compile, wsimport-client-compile-depend">
+ <j2seproject3:javac srcdir="${build.generated.dir}/wsimport/client" classpath="${libs.jaxws21.classpath}:${javac.classpath}" destdir="${build.classes.dir}"/>
+ <copy todir="${build.classes.dir}">
+ <fileset dir="${build.generated.dir}/wsimport/client" includes="**/*.xml"/>
+ </copy>
+ </target>
+</project>
diff --git a/Master/Daten- und Systemintegration/Praktikum/DSI-Praktikum-1_ausgang/WS-Client/nbproject/private/private.properties b/Master/Daten- und Systemintegration/Praktikum/DSI-Praktikum-1_ausgang/WS-Client/nbproject/private/private.properties new file mode 100644 index 0000000..07a4cb1 --- /dev/null +++ b/Master/Daten- und Systemintegration/Praktikum/DSI-Praktikum-1_ausgang/WS-Client/nbproject/private/private.properties @@ -0,0 +1,2 @@ +jaxws.endorsed.dir=C:\\Programme\\NetBeans 6.5\\java2\\modules\\ext\\jaxws21\\api:C:\\Programme\\NetBeans 6.5\\ide10\\modules\\ext\\jaxb\\api
+user.properties.file=C:\\Dokumente und Einstellungen\\eisenhauer\\.netbeans\\6.5\\build.properties
diff --git a/Master/Daten- und Systemintegration/Praktikum/DSI-Praktikum-1_ausgang/WS-Client/nbproject/private/private.xml b/Master/Daten- und Systemintegration/Praktikum/DSI-Praktikum-1_ausgang/WS-Client/nbproject/private/private.xml new file mode 100644 index 0000000..cc2c0e5 --- /dev/null +++ b/Master/Daten- und Systemintegration/Praktikum/DSI-Praktikum-1_ausgang/WS-Client/nbproject/private/private.xml @@ -0,0 +1,4 @@ +<?xml version="1.0" encoding="UTF-8"?>
+<project-private xmlns="http://www.netbeans.org/ns/project-private/1">
+ <editor-bookmarks xmlns="http://www.netbeans.org/ns/editor-bookmarks/1"/>
+</project-private>
diff --git a/Master/Daten- und Systemintegration/Praktikum/DSI-Praktikum-1_ausgang/WS-Client/nbproject/project.properties b/Master/Daten- und Systemintegration/Praktikum/DSI-Praktikum-1_ausgang/WS-Client/nbproject/project.properties new file mode 100644 index 0000000..fc24d08 --- /dev/null +++ b/Master/Daten- und Systemintegration/Praktikum/DSI-Praktikum-1_ausgang/WS-Client/nbproject/project.properties @@ -0,0 +1,61 @@ +build.classes.dir=${build.dir}/classes
+build.classes.excludes=**/*.java,**/*.form
+# This directory is removed when the project is cleaned:
+build.dir=build
+build.generated.dir=${build.dir}/generated
+# Only compile against the classpath explicitly listed here:
+build.sysclasspath=ignore
+build.test.classes.dir=${build.dir}/test/classes
+build.test.results.dir=${build.dir}/test/results
+debug.classpath=\
+ ${run.classpath}
+debug.test.classpath=\
+ ${run.test.classpath}
+# This directory is removed when the project is cleaned:
+dist.dir=dist
+dist.jar=${dist.dir}/WS-Client.jar
+dist.javadoc.dir=${dist.dir}/javadoc
+excludes=
+includes=**
+jar.compress=false
+javac.classpath=\
+ ${libs.jaxws21.classpath}
+# Space-separated list of extra javac options
+javac.compilerargs=
+javac.deprecation=false
+javac.source=1.5
+javac.target=1.5
+javac.test.classpath=\
+ ${javac.classpath}:\
+ ${build.classes.dir}:\
+ ${libs.junit.classpath}:\
+ ${libs.junit_4.classpath}
+javadoc.additionalparam=
+javadoc.author=false
+javadoc.encoding=${source.encoding}
+javadoc.noindex=false
+javadoc.nonavbar=false
+javadoc.notree=false
+javadoc.private=false
+javadoc.splitindex=true
+javadoc.use=true
+javadoc.version=false
+javadoc.windowtitle=
+main.class=wsclient.Main
+manifest.file=manifest.mf
+meta.inf.dir=${src.dir}/META-INF
+platform.active=default_platform
+run.classpath=\
+ ${javac.classpath}:\
+ ${build.classes.dir}
+# Space-separated list of JVM arguments used when running the project
+# (you may also define separate properties like run-sys-prop.name=value instead of -Dname=value
+# or test-sys-prop.name=value to set system properties for unit tests):
+run.jvmargs=
+run.test.classpath=\
+ ${javac.test.classpath}:\
+ ${build.test.classes.dir}
+source.encoding=UTF-8
+src.dir=src
+test.src.dir=test
+compile.on.save.unsupported.jaxws=true
diff --git a/Master/Daten- und Systemintegration/Praktikum/DSI-Praktikum-1_ausgang/WS-Client/nbproject/project.xml b/Master/Daten- und Systemintegration/Praktikum/DSI-Praktikum-1_ausgang/WS-Client/nbproject/project.xml new file mode 100644 index 0000000..a209bd3 --- /dev/null +++ b/Master/Daten- und Systemintegration/Praktikum/DSI-Praktikum-1_ausgang/WS-Client/nbproject/project.xml @@ -0,0 +1,26 @@ +<?xml version="1.0" encoding="UTF-8"?>
+<project xmlns="http://www.netbeans.org/ns/project/1">
+ <type>org.netbeans.modules.java.j2seproject</type>
+ <configuration>
+ <buildExtensions xmlns="http://www.netbeans.org/ns/ant-build-extender/1">
+ <extension file="jaxws-build.xml" id="jaxws">
+ <dependency dependsOn="wsimport-client-compile" target="-do-compile"/>
+ <dependency dependsOn="wsimport-client-compile" target="-do-compile-single"/>
+ <dependency dependsOn="wsimport-client-generate" target="-pre-pre-compile"/>
+ </extension>
+ </buildExtensions>
+ <data xmlns="http://www.netbeans.org/ns/j2se-project/3">
+ <name>WS-Client</name>
+ <minimum-ant-version>1.6.5</minimum-ant-version>
+ <source-roots>
+ <root id="src.dir"/>
+ </source-roots>
+ <test-roots>
+ <root id="test.src.dir"/>
+ </test-roots>
+ </data>
+ <libraries xmlns="http://www.netbeans.org/ns/ant-project-libraries/1">
+ <definitions>.\lib\nblibraries.properties</definitions>
+ </libraries>
+ </configuration>
+</project>
diff --git a/Master/Daten- und Systemintegration/Praktikum/DSI-Praktikum-1_ausgang/WS-Client/src/wsclient/Bestellung.java b/Master/Daten- und Systemintegration/Praktikum/DSI-Praktikum-1_ausgang/WS-Client/src/wsclient/Bestellung.java new file mode 100644 index 0000000..d2902d7 --- /dev/null +++ b/Master/Daten- und Systemintegration/Praktikum/DSI-Praktikum-1_ausgang/WS-Client/src/wsclient/Bestellung.java @@ -0,0 +1,174 @@ +/* + * To change this template, choose Tools | Templates + * and open the template in the editor. + */ +package wsclient; + +/* + * TODO: nach der Generierung der Webservice-Clients bitte Kommentar entfernen + * +import beans.artikelmanager.*; +*/ + + +/** + * + * @author Jan + */ +public class Bestellung { + + + /** + * fuehrt eine Bestellung durch + * + * @param kundenId Die ID des Kunden + * @param artikelId Die ID des Artikels + * @param artikelAnzahl Die Anzahl der Artikel + * @return String Report ueber die Bestellung + * @throws java.lang.Exception + */ + public String fuehreBestellungDurch(long kundenId, long artikelId, long artikelAnzahl) throws Exception { + if(validiereBestellung(artikelId, artikelAnzahl, kundenId) != true) { + throw new Exception("Bestellung nicht valide"); + } + beans.artikelmanager.Artikel artikel = holeArtikelDaten(artikelId); + + if(pruefeVerfuegbarkeit(artikelId, artikelAnzahl)!=true) { + long mindestMenge = holeMindestmengeFuerArtikel(artikelId); + long imLager = artikel.getAnzahl(); + long anzahlNachbestellen = artikelAnzahl - imLager + mindestMenge; + bestelleNach(artikelId, anzahlNachbestellen); + System.out.println(String.format("Reordeing %d pieces of %d", anzahlNachbestellen,artikelId)); + } + bucheAus(artikelId, artikelAnzahl); + double preisNetto = berechneGesamtpreis(artikelAnzahl, artikel.getPreis()); + double mwst = berechneMehrwertSteuer(preisNetto); + String output = erstelleReport(kundenId, artikelAnzahl, artikel, preisNetto, mwst); + return output; + //throw new Exception("noch nicht implementiert!"); + } + + + + +/** + * Die folgenden Methoden koennen zum wrappen der Webservice-Aufrufe verwendet werden + * mittels erstelleReport kann ein Report generiert werden, + * den fuehreBestellungenDurch zurueckgeben kann + */ + + private boolean validiereBestellung(long artikelId, long anzahl, long kundenId) throws Exception { + try { // Call Web Service Operation + beans.bestell.BestellBeanService service = new beans.bestell.BestellBeanService(); + beans.bestell.BestellBean port = service.getBestellBeanPort(); + boolean result = port.validiereBestellung(artikelId, anzahl, kundenId); + System.out.println("Result = "+result); + return result; + } catch (Exception ex) { + throw new Exception("Error validating order with BestellBeanService",ex); + } + } + + private beans.artikelmanager.Artikel holeArtikelDaten(long artikelId) throws beans.artikelmanager.UnbekanntesEntityException_Exception, Exception { + try { // Call Web Service Operation + beans.artikelmanager.ArtikelManagerBeanService service = new beans.artikelmanager.ArtikelManagerBeanService(); + beans.artikelmanager.ArtikelManagerBean port = service.getArtikelManagerBeanPort(); + beans.artikelmanager.Artikel result = port.readArtikel(artikelId); + System.out.println("Result = "+result); + return result; + } catch (Exception ex) { + throw new Exception("Error fetching Artikel from ArtikelManagerBeanService", ex); + } + } + + private boolean pruefeVerfuegbarkeit(long artikelId, long anzahl) throws Exception { + try { // Call Web Service Operation + beans.lager.LagerBeanService service = new beans.lager.LagerBeanService(); + beans.lager.LagerBean port = service.getLagerBeanPort(); + boolean result = port.pruefeVerfuegbarkeit(artikelId, anzahl); + System.out.println("Result = "+result); + return result; + } catch (Exception ex) { + throw new Exception("Error fetching availability from LagerBeanService", ex); + } + + } + + private void bestelleNach(long artikelId, long anzahl) throws beans.lieferant.IllegalerWertException_Exception, beans.lieferant.UnbekanntesEntityException_Exception, Exception { + try { // Call Web Service Operation + beans.lieferant.LieferantBeanService service = new beans.lieferant.LieferantBeanService(); + beans.lieferant.LieferantBean port = service.getLieferantBeanPort(); + port.bestelleNach(artikelId, anzahl); + } catch (Exception ex) { + throw new Exception("Error calling bestelleNach Service Method of LieferantBeanService",ex); + } + + } + + private void bucheAus(long artikelId, long anzahl) throws beans.lager.IllegalerWertException_Exception, beans.lager.UnbekanntesEntityException_Exception, Exception { + try { // Call Web Service Operation + beans.lager.LagerBeanService service = new beans.lager.LagerBeanService(); + beans.lager.LagerBean port = service.getLagerBeanPort(); + port.bucheArtikelAus(artikelId, anzahl); + } catch (Exception ex) { + throw new Exception("Error calling bucheAus Service Method of LagerBeanService", ex); + } + + } + + private double berechneGesamtpreis(long anzahl, double preis) throws Exception { + try { // Call Web Service Operation + beans.bestell.BestellBeanService service = new beans.bestell.BestellBeanService(); + beans.bestell.BestellBean port = service.getBestellBeanPort(); + double result = port.berechneGesamtpreis(anzahl, preis); + System.out.println("Result = "+result); + return result; + } catch (Exception ex) { + throw new Exception("Error calling berechneGesamtpreis Service Method of BestellBeanService", ex); + } + + } + + private double berechneMehrwertSteuer(double preis) throws Exception { + try { // Call Web Service Operation + beans.bestell.BestellBeanService service = new beans.bestell.BestellBeanService(); + beans.bestell.BestellBean port = service.getBestellBeanPort(); + double result = port.berechneMehrwertSteuer(preis); + System.out.println("Result = "+result); + return result; + } catch (Exception ex) { + throw new Exception("Error calling berechneMehrwertSteuer Service Method of BestellBeanService", ex); + } + + } + + private long holeMindestmengeFuerArtikel(long artikelId) throws Exception { + try { // Call Web Service Operation + ws.MindestMengeService service = new ws.MindestMengeService(); + ws.MindestMenge port = service.getMindestMengePort(); + long result = port.holeMindestmengeFuerArtikel(artikelId); + System.out.println("Result = "+result); + return result; + } catch (Exception ex) { + throw new Exception("Error calling holeMindestmengeFuerArtikel Service Method of MindestMengeService", ex); + } + + } + + private String erstelleReport(long kundenId, long artikelAnzahl, beans.artikelmanager.Artikel artikel, double preisOhneMwSt , double MwSt){ + String output = ""; + + output += "<html>"; + output += "<h2>Bestellung</h2>"; + + output += "Kunden-Nr: " + kundenId + "<p>"; + output += "Artikel" + "<p>"; + output += " Artikel-Nr: " + artikel.getId() + " Bezeichnung: " + artikel.getBezeichnung() + "<p>"; + output += "Bestellmenge: " + artikelAnzahl + "<p>"; + output += "Preis: " + String.format("%.2f", preisOhneMwSt) + "€ + " + String.format("%.2f", MwSt) + "€ MwSt = " + String.format("%.2f" ,(preisOhneMwSt + MwSt)) + "€" + "<p>"; + output += "</html>"; + + return output; + } + +}
\ No newline at end of file diff --git a/Master/Daten- und Systemintegration/Praktikum/DSI-Praktikum-1_ausgang/WS-Client/src/wsclient/Main.java b/Master/Daten- und Systemintegration/Praktikum/DSI-Praktikum-1_ausgang/WS-Client/src/wsclient/Main.java new file mode 100644 index 0000000..d95fedf --- /dev/null +++ b/Master/Daten- und Systemintegration/Praktikum/DSI-Praktikum-1_ausgang/WS-Client/src/wsclient/Main.java @@ -0,0 +1,25 @@ +/* + * To change this template, choose Tools | Templates + * and open the template in the editor. + */ + +package wsclient; + +import javax.swing.JFrame; + +/** + * + * @author Jan + */ +public class Main { + + /** + * @param args the command line arguments + */ + public static void main(String[] args) { + // TODO code application logic here + JFrame main = new MainWindow(); + main.setVisible(true); + } + +} diff --git a/Master/Daten- und Systemintegration/Praktikum/DSI-Praktikum-1_ausgang/WS-Client/src/wsclient/MainWindow.form b/Master/Daten- und Systemintegration/Praktikum/DSI-Praktikum-1_ausgang/WS-Client/src/wsclient/MainWindow.form new file mode 100644 index 0000000..10aa90e --- /dev/null +++ b/Master/Daten- und Systemintegration/Praktikum/DSI-Praktikum-1_ausgang/WS-Client/src/wsclient/MainWindow.form @@ -0,0 +1,139 @@ +<?xml version="1.0" encoding="UTF-8" ?> + +<Form version="1.5" maxVersion="1.6" type="org.netbeans.modules.form.forminfo.JFrameFormInfo"> + <Properties> + <Property name="defaultCloseOperation" type="int" value="3"/> + </Properties> + <SyntheticProperties> + <SyntheticProperty name="formSizePolicy" type="int" value="1"/> + </SyntheticProperties> + <AuxValues> + <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="0"/> + <AuxValue name="FormSettings_autoSetComponentName" type="java.lang.Boolean" value="false"/> + <AuxValue name="FormSettings_generateFQN" type="java.lang.Boolean" value="true"/> + <AuxValue name="FormSettings_generateMnemonicsCode" type="java.lang.Boolean" value="false"/> + <AuxValue name="FormSettings_i18nAutoMode" type="java.lang.Boolean" value="false"/> + <AuxValue name="FormSettings_layoutCodeTarget" type="java.lang.Integer" value="1"/> + <AuxValue name="FormSettings_listenerGenerationStyle" type="java.lang.Integer" value="0"/> + <AuxValue name="FormSettings_variablesLocal" type="java.lang.Boolean" value="false"/> + <AuxValue name="FormSettings_variablesModifier" type="java.lang.Integer" value="2"/> + </AuxValues> + + <Layout> + <DimensionLayout dim="0"> + <Group type="103" groupAlignment="0" attributes="0"> + <Group type="102" alignment="0" attributes="0"> + <Group type="103" groupAlignment="0" attributes="0"> + <Group type="102" attributes="0"> + <EmptySpace min="-2" pref="22" max="-2" attributes="0"/> + <Group type="103" groupAlignment="0" attributes="0"> + <Component id="jLabel3" alignment="0" min="-2" max="-2" attributes="0"/> + <Component id="jLabel2" alignment="0" min="-2" max="-2" attributes="0"/> + <Component id="jLabel1" alignment="0" min="-2" max="-2" attributes="0"/> + </Group> + <EmptySpace max="32767" attributes="0"/> + <Group type="103" groupAlignment="0" max="-2" attributes="0"> + <Component id="jSpinnerKundeId" alignment="0" max="32767" attributes="1"/> + <Component id="jSpinnerArtikelId" alignment="0" max="32767" attributes="1"/> + <Component id="jSpinnerArtikelAnzahl" alignment="0" min="-2" pref="95" max="-2" attributes="1"/> + </Group> + <EmptySpace min="-2" pref="18" max="-2" attributes="0"/> + </Group> + <Group type="102" alignment="0" attributes="0"> + <EmptySpace max="-2" attributes="0"/> + <Component id="jButtonBestellungAbschicken" pref="179" max="32767" attributes="0"/> + <EmptySpace max="-2" attributes="0"/> + </Group> + </Group> + <EmptySpace min="-2" pref="158" max="-2" attributes="0"/> + <Component id="jLabelOutput" min="-2" pref="293" max="-2" attributes="0"/> + <EmptySpace max="-2" attributes="0"/> + </Group> + </Group> + </DimensionLayout> + <DimensionLayout dim="1"> + <Group type="103" groupAlignment="0" attributes="0"> + <Group type="102" attributes="0"> + <Group type="103" groupAlignment="0" attributes="0"> + <Group type="102" attributes="0"> + <EmptySpace min="-2" pref="24" max="-2" attributes="0"/> + <Group type="103" groupAlignment="3" attributes="0"> + <Component id="jLabel1" alignment="3" min="-2" max="-2" attributes="0"/> + <Component id="jSpinnerKundeId" alignment="3" min="-2" max="-2" attributes="0"/> + </Group> + <EmptySpace max="-2" attributes="0"/> + <Group type="103" groupAlignment="3" attributes="0"> + <Component id="jLabel2" alignment="3" min="-2" max="-2" attributes="0"/> + <Component id="jSpinnerArtikelId" alignment="3" min="-2" max="-2" attributes="0"/> + </Group> + <EmptySpace max="-2" attributes="0"/> + <Group type="103" groupAlignment="3" attributes="0"> + <Component id="jLabel3" alignment="3" min="-2" max="-2" attributes="0"/> + <Component id="jSpinnerArtikelAnzahl" alignment="3" min="-2" max="-2" attributes="0"/> + </Group> + <EmptySpace max="-2" attributes="0"/> + <Component id="jButtonBestellungAbschicken" min="-2" max="-2" attributes="0"/> + </Group> + <Group type="102" alignment="0" attributes="0"> + <EmptySpace max="-2" attributes="0"/> + <Component id="jLabelOutput" min="-2" pref="192" max="-2" attributes="0"/> + </Group> + </Group> + <EmptySpace pref="102" max="32767" attributes="0"/> + </Group> + </Group> + </DimensionLayout> + </Layout> + <SubComponents> + <Component class="javax.swing.JLabel" name="jLabel1"> + <Properties> + <Property name="text" type="java.lang.String" value="Kunden-Id"/> + </Properties> + </Component> + <Component class="javax.swing.JLabel" name="jLabel2"> + <Properties> + <Property name="text" type="java.lang.String" value="Artikel-Id"/> + </Properties> + </Component> + <Component class="javax.swing.JLabel" name="jLabel3"> + <Properties> + <Property name="text" type="java.lang.String" value="Anzahl"/> + </Properties> + </Component> + <Component class="javax.swing.JSpinner" name="jSpinnerKundeId"> + <Properties> + <Property name="model" type="javax.swing.SpinnerModel" editor="org.netbeans.modules.form.editors2.SpinnerModelEditor"> + <SpinnerModel initial="0" numberType="java.lang.Long" stepSize="1" type="number"/> + </Property> + </Properties> + </Component> + <Component class="javax.swing.JSpinner" name="jSpinnerArtikelId"> + <Properties> + <Property name="model" type="javax.swing.SpinnerModel" editor="org.netbeans.modules.form.editors2.SpinnerModelEditor"> + <SpinnerModel initial="0" numberType="java.lang.Long" stepSize="1" type="number"/> + </Property> + </Properties> + </Component> + <Component class="javax.swing.JSpinner" name="jSpinnerArtikelAnzahl"> + <Properties> + <Property name="model" type="javax.swing.SpinnerModel" editor="org.netbeans.modules.form.editors2.SpinnerModelEditor"> + <SpinnerModel initial="0" numberType="java.lang.Long" stepSize="1" type="number"/> + </Property> + </Properties> + </Component> + <Component class="javax.swing.JButton" name="jButtonBestellungAbschicken"> + <Properties> + <Property name="text" type="java.lang.String" value="Bestellung abschicken"/> + </Properties> + <Events> + <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="jButtonBestellungAbschickenActionPerformed"/> + </Events> + </Component> + <Component class="javax.swing.JLabel" name="jLabelOutput"> + <Properties> + <Property name="text" type="java.lang.String" value="..."/> + <Property name="verticalAlignment" type="int" value="1"/> + </Properties> + </Component> + </SubComponents> +</Form> diff --git a/Master/Daten- und Systemintegration/Praktikum/DSI-Praktikum-1_ausgang/WS-Client/src/wsclient/MainWindow.java b/Master/Daten- und Systemintegration/Praktikum/DSI-Praktikum-1_ausgang/WS-Client/src/wsclient/MainWindow.java new file mode 100644 index 0000000..c05c0ce --- /dev/null +++ b/Master/Daten- und Systemintegration/Praktikum/DSI-Praktikum-1_ausgang/WS-Client/src/wsclient/MainWindow.java @@ -0,0 +1,159 @@ +/* + * MainWindow.java + * + * Created on 8. Juli 2008, 17:02 + */ + +package wsclient; + +import java.util.logging.Level; +import java.util.logging.Logger; +import javax.swing.JDialog; +import javax.swing.JOptionPane; + +/** + * + * @author Jan + */ +public class MainWindow extends javax.swing.JFrame { + + /** Creates new form MainWindow */ + public MainWindow() { + initComponents(); + } + + /** This method is called from within the constructor to + * initialize the form. + * WARNING: Do NOT modify this code. The content of this method is + * always regenerated by the Form Editor. + */ + @SuppressWarnings("unchecked") + // <editor-fold defaultstate="collapsed" desc="Generated Code">//GEN-BEGIN:initComponents + private void initComponents() { + + jLabel1 = new javax.swing.JLabel(); + jLabel2 = new javax.swing.JLabel(); + jLabel3 = new javax.swing.JLabel(); + jSpinnerKundeId = new javax.swing.JSpinner(); + jSpinnerArtikelId = new javax.swing.JSpinner(); + jSpinnerArtikelAnzahl = new javax.swing.JSpinner(); + jButtonBestellungAbschicken = new javax.swing.JButton(); + jLabelOutput = new javax.swing.JLabel(); + + setDefaultCloseOperation(javax.swing.WindowConstants.EXIT_ON_CLOSE); + + jLabel1.setText("Kunden-Id"); + + jLabel2.setText("Artikel-Id"); + + jLabel3.setText("Anzahl"); + + jSpinnerKundeId.setModel(new javax.swing.SpinnerNumberModel(Long.valueOf(0L), null, null, Long.valueOf(1L))); + + jSpinnerArtikelId.setModel(new javax.swing.SpinnerNumberModel(Long.valueOf(0L), null, null, Long.valueOf(1L))); + + jSpinnerArtikelAnzahl.setModel(new javax.swing.SpinnerNumberModel(Long.valueOf(0L), null, null, Long.valueOf(1L))); + + jButtonBestellungAbschicken.setText("Bestellung abschicken"); + jButtonBestellungAbschicken.addActionListener(new java.awt.event.ActionListener() { + public void actionPerformed(java.awt.event.ActionEvent evt) { + jButtonBestellungAbschickenActionPerformed(evt); + } + }); + + jLabelOutput.setText("..."); + jLabelOutput.setVerticalAlignment(javax.swing.SwingConstants.TOP); + + javax.swing.GroupLayout layout = new javax.swing.GroupLayout(getContentPane()); + getContentPane().setLayout(layout); + layout.setHorizontalGroup( + layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING) + .addGroup(layout.createSequentialGroup() + .addGroup(layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING) + .addGroup(layout.createSequentialGroup() + .addGap(22, 22, 22) + .addGroup(layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING) + .addComponent(jLabel3) + .addComponent(jLabel2) + .addComponent(jLabel1)) + .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED, javax.swing.GroupLayout.DEFAULT_SIZE, Short.MAX_VALUE) + .addGroup(layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING, false) + .addComponent(jSpinnerKundeId) + .addComponent(jSpinnerArtikelId) + .addComponent(jSpinnerArtikelAnzahl, javax.swing.GroupLayout.PREFERRED_SIZE, 95, javax.swing.GroupLayout.PREFERRED_SIZE)) + .addGap(18, 18, 18)) + .addGroup(layout.createSequentialGroup() + .addContainerGap() + .addComponent(jButtonBestellungAbschicken, javax.swing.GroupLayout.DEFAULT_SIZE, 179, Short.MAX_VALUE) + .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED))) + .addGap(158, 158, 158) + .addComponent(jLabelOutput, javax.swing.GroupLayout.PREFERRED_SIZE, 293, javax.swing.GroupLayout.PREFERRED_SIZE) + .addContainerGap()) + ); + layout.setVerticalGroup( + layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING) + .addGroup(layout.createSequentialGroup() + .addGroup(layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING) + .addGroup(layout.createSequentialGroup() + .addGap(24, 24, 24) + .addGroup(layout.createParallelGroup(javax.swing.GroupLayout.Alignment.BASELINE) + .addComponent(jLabel1) + .addComponent(jSpinnerKundeId, javax.swing.GroupLayout.PREFERRED_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.PREFERRED_SIZE)) + .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED) + .addGroup(layout.createParallelGroup(javax.swing.GroupLayout.Alignment.BASELINE) + .addComponent(jLabel2) + .addComponent(jSpinnerArtikelId, javax.swing.GroupLayout.PREFERRED_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.PREFERRED_SIZE)) + .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED) + .addGroup(layout.createParallelGroup(javax.swing.GroupLayout.Alignment.BASELINE) + .addComponent(jLabel3) + .addComponent(jSpinnerArtikelAnzahl, javax.swing.GroupLayout.PREFERRED_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.PREFERRED_SIZE)) + .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED) + .addComponent(jButtonBestellungAbschicken)) + .addGroup(layout.createSequentialGroup() + .addContainerGap() + .addComponent(jLabelOutput, javax.swing.GroupLayout.PREFERRED_SIZE, 192, javax.swing.GroupLayout.PREFERRED_SIZE))) + .addContainerGap(102, Short.MAX_VALUE)) + ); + + pack(); + }// </editor-fold>//GEN-END:initComponents + + +private void jButtonBestellungAbschickenActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:event_jButtonBestellungAbschickenActionPerformed + Bestellung b = new Bestellung(); + + try { + + + String output = b.fuehreBestellungDurch((Long) jSpinnerKundeId.getValue(), (Long) jSpinnerArtikelId.getValue(), (Long) jSpinnerArtikelAnzahl.getValue()); + + jLabelOutput.setText(output); + } catch (Exception ex) { + + JOptionPane.showMessageDialog(rootPane, ex.getMessage(), "Fehler beim Bestellvorgang", JOptionPane.ERROR_MESSAGE); + } +}//GEN-LAST:event_jButtonBestellungAbschickenActionPerformed + + /** + * @param args the command line arguments + */ + public static void main(String args[]) { + java.awt.EventQueue.invokeLater(new Runnable() { + public void run() { + new MainWindow().setVisible(true); + } + }); + } + + // Variables declaration - do not modify//GEN-BEGIN:variables + private javax.swing.JButton jButtonBestellungAbschicken; + private javax.swing.JLabel jLabel1; + private javax.swing.JLabel jLabel2; + private javax.swing.JLabel jLabel3; + private javax.swing.JLabel jLabelOutput; + private javax.swing.JSpinner jSpinnerArtikelAnzahl; + private javax.swing.JSpinner jSpinnerArtikelId; + private javax.swing.JSpinner jSpinnerKundeId; + // End of variables declaration//GEN-END:variables + +} diff --git a/Master/Daten- und Systemintegration/Praktikum/DSI-Praktikum-1_ausgang/WS-Client/xml-resources/web-service-references/ArtikelManagerBean/wsdl/localhost_8080/ArtikelManagerBeanService/ArtikelManagerBean.wsdl b/Master/Daten- und Systemintegration/Praktikum/DSI-Praktikum-1_ausgang/WS-Client/xml-resources/web-service-references/ArtikelManagerBean/wsdl/localhost_8080/ArtikelManagerBeanService/ArtikelManagerBean.wsdl new file mode 100644 index 0000000..f442156 --- /dev/null +++ b/Master/Daten- und Systemintegration/Praktikum/DSI-Praktikum-1_ausgang/WS-Client/xml-resources/web-service-references/ArtikelManagerBean/wsdl/localhost_8080/ArtikelManagerBeanService/ArtikelManagerBean.wsdl @@ -0,0 +1,227 @@ +<?xml version="1.0" encoding="UTF-8"?><!-- Published by JAX-WS RI at http://jax-ws.dev.java.net. RI's version is JAX-WS RI 2.1.3.1-hudson-749-SNAPSHOT. --><!-- Generated by JAX-WS RI at http://jax-ws.dev.java.net. RI's version is JAX-WS RI 2.1.3.1-hudson-749-SNAPSHOT. --><definitions xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tns="http://artikelManager.beans/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://schemas.xmlsoap.org/wsdl/" targetNamespace="http://artikelManager.beans/" name="ArtikelManagerBeanService"> +<ns1:Policy xmlns:ns1="http://www.w3.org/ns/ws-policy" wsu:Id="ArtikelManagerBeanPortBinding_deleteArtikel_WSAT_Policy"> +<ns1:ExactlyOne> +<ns1:All> +<ns2:ATAlwaysCapability xmlns:ns2="http://schemas.xmlsoap.org/ws/2004/10/wsat"></ns2:ATAlwaysCapability> +<ns3:ATAssertion xmlns:ns4="http://schemas.xmlsoap.org/ws/2002/12/policy" xmlns:ns3="http://schemas.xmlsoap.org/ws/2004/10/wsat" ns1:Optional="true" ns4:Optional="true"></ns3:ATAssertion> +</ns1:All> +</ns1:ExactlyOne> +</ns1:Policy> +<ns5:Policy xmlns:ns5="http://www.w3.org/ns/ws-policy" wsu:Id="ArtikelManagerBeanPortBinding_readArtikel_WSAT_Policy"> +<ns5:ExactlyOne> +<ns5:All> +<ns6:ATAlwaysCapability xmlns:ns6="http://schemas.xmlsoap.org/ws/2004/10/wsat"></ns6:ATAlwaysCapability> +<ns7:ATAssertion xmlns:ns8="http://schemas.xmlsoap.org/ws/2002/12/policy" xmlns:ns7="http://schemas.xmlsoap.org/ws/2004/10/wsat" ns5:Optional="true" ns8:Optional="true"></ns7:ATAssertion> +</ns5:All> +</ns5:ExactlyOne> +</ns5:Policy> +<ns9:Policy xmlns:ns9="http://www.w3.org/ns/ws-policy" wsu:Id="ArtikelManagerBeanPortBinding_updateArtikel_WSAT_Policy"> +<ns9:ExactlyOne> +<ns9:All> +<ns10:ATAlwaysCapability xmlns:ns10="http://schemas.xmlsoap.org/ws/2004/10/wsat"></ns10:ATAlwaysCapability> +<ns11:ATAssertion xmlns:ns12="http://schemas.xmlsoap.org/ws/2002/12/policy" xmlns:ns11="http://schemas.xmlsoap.org/ws/2004/10/wsat" ns9:Optional="true" ns12:Optional="true"></ns11:ATAssertion> +</ns9:All> +</ns9:ExactlyOne> +</ns9:Policy> +<ns13:Policy xmlns:ns13="http://www.w3.org/ns/ws-policy" wsu:Id="ArtikelManagerBeanPortBinding_deleteAllArtikel_WSAT_Policy"> +<ns13:ExactlyOne> +<ns13:All> +<ns14:ATAlwaysCapability xmlns:ns14="http://schemas.xmlsoap.org/ws/2004/10/wsat"></ns14:ATAlwaysCapability> +<ns15:ATAssertion xmlns:ns16="http://schemas.xmlsoap.org/ws/2002/12/policy" xmlns:ns15="http://schemas.xmlsoap.org/ws/2004/10/wsat" ns13:Optional="true" ns16:Optional="true"></ns15:ATAssertion> +</ns13:All> +</ns13:ExactlyOne> +</ns13:Policy> +<ns17:Policy xmlns:ns17="http://www.w3.org/ns/ws-policy" wsu:Id="ArtikelManagerBeanPortBinding_createArtikel_WSAT_Policy"> +<ns17:ExactlyOne> +<ns17:All> +<ns18:ATAlwaysCapability xmlns:ns18="http://schemas.xmlsoap.org/ws/2004/10/wsat"></ns18:ATAlwaysCapability> +<ns19:ATAssertion xmlns:ns20="http://schemas.xmlsoap.org/ws/2002/12/policy" xmlns:ns19="http://schemas.xmlsoap.org/ws/2004/10/wsat" ns17:Optional="true" ns20:Optional="true"></ns19:ATAssertion> +</ns17:All> +</ns17:ExactlyOne> +</ns17:Policy> +<ns21:Policy xmlns:ns21="http://www.w3.org/ns/ws-policy" wsu:Id="ArtikelManagerBeanPortBinding_existsArtikel_WSAT_Policy"> +<ns21:ExactlyOne> +<ns21:All> +<ns22:ATAlwaysCapability xmlns:ns22="http://schemas.xmlsoap.org/ws/2004/10/wsat"></ns22:ATAlwaysCapability> +<ns23:ATAssertion xmlns:ns24="http://schemas.xmlsoap.org/ws/2002/12/policy" xmlns:ns23="http://schemas.xmlsoap.org/ws/2004/10/wsat" ns21:Optional="true" ns24:Optional="true"></ns23:ATAssertion> +</ns21:All> +</ns21:ExactlyOne> +</ns21:Policy> +<ns25:Policy xmlns:ns25="http://www.w3.org/ns/ws-policy" wsu:Id="ArtikelManagerBeanPortBinding_readAllArtikel_WSAT_Policy"> +<ns25:ExactlyOne> +<ns25:All> +<ns26:ATAlwaysCapability xmlns:ns26="http://schemas.xmlsoap.org/ws/2004/10/wsat"></ns26:ATAlwaysCapability> +<ns27:ATAssertion xmlns:ns28="http://schemas.xmlsoap.org/ws/2002/12/policy" xmlns:ns27="http://schemas.xmlsoap.org/ws/2004/10/wsat" ns25:Optional="true" ns28:Optional="true"></ns27:ATAssertion> +</ns25:All> +</ns25:ExactlyOne> +</ns25:Policy> +<types> +<xsd:schema> +<xsd:import namespace="http://artikelManager.beans/" schemaLocation="http://localhost:8080/ArtikelManagerBeanService/ArtikelManagerBean?xsd=1"></xsd:import> +</xsd:schema> +</types> +<message name="readArtikel"> +<part name="parameters" element="tns:readArtikel"></part> +</message> +<message name="readArtikelResponse"> +<part name="parameters" element="tns:readArtikelResponse"></part> +</message> +<message name="UnbekanntesEntityException"> +<part name="fault" element="tns:UnbekanntesEntityException"></part> +</message> +<message name="createArtikel"> +<part name="parameters" element="tns:createArtikel"></part> +</message> +<message name="createArtikelResponse"> +<part name="parameters" element="tns:createArtikelResponse"></part> +</message> +<message name="IdBereitsVergebenException"> +<part name="fault" element="tns:IdBereitsVergebenException"></part> +</message> +<message name="readAllArtikel"> +<part name="parameters" element="tns:readAllArtikel"></part> +</message> +<message name="readAllArtikelResponse"> +<part name="parameters" element="tns:readAllArtikelResponse"></part> +</message> +<message name="updateArtikel"> +<part name="parameters" element="tns:updateArtikel"></part> +</message> +<message name="updateArtikelResponse"> +<part name="parameters" element="tns:updateArtikelResponse"></part> +</message> +<message name="deleteArtikel"> +<part name="parameters" element="tns:deleteArtikel"></part> +</message> +<message name="deleteArtikelResponse"> +<part name="parameters" element="tns:deleteArtikelResponse"></part> +</message> +<message name="deleteAllArtikel"> +<part name="parameters" element="tns:deleteAllArtikel"></part> +</message> +<message name="deleteAllArtikelResponse"> +<part name="parameters" element="tns:deleteAllArtikelResponse"></part> +</message> +<message name="existsArtikel"> +<part name="parameters" element="tns:existsArtikel"></part> +</message> +<message name="existsArtikelResponse"> +<part name="parameters" element="tns:existsArtikelResponse"></part> +</message> +<portType name="ArtikelManagerBean"> +<operation name="readArtikel"> +<input message="tns:readArtikel"></input> +<output message="tns:readArtikelResponse"></output> +<fault message="tns:UnbekanntesEntityException" name="UnbekanntesEntityException"></fault> +</operation> +<operation name="createArtikel"> +<input message="tns:createArtikel"></input> +<output message="tns:createArtikelResponse"></output> +<fault message="tns:IdBereitsVergebenException" name="IdBereitsVergebenException"></fault> +</operation> +<operation name="readAllArtikel"> +<input message="tns:readAllArtikel"></input> +<output message="tns:readAllArtikelResponse"></output> +</operation> +<operation name="updateArtikel"> +<input message="tns:updateArtikel"></input> +<output message="tns:updateArtikelResponse"></output> +</operation> +<operation name="deleteArtikel"> +<input message="tns:deleteArtikel"></input> +<output message="tns:deleteArtikelResponse"></output> +</operation> +<operation name="deleteAllArtikel"> +<input message="tns:deleteAllArtikel"></input> +<output message="tns:deleteAllArtikelResponse"></output> +</operation> +<operation name="existsArtikel"> +<input message="tns:existsArtikel"></input> +<output message="tns:existsArtikelResponse"></output> +</operation> +</portType> +<binding name="ArtikelManagerBeanPortBinding" type="tns:ArtikelManagerBean"> +<soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="document"></soap:binding> +<operation name="readArtikel"> +<ns29:PolicyReference xmlns:ns29="http://www.w3.org/ns/ws-policy" URI="#ArtikelManagerBeanPortBinding_readArtikel_WSAT_Policy"></ns29:PolicyReference> +<soap:operation soapAction=""></soap:operation> +<input> +<soap:body use="literal"></soap:body> +</input> +<output> +<soap:body use="literal"></soap:body> +</output> +<fault name="UnbekanntesEntityException"> +<soap:fault name="UnbekanntesEntityException" use="literal"></soap:fault> +</fault> +</operation> +<operation name="createArtikel"> +<ns30:PolicyReference xmlns:ns30="http://www.w3.org/ns/ws-policy" URI="#ArtikelManagerBeanPortBinding_createArtikel_WSAT_Policy"></ns30:PolicyReference> +<soap:operation soapAction=""></soap:operation> +<input> +<soap:body use="literal"></soap:body> +</input> +<output> +<soap:body use="literal"></soap:body> +</output> +<fault name="IdBereitsVergebenException"> +<soap:fault name="IdBereitsVergebenException" use="literal"></soap:fault> +</fault> +</operation> +<operation name="readAllArtikel"> +<ns31:PolicyReference xmlns:ns31="http://www.w3.org/ns/ws-policy" URI="#ArtikelManagerBeanPortBinding_readAllArtikel_WSAT_Policy"></ns31:PolicyReference> +<soap:operation soapAction=""></soap:operation> +<input> +<soap:body use="literal"></soap:body> +</input> +<output> +<soap:body use="literal"></soap:body> +</output> +</operation> +<operation name="updateArtikel"> +<ns32:PolicyReference xmlns:ns32="http://www.w3.org/ns/ws-policy" URI="#ArtikelManagerBeanPortBinding_updateArtikel_WSAT_Policy"></ns32:PolicyReference> +<soap:operation soapAction=""></soap:operation> +<input> +<soap:body use="literal"></soap:body> +</input> +<output> +<soap:body use="literal"></soap:body> +</output> +</operation> +<operation name="deleteArtikel"> +<ns33:PolicyReference xmlns:ns33="http://www.w3.org/ns/ws-policy" URI="#ArtikelManagerBeanPortBinding_deleteArtikel_WSAT_Policy"></ns33:PolicyReference> +<soap:operation soapAction=""></soap:operation> +<input> +<soap:body use="literal"></soap:body> +</input> +<output> +<soap:body use="literal"></soap:body> +</output> +</operation> +<operation name="deleteAllArtikel"> +<ns34:PolicyReference xmlns:ns34="http://www.w3.org/ns/ws-policy" URI="#ArtikelManagerBeanPortBinding_deleteAllArtikel_WSAT_Policy"></ns34:PolicyReference> +<soap:operation soapAction=""></soap:operation> +<input> +<soap:body use="literal"></soap:body> +</input> +<output> +<soap:body use="literal"></soap:body> +</output> +</operation> +<operation name="existsArtikel"> +<ns35:PolicyReference xmlns:ns35="http://www.w3.org/ns/ws-policy" URI="#ArtikelManagerBeanPortBinding_existsArtikel_WSAT_Policy"></ns35:PolicyReference> +<soap:operation soapAction=""></soap:operation> +<input> +<soap:body use="literal"></soap:body> +</input> +<output> +<soap:body use="literal"></soap:body> +</output> +</operation> +</binding> +<service name="ArtikelManagerBeanService"> +<port name="ArtikelManagerBeanPort" binding="tns:ArtikelManagerBeanPortBinding"> +<soap:address location="http://localhost:8080/ArtikelManagerBeanService/ArtikelManagerBean"></soap:address> +</port> +</service> +</definitions>
\ No newline at end of file diff --git a/Master/Daten- und Systemintegration/Praktikum/DSI-Praktikum-1_ausgang/WS-Client/xml-resources/web-service-references/ArtikelManagerBean/wsdl/localhost_8080/ArtikelManagerBeanService/ArtikelManagerBean.xsd_1.xsd b/Master/Daten- und Systemintegration/Praktikum/DSI-Praktikum-1_ausgang/WS-Client/xml-resources/web-service-references/ArtikelManagerBean/wsdl/localhost_8080/ArtikelManagerBeanService/ArtikelManagerBean.xsd_1.xsd new file mode 100644 index 0000000..5b22af3 --- /dev/null +++ b/Master/Daten- und Systemintegration/Praktikum/DSI-Praktikum-1_ausgang/WS-Client/xml-resources/web-service-references/ArtikelManagerBean/wsdl/localhost_8080/ArtikelManagerBeanService/ArtikelManagerBean.xsd_1.xsd @@ -0,0 +1,129 @@ +<?xml version="1.0" encoding="UTF-8"?><!-- Published by JAX-WS RI at http://jax-ws.dev.java.net. RI's version is JAX-WS RI 2.1.3.1-hudson-749-SNAPSHOT. --><xs:schema xmlns:tns="http://artikelManager.beans/" xmlns:xs="http://www.w3.org/2001/XMLSchema" version="1.0" targetNamespace="http://artikelManager.beans/"> + +<xs:element name="IdBereitsVergebenException" type="tns:IdBereitsVergebenException"></xs:element> + +<xs:element name="UnbekanntesEntityException" type="tns:UnbekanntesEntityException"></xs:element> + +<xs:element name="createArtikel" type="tns:createArtikel"></xs:element> + +<xs:element name="createArtikelResponse" type="tns:createArtikelResponse"></xs:element> + +<xs:element name="deleteAllArtikel" type="tns:deleteAllArtikel"></xs:element> + +<xs:element name="deleteAllArtikelResponse" type="tns:deleteAllArtikelResponse"></xs:element> + +<xs:element name="deleteArtikel" type="tns:deleteArtikel"></xs:element> + +<xs:element name="deleteArtikelResponse" type="tns:deleteArtikelResponse"></xs:element> + +<xs:element name="existsArtikel" type="tns:existsArtikel"></xs:element> + +<xs:element name="existsArtikelResponse" type="tns:existsArtikelResponse"></xs:element> + +<xs:element name="readAllArtikel" type="tns:readAllArtikel"></xs:element> + +<xs:element name="readAllArtikelResponse" type="tns:readAllArtikelResponse"></xs:element> + +<xs:element name="readArtikel" type="tns:readArtikel"></xs:element> + +<xs:element name="readArtikelResponse" type="tns:readArtikelResponse"></xs:element> + +<xs:element name="updateArtikel" type="tns:updateArtikel"></xs:element> + +<xs:element name="updateArtikelResponse" type="tns:updateArtikelResponse"></xs:element> + +<xs:complexType name="readAllArtikel"> +<xs:sequence></xs:sequence> +</xs:complexType> + +<xs:complexType name="readAllArtikelResponse"> +<xs:sequence> +<xs:element name="allArtikel" type="tns:artikel" minOccurs="0" maxOccurs="unbounded"></xs:element> +</xs:sequence> +</xs:complexType> + +<xs:complexType name="artikel"> +<xs:sequence> +<xs:element name="anzahl" type="xs:long" minOccurs="0"></xs:element> +<xs:element name="bezeichnung" type="xs:string" minOccurs="0"></xs:element> +<xs:element name="id" type="xs:long" minOccurs="0"></xs:element> +<xs:element name="preis" type="xs:double" minOccurs="0"></xs:element> +</xs:sequence> +</xs:complexType> + +<xs:complexType name="createArtikel"> +<xs:sequence> +<xs:element name="artikel" type="tns:artikel" minOccurs="0"></xs:element> +</xs:sequence> +</xs:complexType> + +<xs:complexType name="createArtikelResponse"> +<xs:sequence> +<xs:element name="newArtikelId" type="xs:long"></xs:element> +</xs:sequence> +</xs:complexType> + +<xs:complexType name="IdBereitsVergebenException"> +<xs:sequence> +<xs:element name="message" type="xs:string" minOccurs="0"></xs:element> +</xs:sequence> +</xs:complexType> + +<xs:complexType name="existsArtikel"> +<xs:sequence> +<xs:element name="artikelId" type="xs:long"></xs:element> +</xs:sequence> +</xs:complexType> + +<xs:complexType name="existsArtikelResponse"> +<xs:sequence> +<xs:element name="existiert" type="xs:boolean"></xs:element> +</xs:sequence> +</xs:complexType> + +<xs:complexType name="updateArtikel"> +<xs:sequence> +<xs:element name="artikel" type="tns:artikel" minOccurs="0"></xs:element> +</xs:sequence> +</xs:complexType> + +<xs:complexType name="updateArtikelResponse"> +<xs:sequence></xs:sequence> +</xs:complexType> + +<xs:complexType name="deleteAllArtikel"> +<xs:sequence></xs:sequence> +</xs:complexType> + +<xs:complexType name="deleteAllArtikelResponse"> +<xs:sequence></xs:sequence> +</xs:complexType> + +<xs:complexType name="readArtikel"> +<xs:sequence> +<xs:element name="artikelId" type="xs:long"></xs:element> +</xs:sequence> +</xs:complexType> + +<xs:complexType name="readArtikelResponse"> +<xs:sequence> +<xs:element name="artikel" type="tns:artikel" minOccurs="0"></xs:element> +</xs:sequence> +</xs:complexType> + +<xs:complexType name="UnbekanntesEntityException"> +<xs:sequence> +<xs:element name="message" type="xs:string" minOccurs="0"></xs:element> +</xs:sequence> +</xs:complexType> + +<xs:complexType name="deleteArtikel"> +<xs:sequence> +<xs:element name="artikelId" type="xs:long"></xs:element> +</xs:sequence> +</xs:complexType> + +<xs:complexType name="deleteArtikelResponse"> +<xs:sequence></xs:sequence> +</xs:complexType> +</xs:schema>
\ No newline at end of file diff --git a/Master/Daten- und Systemintegration/Praktikum/DSI-Praktikum-1_ausgang/WS-Client/xml-resources/web-service-references/BestellBean/wsdl/localhost_8080/BestellBeanService/BestellBean.wsdl b/Master/Daten- und Systemintegration/Praktikum/DSI-Praktikum-1_ausgang/WS-Client/xml-resources/web-service-references/BestellBean/wsdl/localhost_8080/BestellBeanService/BestellBean.wsdl new file mode 100644 index 0000000..5ad7ab1 --- /dev/null +++ b/Master/Daten- und Systemintegration/Praktikum/DSI-Praktikum-1_ausgang/WS-Client/xml-resources/web-service-references/BestellBean/wsdl/localhost_8080/BestellBeanService/BestellBean.wsdl @@ -0,0 +1,129 @@ +<?xml version="1.0" encoding="UTF-8"?><!-- Published by JAX-WS RI at http://jax-ws.dev.java.net. RI's version is JAX-WS RI 2.1.3.1-hudson-749-SNAPSHOT. --><!-- Generated by JAX-WS RI at http://jax-ws.dev.java.net. RI's version is JAX-WS RI 2.1.3.1-hudson-749-SNAPSHOT. --><definitions xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tns="http://bestell.beans/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://schemas.xmlsoap.org/wsdl/" targetNamespace="http://bestell.beans/" name="BestellBeanService"> +<ns1:Policy xmlns:ns1="http://www.w3.org/ns/ws-policy" wsu:Id="BestellBeanPortBinding_validierePosition_WSAT_Policy"> +<ns1:ExactlyOne> +<ns1:All> +<ns2:ATAlwaysCapability xmlns:ns2="http://schemas.xmlsoap.org/ws/2004/10/wsat"></ns2:ATAlwaysCapability> +<ns3:ATAssertion xmlns:ns4="http://schemas.xmlsoap.org/ws/2002/12/policy" xmlns:ns3="http://schemas.xmlsoap.org/ws/2004/10/wsat" ns1:Optional="true" ns4:Optional="true"></ns3:ATAssertion> +</ns1:All> +</ns1:ExactlyOne> +</ns1:Policy> +<ns5:Policy xmlns:ns5="http://www.w3.org/ns/ws-policy" wsu:Id="BestellBeanPortBinding_berechneGesamtpreis_WSAT_Policy"> +<ns5:ExactlyOne> +<ns5:All> +<ns6:ATAlwaysCapability xmlns:ns6="http://schemas.xmlsoap.org/ws/2004/10/wsat"></ns6:ATAlwaysCapability> +<ns7:ATAssertion xmlns:ns8="http://schemas.xmlsoap.org/ws/2002/12/policy" xmlns:ns7="http://schemas.xmlsoap.org/ws/2004/10/wsat" ns5:Optional="true" ns8:Optional="true"></ns7:ATAssertion> +</ns5:All> +</ns5:ExactlyOne> +</ns5:Policy> +<ns9:Policy xmlns:ns9="http://www.w3.org/ns/ws-policy" wsu:Id="BestellBeanPortBinding_berechneMehrwertSteuer_WSAT_Policy"> +<ns9:ExactlyOne> +<ns9:All> +<ns10:ATAlwaysCapability xmlns:ns10="http://schemas.xmlsoap.org/ws/2004/10/wsat"></ns10:ATAlwaysCapability> +<ns11:ATAssertion xmlns:ns12="http://schemas.xmlsoap.org/ws/2002/12/policy" xmlns:ns11="http://schemas.xmlsoap.org/ws/2004/10/wsat" ns9:Optional="true" ns12:Optional="true"></ns11:ATAssertion> +</ns9:All> +</ns9:ExactlyOne> +</ns9:Policy> +<ns13:Policy xmlns:ns13="http://www.w3.org/ns/ws-policy" wsu:Id="BestellBeanPortBinding_validiereBestellung_WSAT_Policy"> +<ns13:ExactlyOne> +<ns13:All> +<ns14:ATAlwaysCapability xmlns:ns14="http://schemas.xmlsoap.org/ws/2004/10/wsat"></ns14:ATAlwaysCapability> +<ns15:ATAssertion xmlns:ns16="http://schemas.xmlsoap.org/ws/2002/12/policy" xmlns:ns15="http://schemas.xmlsoap.org/ws/2004/10/wsat" ns13:Optional="true" ns16:Optional="true"></ns15:ATAssertion> +</ns13:All> +</ns13:ExactlyOne> +</ns13:Policy> +<types> +<xsd:schema> +<xsd:import namespace="http://bestell.beans/" schemaLocation="http://localhost:8080/BestellBeanService/BestellBean?xsd=1"></xsd:import> +</xsd:schema> +</types> +<message name="validiereBestellung"> +<part name="parameters" element="tns:validiereBestellung"></part> +</message> +<message name="validiereBestellungResponse"> +<part name="parameters" element="tns:validiereBestellungResponse"></part> +</message> +<message name="berechneGesamtpreis"> +<part name="parameters" element="tns:berechneGesamtpreis"></part> +</message> +<message name="berechneGesamtpreisResponse"> +<part name="parameters" element="tns:berechneGesamtpreisResponse"></part> +</message> +<message name="berechneMehrwertSteuer"> +<part name="parameters" element="tns:berechneMehrwertSteuer"></part> +</message> +<message name="berechneMehrwertSteuerResponse"> +<part name="parameters" element="tns:berechneMehrwertSteuerResponse"></part> +</message> +<message name="validierePosition"> +<part name="parameters" element="tns:validierePosition"></part> +</message> +<message name="validierePositionResponse"> +<part name="parameters" element="tns:validierePositionResponse"></part> +</message> +<portType name="BestellBean"> +<operation name="validiereBestellung"> +<input message="tns:validiereBestellung"></input> +<output message="tns:validiereBestellungResponse"></output> +</operation> +<operation name="berechneGesamtpreis"> +<input message="tns:berechneGesamtpreis"></input> +<output message="tns:berechneGesamtpreisResponse"></output> +</operation> +<operation name="berechneMehrwertSteuer"> +<input message="tns:berechneMehrwertSteuer"></input> +<output message="tns:berechneMehrwertSteuerResponse"></output> +</operation> +<operation name="validierePosition"> +<input message="tns:validierePosition"></input> +<output message="tns:validierePositionResponse"></output> +</operation> +</portType> +<binding name="BestellBeanPortBinding" type="tns:BestellBean"> +<soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="document"></soap:binding> +<operation name="validiereBestellung"> +<ns17:PolicyReference xmlns:ns17="http://www.w3.org/ns/ws-policy" URI="#BestellBeanPortBinding_validiereBestellung_WSAT_Policy"></ns17:PolicyReference> +<soap:operation soapAction=""></soap:operation> +<input> +<soap:body use="literal"></soap:body> +</input> +<output> +<soap:body use="literal"></soap:body> +</output> +</operation> +<operation name="berechneGesamtpreis"> +<ns18:PolicyReference xmlns:ns18="http://www.w3.org/ns/ws-policy" URI="#BestellBeanPortBinding_berechneGesamtpreis_WSAT_Policy"></ns18:PolicyReference> +<soap:operation soapAction=""></soap:operation> +<input> +<soap:body use="literal"></soap:body> +</input> +<output> +<soap:body use="literal"></soap:body> +</output> +</operation> +<operation name="berechneMehrwertSteuer"> +<ns19:PolicyReference xmlns:ns19="http://www.w3.org/ns/ws-policy" URI="#BestellBeanPortBinding_berechneMehrwertSteuer_WSAT_Policy"></ns19:PolicyReference> +<soap:operation soapAction=""></soap:operation> +<input> +<soap:body use="literal"></soap:body> +</input> +<output> +<soap:body use="literal"></soap:body> +</output> +</operation> +<operation name="validierePosition"> +<ns20:PolicyReference xmlns:ns20="http://www.w3.org/ns/ws-policy" URI="#BestellBeanPortBinding_validierePosition_WSAT_Policy"></ns20:PolicyReference> +<soap:operation soapAction=""></soap:operation> +<input> +<soap:body use="literal"></soap:body> +</input> +<output> +<soap:body use="literal"></soap:body> +</output> +</operation> +</binding> +<service name="BestellBeanService"> +<port name="BestellBeanPort" binding="tns:BestellBeanPortBinding"> +<soap:address location="http://localhost:8080/BestellBeanService/BestellBean"></soap:address> +</port> +</service> +</definitions>
\ No newline at end of file diff --git a/Master/Daten- und Systemintegration/Praktikum/DSI-Praktikum-1_ausgang/WS-Client/xml-resources/web-service-references/BestellBean/wsdl/localhost_8080/BestellBeanService/BestellBean.xsd_1.xsd b/Master/Daten- und Systemintegration/Praktikum/DSI-Praktikum-1_ausgang/WS-Client/xml-resources/web-service-references/BestellBean/wsdl/localhost_8080/BestellBeanService/BestellBean.xsd_1.xsd new file mode 100644 index 0000000..494ace5 --- /dev/null +++ b/Master/Daten- und Systemintegration/Praktikum/DSI-Praktikum-1_ausgang/WS-Client/xml-resources/web-service-references/BestellBean/wsdl/localhost_8080/BestellBeanService/BestellBean.xsd_1.xsd @@ -0,0 +1,70 @@ +<?xml version="1.0" encoding="UTF-8"?><!-- Published by JAX-WS RI at http://jax-ws.dev.java.net. RI's version is JAX-WS RI 2.1.3.1-hudson-749-SNAPSHOT. --><xs:schema xmlns:tns="http://bestell.beans/" xmlns:xs="http://www.w3.org/2001/XMLSchema" version="1.0" targetNamespace="http://bestell.beans/"> + +<xs:element name="berechneGesamtpreis" type="tns:berechneGesamtpreis"></xs:element> + +<xs:element name="berechneGesamtpreisResponse" type="tns:berechneGesamtpreisResponse"></xs:element> + +<xs:element name="berechneMehrwertSteuer" type="tns:berechneMehrwertSteuer"></xs:element> + +<xs:element name="berechneMehrwertSteuerResponse" type="tns:berechneMehrwertSteuerResponse"></xs:element> + +<xs:element name="validiereBestellung" type="tns:validiereBestellung"></xs:element> + +<xs:element name="validiereBestellungResponse" type="tns:validiereBestellungResponse"></xs:element> + +<xs:element name="validierePosition" type="tns:validierePosition"></xs:element> + +<xs:element name="validierePositionResponse" type="tns:validierePositionResponse"></xs:element> + +<xs:complexType name="berechneMehrwertSteuer"> +<xs:sequence> +<xs:element name="preis" type="xs:double"></xs:element> +</xs:sequence> +</xs:complexType> + +<xs:complexType name="berechneMehrwertSteuerResponse"> +<xs:sequence> +<xs:element name="mehrwertsteuer" type="xs:double"></xs:element> +</xs:sequence> +</xs:complexType> + +<xs:complexType name="berechneGesamtpreis"> +<xs:sequence> +<xs:element name="anzahl" type="xs:long"></xs:element> +<xs:element name="preis" type="xs:double"></xs:element> +</xs:sequence> +</xs:complexType> + +<xs:complexType name="berechneGesamtpreisResponse"> +<xs:sequence> +<xs:element name="gesamtpreis" type="xs:double"></xs:element> +</xs:sequence> +</xs:complexType> + +<xs:complexType name="validiereBestellung"> +<xs:sequence> +<xs:element name="artikelId" type="xs:long"></xs:element> +<xs:element name="anzahl" type="xs:long"></xs:element> +<xs:element name="kundenId" type="xs:long"></xs:element> +</xs:sequence> +</xs:complexType> + +<xs:complexType name="validiereBestellungResponse"> +<xs:sequence> +<xs:element name="valide" type="xs:boolean"></xs:element> +</xs:sequence> +</xs:complexType> + +<xs:complexType name="validierePosition"> +<xs:sequence> +<xs:element name="artikelId" type="xs:long"></xs:element> +<xs:element name="anzahl" type="xs:long"></xs:element> +</xs:sequence> +</xs:complexType> + +<xs:complexType name="validierePositionResponse"> +<xs:sequence> +<xs:element name="valide" type="xs:boolean"></xs:element> +</xs:sequence> +</xs:complexType> +</xs:schema>
\ No newline at end of file diff --git a/Master/Daten- und Systemintegration/Praktikum/DSI-Praktikum-1_ausgang/WS-Client/xml-resources/web-service-references/LagerBean/wsdl/localhost_8080/LagerBeanService/LagerBean.wsdl b/Master/Daten- und Systemintegration/Praktikum/DSI-Praktikum-1_ausgang/WS-Client/xml-resources/web-service-references/LagerBean/wsdl/localhost_8080/LagerBeanService/LagerBean.wsdl new file mode 100644 index 0000000..8bc3ae1 --- /dev/null +++ b/Master/Daten- und Systemintegration/Praktikum/DSI-Praktikum-1_ausgang/WS-Client/xml-resources/web-service-references/LagerBean/wsdl/localhost_8080/LagerBeanService/LagerBean.wsdl @@ -0,0 +1,130 @@ +<?xml version="1.0" encoding="UTF-8"?><!-- Published by JAX-WS RI at http://jax-ws.dev.java.net. RI's version is JAX-WS RI 2.1.3.1-hudson-749-SNAPSHOT. --><!-- Generated by JAX-WS RI at http://jax-ws.dev.java.net. RI's version is JAX-WS RI 2.1.3.1-hudson-749-SNAPSHOT. --><definitions xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tns="http://lager.beans/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://schemas.xmlsoap.org/wsdl/" targetNamespace="http://lager.beans/" name="LagerBeanService"> +<ns1:Policy xmlns:ns1="http://www.w3.org/ns/ws-policy" wsu:Id="LagerBeanPortBinding_bucheArtikelEin_WSAT_Policy"> +<ns1:ExactlyOne> +<ns1:All> +<ns2:ATAlwaysCapability xmlns:ns2="http://schemas.xmlsoap.org/ws/2004/10/wsat"></ns2:ATAlwaysCapability> +<ns3:ATAssertion xmlns:ns4="http://schemas.xmlsoap.org/ws/2002/12/policy" xmlns:ns3="http://schemas.xmlsoap.org/ws/2004/10/wsat" ns1:Optional="true" ns4:Optional="true"></ns3:ATAssertion> +</ns1:All> +</ns1:ExactlyOne> +</ns1:Policy> +<ns5:Policy xmlns:ns5="http://www.w3.org/ns/ws-policy" wsu:Id="LagerBeanPortBinding_bucheArtikelAus_WSAT_Policy"> +<ns5:ExactlyOne> +<ns5:All> +<ns6:ATAlwaysCapability xmlns:ns6="http://schemas.xmlsoap.org/ws/2004/10/wsat"></ns6:ATAlwaysCapability> +<ns7:ATAssertion xmlns:ns8="http://schemas.xmlsoap.org/ws/2002/12/policy" xmlns:ns7="http://schemas.xmlsoap.org/ws/2004/10/wsat" ns5:Optional="true" ns8:Optional="true"></ns7:ATAssertion> +</ns5:All> +</ns5:ExactlyOne> +</ns5:Policy> +<ns9:Policy xmlns:ns9="http://www.w3.org/ns/ws-policy" wsu:Id="LagerBeanPortBinding_pruefeVerfuegbarkeit_WSAT_Policy"> +<ns9:ExactlyOne> +<ns9:All> +<ns10:ATAlwaysCapability xmlns:ns10="http://schemas.xmlsoap.org/ws/2004/10/wsat"></ns10:ATAlwaysCapability> +<ns11:ATAssertion xmlns:ns12="http://schemas.xmlsoap.org/ws/2002/12/policy" xmlns:ns11="http://schemas.xmlsoap.org/ws/2004/10/wsat" ns9:Optional="true" ns12:Optional="true"></ns11:ATAssertion> +</ns9:All> +</ns9:ExactlyOne> +</ns9:Policy> +<types> +<xsd:schema> +<xsd:import namespace="http://lager.beans/" schemaLocation="http://localhost:8080/LagerBeanService/LagerBean?xsd=1"></xsd:import> +</xsd:schema> +</types> +<message name="bucheArtikelEin"> +<part name="parameters" element="tns:bucheArtikelEin"></part> +</message> +<message name="bucheArtikelEinResponse"> +<part name="parameters" element="tns:bucheArtikelEinResponse"></part> +</message> +<message name="UnbekanntesEntityException"> +<part name="fault" element="tns:UnbekanntesEntityException"></part> +</message> +<message name="IllegalerWertException"> +<part name="fault" element="tns:IllegalerWertException"></part> +</message> +<message name="pruefeVerfuegbarkeit"> +<part name="parameters" element="tns:pruefeVerfuegbarkeit"></part> +</message> +<message name="pruefeVerfuegbarkeitResponse"> +<part name="parameters" element="tns:pruefeVerfuegbarkeitResponse"></part> +</message> +<message name="Exception"> +<part name="fault" element="tns:Exception"></part> +</message> +<message name="bucheArtikelAus"> +<part name="parameters" element="tns:bucheArtikelAus"></part> +</message> +<message name="bucheArtikelAusResponse"> +<part name="parameters" element="tns:bucheArtikelAusResponse"></part> +</message> +<portType name="LagerBean"> +<operation name="bucheArtikelEin"> +<input message="tns:bucheArtikelEin"></input> +<output message="tns:bucheArtikelEinResponse"></output> +<fault message="tns:UnbekanntesEntityException" name="UnbekanntesEntityException"></fault> +<fault message="tns:IllegalerWertException" name="IllegalerWertException"></fault> +</operation> +<operation name="pruefeVerfuegbarkeit"> +<input message="tns:pruefeVerfuegbarkeit"></input> +<output message="tns:pruefeVerfuegbarkeitResponse"></output> +<fault message="tns:Exception" name="Exception"></fault> +</operation> +<operation name="bucheArtikelAus"> +<input message="tns:bucheArtikelAus"></input> +<output message="tns:bucheArtikelAusResponse"></output> +<fault message="tns:UnbekanntesEntityException" name="UnbekanntesEntityException"></fault> +<fault message="tns:IllegalerWertException" name="IllegalerWertException"></fault> +</operation> +</portType> +<binding name="LagerBeanPortBinding" type="tns:LagerBean"> +<soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="document"></soap:binding> +<operation name="bucheArtikelEin"> +<ns13:PolicyReference xmlns:ns13="http://www.w3.org/ns/ws-policy" URI="#LagerBeanPortBinding_bucheArtikelEin_WSAT_Policy"></ns13:PolicyReference> +<soap:operation soapAction=""></soap:operation> +<input> +<soap:body use="literal"></soap:body> +</input> +<output> +<soap:body use="literal"></soap:body> +</output> +<fault name="UnbekanntesEntityException"> +<soap:fault name="UnbekanntesEntityException" use="literal"></soap:fault> +</fault> +<fault name="IllegalerWertException"> +<soap:fault name="IllegalerWertException" use="literal"></soap:fault> +</fault> +</operation> +<operation name="pruefeVerfuegbarkeit"> +<ns14:PolicyReference xmlns:ns14="http://www.w3.org/ns/ws-policy" URI="#LagerBeanPortBinding_pruefeVerfuegbarkeit_WSAT_Policy"></ns14:PolicyReference> +<soap:operation soapAction=""></soap:operation> +<input> +<soap:body use="literal"></soap:body> +</input> +<output> +<soap:body use="literal"></soap:body> +</output> +<fault name="Exception"> +<soap:fault name="Exception" use="literal"></soap:fault> +</fault> +</operation> +<operation name="bucheArtikelAus"> +<ns15:PolicyReference xmlns:ns15="http://www.w3.org/ns/ws-policy" URI="#LagerBeanPortBinding_bucheArtikelAus_WSAT_Policy"></ns15:PolicyReference> +<soap:operation soapAction=""></soap:operation> +<input> +<soap:body use="literal"></soap:body> +</input> +<output> +<soap:body use="literal"></soap:body> +</output> +<fault name="UnbekanntesEntityException"> +<soap:fault name="UnbekanntesEntityException" use="literal"></soap:fault> +</fault> +<fault name="IllegalerWertException"> +<soap:fault name="IllegalerWertException" use="literal"></soap:fault> +</fault> +</operation> +</binding> +<service name="LagerBeanService"> +<port name="LagerBeanPort" binding="tns:LagerBeanPortBinding"> +<soap:address location="http://localhost:8080/LagerBeanService/LagerBean"></soap:address> +</port> +</service> +</definitions>
\ No newline at end of file diff --git a/Master/Daten- und Systemintegration/Praktikum/DSI-Praktikum-1_ausgang/WS-Client/xml-resources/web-service-references/LagerBean/wsdl/localhost_8080/LagerBeanService/LagerBean.xsd_1.xsd b/Master/Daten- und Systemintegration/Praktikum/DSI-Praktikum-1_ausgang/WS-Client/xml-resources/web-service-references/LagerBean/wsdl/localhost_8080/LagerBeanService/LagerBean.xsd_1.xsd new file mode 100644 index 0000000..7b12c62 --- /dev/null +++ b/Master/Daten- und Systemintegration/Praktikum/DSI-Praktikum-1_ausgang/WS-Client/xml-resources/web-service-references/LagerBean/wsdl/localhost_8080/LagerBeanService/LagerBean.xsd_1.xsd @@ -0,0 +1,73 @@ +<?xml version="1.0" encoding="UTF-8"?><!-- Published by JAX-WS RI at http://jax-ws.dev.java.net. RI's version is JAX-WS RI 2.1.3.1-hudson-749-SNAPSHOT. --><xs:schema xmlns:tns="http://lager.beans/" xmlns:xs="http://www.w3.org/2001/XMLSchema" version="1.0" targetNamespace="http://lager.beans/"> + +<xs:element name="Exception" type="tns:Exception"></xs:element> + +<xs:element name="IllegalerWertException" type="tns:IllegalerWertException"></xs:element> + +<xs:element name="UnbekanntesEntityException" type="tns:UnbekanntesEntityException"></xs:element> + +<xs:element name="bucheArtikelAus" type="tns:bucheArtikelAus"></xs:element> + +<xs:element name="bucheArtikelAusResponse" type="tns:bucheArtikelAusResponse"></xs:element> + +<xs:element name="bucheArtikelEin" type="tns:bucheArtikelEin"></xs:element> + +<xs:element name="bucheArtikelEinResponse" type="tns:bucheArtikelEinResponse"></xs:element> + +<xs:element name="pruefeVerfuegbarkeit" type="tns:pruefeVerfuegbarkeit"></xs:element> + +<xs:element name="pruefeVerfuegbarkeitResponse" type="tns:pruefeVerfuegbarkeitResponse"></xs:element> + +<xs:complexType name="pruefeVerfuegbarkeit"> +<xs:sequence> +<xs:element name="artikelId" type="xs:long"></xs:element> +<xs:element name="anzahl" type="xs:long"></xs:element> +</xs:sequence> +</xs:complexType> + +<xs:complexType name="pruefeVerfuegbarkeitResponse"> +<xs:sequence> +<xs:element name="verfuegbar" type="xs:boolean"></xs:element> +</xs:sequence> +</xs:complexType> + +<xs:complexType name="Exception"> +<xs:sequence> +<xs:element name="message" type="xs:string" minOccurs="0"></xs:element> +</xs:sequence> +</xs:complexType> + +<xs:complexType name="bucheArtikelAus"> +<xs:sequence> +<xs:element name="artikelId" type="xs:long"></xs:element> +<xs:element name="anzahl" type="xs:long"></xs:element> +</xs:sequence> +</xs:complexType> + +<xs:complexType name="bucheArtikelAusResponse"> +<xs:sequence></xs:sequence> +</xs:complexType> + +<xs:complexType name="UnbekanntesEntityException"> +<xs:sequence> +<xs:element name="message" type="xs:string" minOccurs="0"></xs:element> +</xs:sequence> +</xs:complexType> + +<xs:complexType name="IllegalerWertException"> +<xs:sequence> +<xs:element name="message" type="xs:string" minOccurs="0"></xs:element> +</xs:sequence> +</xs:complexType> + +<xs:complexType name="bucheArtikelEin"> +<xs:sequence> +<xs:element name="artikelId" type="xs:long"></xs:element> +<xs:element name="anzahl" type="xs:long"></xs:element> +</xs:sequence> +</xs:complexType> + +<xs:complexType name="bucheArtikelEinResponse"> +<xs:sequence></xs:sequence> +</xs:complexType> +</xs:schema>
\ No newline at end of file diff --git a/Master/Daten- und Systemintegration/Praktikum/DSI-Praktikum-1_ausgang/WS-Client/xml-resources/web-service-references/LieferantBean/wsdl/localhost_8080/LieferantBeanService/LieferantBean.wsdl b/Master/Daten- und Systemintegration/Praktikum/DSI-Praktikum-1_ausgang/WS-Client/xml-resources/web-service-references/LieferantBean/wsdl/localhost_8080/LieferantBeanService/LieferantBean.wsdl new file mode 100644 index 0000000..683b35d --- /dev/null +++ b/Master/Daten- und Systemintegration/Praktikum/DSI-Praktikum-1_ausgang/WS-Client/xml-resources/web-service-references/LieferantBean/wsdl/localhost_8080/LieferantBeanService/LieferantBean.wsdl @@ -0,0 +1,59 @@ +<?xml version="1.0" encoding="UTF-8"?><!-- Published by JAX-WS RI at http://jax-ws.dev.java.net. RI's version is JAX-WS RI 2.1.3.1-hudson-749-SNAPSHOT. --><!-- Generated by JAX-WS RI at http://jax-ws.dev.java.net. RI's version is JAX-WS RI 2.1.3.1-hudson-749-SNAPSHOT. --><definitions xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tns="http://lieferant.beans/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://schemas.xmlsoap.org/wsdl/" targetNamespace="http://lieferant.beans/" name="LieferantBeanService"> +<ns1:Policy xmlns:ns1="http://www.w3.org/ns/ws-policy" wsu:Id="LieferantBeanPortBinding_bestelleNach_WSAT_Policy"> +<ns1:ExactlyOne> +<ns1:All> +<ns2:ATAlwaysCapability xmlns:ns2="http://schemas.xmlsoap.org/ws/2004/10/wsat"></ns2:ATAlwaysCapability> +<ns3:ATAssertion xmlns:ns4="http://schemas.xmlsoap.org/ws/2002/12/policy" xmlns:ns3="http://schemas.xmlsoap.org/ws/2004/10/wsat" ns1:Optional="true" ns4:Optional="true"></ns3:ATAssertion> +</ns1:All> +</ns1:ExactlyOne> +</ns1:Policy> +<types> +<xsd:schema> +<xsd:import namespace="http://lieferant.beans/" schemaLocation="http://localhost:8080/LieferantBeanService/LieferantBean?xsd=1"></xsd:import> +</xsd:schema> +</types> +<message name="bestelleNach"> +<part name="parameters" element="tns:bestelleNach"></part> +</message> +<message name="bestelleNachResponse"> +<part name="parameters" element="tns:bestelleNachResponse"></part> +</message> +<message name="UnbekanntesEntityException"> +<part name="fault" element="tns:UnbekanntesEntityException"></part> +</message> +<message name="IllegalerWertException"> +<part name="fault" element="tns:IllegalerWertException"></part> +</message> +<portType name="LieferantBean"> +<operation name="bestelleNach"> +<input message="tns:bestelleNach"></input> +<output message="tns:bestelleNachResponse"></output> +<fault message="tns:UnbekanntesEntityException" name="UnbekanntesEntityException"></fault> +<fault message="tns:IllegalerWertException" name="IllegalerWertException"></fault> +</operation> +</portType> +<binding name="LieferantBeanPortBinding" type="tns:LieferantBean"> +<soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="document"></soap:binding> +<operation name="bestelleNach"> +<ns5:PolicyReference xmlns:ns5="http://www.w3.org/ns/ws-policy" URI="#LieferantBeanPortBinding_bestelleNach_WSAT_Policy"></ns5:PolicyReference> +<soap:operation soapAction=""></soap:operation> +<input> +<soap:body use="literal"></soap:body> +</input> +<output> +<soap:body use="literal"></soap:body> +</output> +<fault name="UnbekanntesEntityException"> +<soap:fault name="UnbekanntesEntityException" use="literal"></soap:fault> +</fault> +<fault name="IllegalerWertException"> +<soap:fault name="IllegalerWertException" use="literal"></soap:fault> +</fault> +</operation> +</binding> +<service name="LieferantBeanService"> +<port name="LieferantBeanPort" binding="tns:LieferantBeanPortBinding"> +<soap:address location="http://localhost:8080/LieferantBeanService/LieferantBean"></soap:address> +</port> +</service> +</definitions>
\ No newline at end of file diff --git a/Master/Daten- und Systemintegration/Praktikum/DSI-Praktikum-1_ausgang/WS-Client/xml-resources/web-service-references/LieferantBean/wsdl/localhost_8080/LieferantBeanService/LieferantBean.xsd_1.xsd b/Master/Daten- und Systemintegration/Praktikum/DSI-Praktikum-1_ausgang/WS-Client/xml-resources/web-service-references/LieferantBean/wsdl/localhost_8080/LieferantBeanService/LieferantBean.xsd_1.xsd new file mode 100644 index 0000000..bced623 --- /dev/null +++ b/Master/Daten- und Systemintegration/Praktikum/DSI-Praktikum-1_ausgang/WS-Client/xml-resources/web-service-references/LieferantBean/wsdl/localhost_8080/LieferantBeanService/LieferantBean.xsd_1.xsd @@ -0,0 +1,33 @@ +<?xml version="1.0" encoding="UTF-8"?><!-- Published by JAX-WS RI at http://jax-ws.dev.java.net. RI's version is JAX-WS RI 2.1.3.1-hudson-749-SNAPSHOT. --><xs:schema xmlns:tns="http://lieferant.beans/" xmlns:xs="http://www.w3.org/2001/XMLSchema" version="1.0" targetNamespace="http://lieferant.beans/"> + +<xs:element name="IllegalerWertException" type="tns:IllegalerWertException"></xs:element> + +<xs:element name="UnbekanntesEntityException" type="tns:UnbekanntesEntityException"></xs:element> + +<xs:element name="bestelleNach" type="tns:bestelleNach"></xs:element> + +<xs:element name="bestelleNachResponse" type="tns:bestelleNachResponse"></xs:element> + +<xs:complexType name="bestelleNach"> +<xs:sequence> +<xs:element name="artikelId" type="xs:long"></xs:element> +<xs:element name="anzahl" type="xs:long"></xs:element> +</xs:sequence> +</xs:complexType> + +<xs:complexType name="bestelleNachResponse"> +<xs:sequence></xs:sequence> +</xs:complexType> + +<xs:complexType name="UnbekanntesEntityException"> +<xs:sequence> +<xs:element name="message" type="xs:string" minOccurs="0"></xs:element> +</xs:sequence> +</xs:complexType> + +<xs:complexType name="IllegalerWertException"> +<xs:sequence> +<xs:element name="message" type="xs:string" minOccurs="0"></xs:element> +</xs:sequence> +</xs:complexType> +</xs:schema>
\ No newline at end of file diff --git a/Master/Daten- und Systemintegration/Praktikum/DSI-Praktikum-1_ausgang/WS-Client/xml-resources/web-service-references/MindestMengeService/wsdl/localhost_8080/DSI-Andere-Webservices/MindestMengeService.wsdl b/Master/Daten- und Systemintegration/Praktikum/DSI-Praktikum-1_ausgang/WS-Client/xml-resources/web-service-references/MindestMengeService/wsdl/localhost_8080/DSI-Andere-Webservices/MindestMengeService.wsdl new file mode 100644 index 0000000..9ebc836 --- /dev/null +++ b/Master/Daten- und Systemintegration/Praktikum/DSI-Praktikum-1_ausgang/WS-Client/xml-resources/web-service-references/MindestMengeService/wsdl/localhost_8080/DSI-Andere-Webservices/MindestMengeService.wsdl @@ -0,0 +1,36 @@ +<?xml version="1.0" encoding="UTF-8"?><!-- Published by JAX-WS RI at http://jax-ws.dev.java.net. RI's version is JAX-WS RI 2.1.3.1-hudson-749-SNAPSHOT. --><!-- Generated by JAX-WS RI at http://jax-ws.dev.java.net. RI's version is JAX-WS RI 2.1.3.1-hudson-749-SNAPSHOT. --><definitions xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tns="http://ws/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://schemas.xmlsoap.org/wsdl/" targetNamespace="http://ws/" name="MindestMengeService"> +<types> +<xsd:schema> +<xsd:import namespace="http://ws/" schemaLocation="http://localhost:8080/DSI-Andere-Webservices/MindestMengeService?xsd=1"></xsd:import> +</xsd:schema> +</types> +<message name="holeMindestmengeFuerArtikel"> +<part name="parameters" element="tns:holeMindestmengeFuerArtikel"></part> +</message> +<message name="holeMindestmengeFuerArtikelResponse"> +<part name="parameters" element="tns:holeMindestmengeFuerArtikelResponse"></part> +</message> +<portType name="MindestMenge"> +<operation name="holeMindestmengeFuerArtikel"> +<input message="tns:holeMindestmengeFuerArtikel"></input> +<output message="tns:holeMindestmengeFuerArtikelResponse"></output> +</operation> +</portType> +<binding name="MindestMengePortBinding" type="tns:MindestMenge"> +<soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="document"></soap:binding> +<operation name="holeMindestmengeFuerArtikel"> +<soap:operation soapAction=""></soap:operation> +<input> +<soap:body use="literal"></soap:body> +</input> +<output> +<soap:body use="literal"></soap:body> +</output> +</operation> +</binding> +<service name="MindestMengeService"> +<port name="MindestMengePort" binding="tns:MindestMengePortBinding"> +<soap:address location="http://localhost:8080/DSI-Andere-Webservices/MindestMengeService"></soap:address> +</port> +</service> +</definitions>
\ No newline at end of file diff --git a/Master/Daten- und Systemintegration/Praktikum/DSI-Praktikum-1_ausgang/WS-Client/xml-resources/web-service-references/MindestMengeService/wsdl/localhost_8080/DSI-Andere-Webservices/MindestMengeService.xsd_1.xsd b/Master/Daten- und Systemintegration/Praktikum/DSI-Praktikum-1_ausgang/WS-Client/xml-resources/web-service-references/MindestMengeService/wsdl/localhost_8080/DSI-Andere-Webservices/MindestMengeService.xsd_1.xsd new file mode 100644 index 0000000..3c9c4f3 --- /dev/null +++ b/Master/Daten- und Systemintegration/Praktikum/DSI-Praktikum-1_ausgang/WS-Client/xml-resources/web-service-references/MindestMengeService/wsdl/localhost_8080/DSI-Andere-Webservices/MindestMengeService.xsd_1.xsd @@ -0,0 +1,18 @@ +<?xml version="1.0" encoding="UTF-8"?><!-- Published by JAX-WS RI at http://jax-ws.dev.java.net. RI's version is JAX-WS RI 2.1.3.1-hudson-749-SNAPSHOT. --><xs:schema xmlns:tns="http://ws/" xmlns:xs="http://www.w3.org/2001/XMLSchema" version="1.0" targetNamespace="http://ws/"> + +<xs:element name="holeMindestmengeFuerArtikel" type="tns:holeMindestmengeFuerArtikel"></xs:element> + +<xs:element name="holeMindestmengeFuerArtikelResponse" type="tns:holeMindestmengeFuerArtikelResponse"></xs:element> + +<xs:complexType name="holeMindestmengeFuerArtikel"> +<xs:sequence> +<xs:element name="artikelId" type="xs:long"></xs:element> +</xs:sequence> +</xs:complexType> + +<xs:complexType name="holeMindestmengeFuerArtikelResponse"> +<xs:sequence> +<xs:element name="mindestmenge" type="xs:long"></xs:element> +</xs:sequence> +</xs:complexType> +</xs:schema>
\ No newline at end of file |
