Skip to content

Instantly share code, notes, and snippets.

View aaronanderson's full-sized avatar

Aaron Anderson aaronanderson

  • Dallas, Texas, USA
View GitHub Profile
@aaronanderson
aaronanderson / Generator.java
Created May 20, 2025 02:51
Use CXF WSDL and Apache XML Schema tools (cxf-rt-wsdl) to parse WSDL port type operation input and output XML schema types for annotations
package com.acme.objects.processor;
import java.io.InputStream;
import java.io.Writer;
import java.nio.file.Files;
import java.nio.file.Path;
import java.nio.file.Paths;
import java.nio.file.StandardOpenOption;
import java.util.Collections;
import java.util.HashMap;