Skip to content

zebity/jaxws-client-with-java-11

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JakartaEE JAX-WS & Apache CXF SOAP Web Service Client With Java 11 and Maven

This project demonstrates how to generaton either:

  • a JakartaEE JAX-WS Java client (using wsimport)
  • using Apache CXF (using wsdl2java).
  • in both cases this was done with Java 11 and Maven 3 or

This was to get an ONVIF client application that will talk with ONVIF compatible devices

See this post

I used the article to help with the initial very simple starting point: post

It boils the Maven / JavaEE and Jakarta EE down to its the most basic case. Then expanded from there...

The much longer directory structure reflects ONVIF wsdl one ...

NOTE: Wound out changes to pom.xml that broke CXF generation, need to diagnosis issue/s. (wsimport -> Jakarta EE works - for generation but needs extra depencies to build)

Requirements

  • JDK 11 on path. (OpenJDK is fine)
  • A recent Maven 3.

Build

mvn install

Source

About

JAX-WS SOAP Web Service client with Java 11 and Maven

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published