Maven Repository - POM file for Web Service wsdl4j 1.6.2 1.6.2

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.6.2</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.

License

Name:CPL
URL: http://www.opensource.org/licenses/cpl1.0.txt.

Depended by

The following table lists the most popular artifacts which are depending on wsdl4j-1.6.2. Their categories and depend by count are also listed.

CategoryArtifactDepended By Count
Web Servicecxf-bundle 2.5.2
Apache CXF Bundle Jar
5
Web Serviceneethi 3.0.1
Apache Neethi provides general framework for the programmers to use WS Policy. It is compliant with latest WS Policy specification which was published in March 2006. This framework is specifically written to enable the Apache Web services stack to use WS Policy as a way of expressing it's requireme...
7
Web Serviceads-lib 1.0.0
Java client library for accessing ads APIs including AdWords, DFA, and DFP. If you want to use this library, you must also include another Maven artifact to specify which framework you would like to use it with. For example, to use AdWords with Axis, you should include the "adwords-axis...
5
Web Serviceneethi 2.0.4
Apache Neethi provides general framework for the programmers to use WS Policy. It is compliant with latest WS Policy specification which was published in March 2006. This framework is specifically written to enable the Apache Web services stack to use WS Policy as a way of expressing it's requireme...
40




Packages

The following packages are defined in the wsdl4j-1.6.2.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.extensions.soap12
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.extensions.soap12
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.6.2</version>
    <packaging>jar</packaging>
    <name>WSDL4J</name>
    <url>http://sf.net/projects/wsdl4j</url>
    <description>Java stub generator for WSDL</description>
    <dependencies/>
    <licenses>
        <license>
            <name>CPL</name>
            <url>http://www.opensource.org/licenses/cpl1.0.txt</url>
            <distribution>repo</distribution>
            <comments>Common Public License</comments>
        </license>
    </licenses>
    <scm>
        <connection>scm:cvs:pserver:anonymous@wsdl4j.cvs.sourceforge.net:/cvsroot/wsdl4j</connection>
        <developerConnection>scm:cvs:pserver:wsdl4j.cvs.sourceforge.net:/cvsroot/wsdl4j</developerConnection>
        <url>http://wsdl4j.cvs.sourceforge.net/wsdl4j</url>
    </scm>
</project>