Aggiunto l'esempio del capitolo su SOAP Web Service (JAX-WS)

This commit is contained in:
Fabio Scotto di Santolo
2019-04-02 21:58:30 +02:00
parent 9e07e624e0
commit e3bbb08317
11 changed files with 215 additions and 0 deletions

1
.idea/compiler.xml generated
View File

@@ -12,6 +12,7 @@
<module name="beanvalidationdemo" />
<module name="jmsdemo" />
<module name="xmlandjsondemo" />
<module name="jaxwsdemoservice" />
<module name="ejbdemo" />
</profile>
</annotationProcessing>

1
.idea/encodings.xml generated
View File

@@ -4,6 +4,7 @@
<file url="file://$PROJECT_DIR$/beanvalidationdemo" charset="UTF-8" />
<file url="file://$PROJECT_DIR$/cdidemo" charset="UTF-8" />
<file url="file://$PROJECT_DIR$/ejbdemo" charset="UTF-8" />
<file url="file://$PROJECT_DIR$/jaxwsdemo-service" charset="UTF-8" />
<file url="file://$PROJECT_DIR$/jmsdemo" charset="UTF-8" />
<file url="file://$PROJECT_DIR$/jpademo" charset="UTF-8" />
<file url="file://$PROJECT_DIR$/xmlandjsondemo" charset="UTF-8" />

3
.idea/misc.xml generated
View File

@@ -1,6 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ExternalStorageConfigurationManager" enabled="true" />
<component name="FrameworkDetectionExcludesConfiguration">
<file type="web" url="file://$PROJECT_DIR$/jaxwsdemo-service" />
</component>
<component name="GOROOT" path="/usr/lib/go" />
<component name="Kotlin2JsCompilerArguments">
<option name="sourceMapEmbedSources" />