Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
utils
gov-ws-client
Commits
85acb84f
Commit
85acb84f
authored
Aug 17, 2017
by
Jesper Zedlitz
Browse files
made generated Java classes implement Serializable
parent
7155dab6
Changes
2
Hide whitespace changes
Inline
Side-by-side
pom.xml
View file @
85acb84f
<?xml version="1.0" encoding="utf-8"?>
<project
xmlns=
"http://maven.apache.org/POM/4.0.0"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation=
"http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
>
<modelVersion>
4.0.0
</modelVersion>
<groupId>
net.genealogy
</groupId>
<artifactId>
gov-ws-client
</artifactId>
<version>
20170801
</version>
<build>
<plugins>
<plugin>
<groupId>
org.apache.cxf
</groupId>
<artifactId>
cxf-codegen-plugin
</artifactId>
<version>
3.0.14
</version>
<executions>
<execution>
<id>
generate-sources
</id>
<phase>
generate-sources
</phase>
<configuration>
<sourceRoot>
${project.build.directory}/generated/cxf
</sourceRoot>
<wsdlOptions>
<wsdlOption>
<wsdl>
http://gov.genealogy.net/services/SimpleService?wsdl
</wsdl>
</wsdlOption>
<wsdlOption>
<wsdl>
http://gov.genealogy.net/services/ComplexService?wsdl
</wsdl>
</wsdlOption>
<wsdlOption>
<wsdl>
http://gov.genealogy.net/services/ChangeService?wsdl
</wsdl>
</wsdlOption>
</wsdlOptions>
</configuration>
<goals>
<goal>
wsdl2java
</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
<properties>
<project.build.sourceEncoding>
UTF-8
</project.build.sourceEncoding>
<maven.compiler.source>
1.7
</maven.compiler.source>
<maven.compiler.target>
1.7
</maven.compiler.target>
</properties>
<repositories>
<repository>
<id>
genealogy.net
</id>
<url>
http://files.genealogy.net/maven2/
</url>
</repository>
</repositories>
<project
xmlns=
"http://maven.apache.org/POM/4.0.0"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation=
"http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
>
<modelVersion>
4.0.0
</modelVersion>
<groupId>
net.genealogy
</groupId>
<artifactId>
gov-ws-client
</artifactId>
<version>
20170817
</version>
<build>
<plugins>
<plugin>
<groupId>
org.apache.cxf
</groupId>
<artifactId>
cxf-codegen-plugin
</artifactId>
<version>
3.0.14
</version>
<executions>
<execution>
<id>
generate-sources
</id>
<phase>
generate-sources
</phase>
<configuration>
<sourceRoot>
${project.build.directory}/generated/cxf
</sourceRoot>
<wsdlOptions>
<wsdlOption>
<wsdl>
http://gov.genealogy.net/services/SimpleService?wsdl
</wsdl>
<bindingFiles>
<bindingFile>
${basedir}/src/main/resources/binding.xml
</bindingFile>
</bindingFiles>
</wsdlOption>
<wsdlOption>
<wsdl>
http://gov.genealogy.net/services/ComplexService?wsdl
</wsdl>
<bindingFiles>
<bindingFile>
${basedir}/src/main/resources/binding.xml
</bindingFile>
</bindingFiles>
</wsdlOption>
<wsdlOption>
<wsdl>
http://gov.genealogy.net/services/ChangeService?wsdl
</wsdl>
<bindingFiles>
<bindingFile>
${basedir}/src/main/resources/binding.xml
</bindingFile>
</bindingFiles>
</wsdlOption>
</wsdlOptions>
</configuration>
<goals>
<goal>
wsdl2java
</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
<properties>
<project.build.sourceEncoding>
UTF-8
</project.build.sourceEncoding>
<maven.compiler.source>
1.7
</maven.compiler.source>
<maven.compiler.target>
1.7
</maven.compiler.target>
</properties>
<repositories>
<repository>
<id>
genealogy.net
</id>
<url>
http://files.genealogy.net/maven2/
</url>
</repository>
</repositories>
</project>
src/main/resources/binding.xml
0 → 100644
View file @
85acb84f
<?xml version="1.0" encoding="UTF-8"?>
<jaxws:bindings
xmlns:jaxws=
"http://java.sun.com/xml/ns/jaxws"
xmlns:xs=
"http://www.w3.org/2001/XMLSchema"
xmlns:jxb=
"http://java.sun.com/xml/ns/jaxb"
xmlns:wsdl=
"http://schemas.xmlsoap.org/wsdl/"
>
<jaxws:bindings
node=
"wsdl:definitions/wsdl:types/xs:schema[@targetNamespace='http://gov.genealogy.net/data']"
>
<jxb:globalBindings
xmlns:jxb=
"http://java.sun.com/xml/ns/jaxb"
xmlns:xs=
"http://www.w3.org/2001/XMLSchema"
>
<jxb:serializable
uid=
"2017081701"
/>
</jxb:globalBindings>
</jaxws:bindings>
</jaxws:bindings>
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment