Maven Repository - POM file for Web Service wsdl4j 1.5.1 1.5.1

Summary

WSDL4J.

Java stub generator for WSDL.

Declaration

Here is the list of declaration for wsdl4j. If you use Maven you can use the following code to add the dependency for this POM file.

<dependency>
   <groupId>wsdl4j</groupId>
   <artifactId>wsdl4j</artifactId>
   <version>1.5.1</version>
</dependency>

If you think this Maven repository POM file listing for wsdl4j is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.

Packages

The following packages are defined in the wsdl4j-1.5.1.jar

com.ibm.wsdl
com.ibm.wsdl.extensions
com.ibm.wsdl.extensions.http
com.ibm.wsdl.extensions.mime
com.ibm.wsdl.extensions.schema
com.ibm.wsdl.extensions.soap
com.ibm.wsdl.factory
com.ibm.wsdl.util
com.ibm.wsdl.util.xml
com.ibm.wsdl.xml
javax.wsdl
javax.wsdl.extensions
javax.wsdl.extensions.http
javax.wsdl.extensions.mime
javax.wsdl.extensions.schema
javax.wsdl.extensions.soap
javax.wsdl.factory
javax.wsdl.xml




POM File Source

Here is the content of the POM file.

<?xml version="1.0" encoding="iso-8859-1"?>
<project>
    <modelVersion>4.0.0</modelVersion>
    <groupId>wsdl4j</groupId>
    <artifactId>wsdl4j</artifactId>
    <version>1.5.1</version>
    <packaging>jar</packaging>
    <name>WSDL4J</name>
    <url>http://sf.net/projects/wsdl4j</url>
    <description>Java stub generator for WSDL</description>
    <dependencies/>
</project>