Download spring-ws-test-2.1.4.release.jar file

Introduction

You can download spring-ws-test-2.1.4.release.jar in this page.

License

The Apache Software License, Version 2.0

Type List

spring-ws-test-2.1.4.release.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/maven/org.springframework.ws/spring-ws-test/pom.properties
META-INF/maven/org.springframework.ws/spring-ws-test/pom.xml
org.springframework.ws.test.client.AbstractResponseCreator.class
org.springframework.ws.test.client.ErrorResponseCreator.class
org.springframework.ws.test.client.ExceptionResponseCreator.class
org.springframework.ws.test.client.MockSenderConnection.class
org.springframework.ws.test.client.MockWebServiceMessageSender.class
org.springframework.ws.test.client.MockWebServiceServer.class
org.springframework.ws.test.client.RequestMatcher.class
org.springframework.ws.test.client.RequestMatchers.class
org.springframework.ws.test.client.RequestXPathExpectations.class
org.springframework.ws.test.client.ResponseActions.class
org.springframework.ws.test.client.ResponseCreator.class
org.springframework.ws.test.client.ResponseCreators.class
org.springframework.ws.test.client.SoapFaultResponseCreator.class
org.springframework.ws.test.client.UriMatcher.class
org.springframework.ws.test.client.WebServiceMessageMatcherAdapter.class
org.springframework.ws.test.client.XPathExpectationsHelperAdapter.class
org.springframework.ws.test.server.MockWebServiceClient.class
org.springframework.ws.test.server.RequestCreator.class
org.springframework.ws.test.server.RequestCreators.class
org.springframework.ws.test.server.ResponseActions.class
org.springframework.ws.test.server.ResponseMatcher.class
org.springframework.ws.test.server.ResponseMatchers.class
org.springframework.ws.test.server.ResponseXPathExpectations.class
org.springframework.ws.test.server.SoapFaultResponseMatcher.class
org.springframework.ws.test.server.WebServiceMessageMatcherAdapter.class
org.springframework.ws.test.server.XPathExpectationsHelperAdapter.class
org.springframework.ws.test.support.AssertionErrors.class
org.springframework.ws.test.support.MockStrategiesHelper.class
org.springframework.ws.test.support.SourceAssertionError.class
org.springframework.ws.test.support.creator.AbstractMessageCreator.class
org.springframework.ws.test.support.creator.PayloadMessageCreator.class
org.springframework.ws.test.support.creator.SoapEnvelopeMessageCreator.class
org.springframework.ws.test.support.creator.WebServiceMessageCreator.class
org.springframework.ws.test.support.matcher.AbstractSoapMessageMatcher.class
org.springframework.ws.test.support.matcher.DiffMatcher.class
org.springframework.ws.test.support.matcher.PayloadDiffMatcher.class
org.springframework.ws.test.support.matcher.SchemaValidatingMatcher.class
org.springframework.ws.test.support.matcher.SoapEnvelopeDiffMatcher.class
org.springframework.ws.test.support.matcher.SoapHeaderMatcher.class
org.springframework.ws.test.support.matcher.WebServiceMessageMatcher.class
org.springframework.ws.test.support.matcher.XPathExpectationsHelper.class

Pom

spring-ws-test-2.1.4.release.pom file content.

<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
    <parent>
        <artifactId>spring-ws-parent</artifactId>
        <groupId>org.springframework.ws</groupId>
        <version>2.1.4.RELEASE</version>
        <relativePath>../parent/pom.xml</relativePath>
    </parent>
    <modelVersion>4.0.0</modelVersion>
    <groupId>org.springframework.ws</groupId>
    <artifactId>spring-ws-test</artifactId>
    <packaging>jar</packaging>
    <name>Spring WS Test</name>
    <description>Spring Web Services Testing package.</description>
    <build>
        <plugins>
            <plugin>
                <groupId>com.springsource.bundlor</groupId>
                <artifactId>com.springsource.bundlor.maven</artifactId>
            </plugin>
            <plugin>
                <artifactId>maven-jar-plugin</artifactId>
                <configuration>
                    <archive>
                        <manifestFile>${project.build.outputDirectory}/META-INF/MANIFEST.MF</manifestFile>
                    </archive>
                </configuration>
            </plugin>
        </plugins>
    </build>
    <dependencies>
        <!-- Spring-WS dependencies -->
        <dependency>
            <groupId>org.springframework.ws</groupId>
            <artifactId>spring-xml</artifactId>
        </dependency>
        <dependency>
            <groupId>org.springframework.ws</groupId>
            <artifactId>spring-ws-core</artifactId>
        </dependency>
        <!-- Other dependencies -->
        <dependency>
            <groupId>junit</groupId>
            <artifactId>junit</artifactId>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>xmlunit</groupId>
            <artifactId>xmlunit</artifactId>
            <scope>compile</scope>
        </dependency>
        <dependency>
            <groupId>org.springframework</groupId>
            <artifactId>spring-test</artifactId>
            <scope>compile</scope>
        </dependency>
    </dependencies>
</project>

POM Entry

<dependency>
   <groupId>org.springframework.ws</groupId>
   <artifactId>spring-ws-test</artifactId>
   <version>2.1.4.release</version>
</dependency>

Download

If you think the following spring-ws-test-2.1.4.release.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.



Download spring-ws-test-2.1.4.release.jar file




PreviousNext

Related