Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Additional WSDL export methods: ZIP archive and Java map #321

Open
wants to merge 1 commit into
base: next
Choose a base branch
from

Conversation

sakno
Copy link

@sakno sakno commented Jul 13, 2018

This pull request adds new export methods:

  • Export into ZipOutputStream which allows to create ZIP archive with exported WSDL-related files
  • Export into Map object which allows to customize WSDL export

A new API improves usage of SoapUI as Java library for working with WSDL.

Note: Code in pull request utilizes Java 8 lambda syntax because POM allows that:

<plugin>
                <groupId>org.apache.maven.plugins</groupId>
                <artifactId>maven-compiler-plugin</artifactId>
                <version>3.1</version>
                <configuration>
                    <source>1.8</source>
                    <target>1.8</target>
                </configuration>
            </plugin>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant