org.mule.providers.soap.axis
Class AxisExternalServerTest

java.lang.Object
  extended byjunit.framework.Assert
      extended byjunit.framework.TestCase
          extended byorg.mule.tck.AbstractMuleTestCase
              extended byorg.mule.providers.soap.axis.AxisExternalServerTest
All Implemented Interfaces:
Test

public class AxisExternalServerTest
extends org.mule.tck.AbstractMuleTestCase

Requires an external Axis server running in Tomcat with the Calculator.jws service deployed to it.


Nested Class Summary
 
Nested classes inherited from class org.mule.tck.AbstractMuleTestCase
org.mule.tck.AbstractMuleTestCase.TestInfo
 
Field Summary
static String TEST_AXIS_URL
           
static String TEST_URL
           
static String TEST_WSDL_URL
           
 
Fields inherited from class org.mule.tck.AbstractMuleTestCase
logger
 
Constructor Summary
AxisExternalServerTest()
           
 
Method Summary
 void testAxisServiceDocLitWrapped()
           
 void testAxisServiceDocLitWrappedWithNamedParams()
           
 void testAxisServiceDocLitWrappedWithNamedParamsinXml()
           
 void testAxisServiceRPC()
           
 
Methods inherited from class org.mule.tck.AbstractMuleTestCase
addTest, disposeManager, doSetUp, doTearDown, finalize, getDefaultModel, getManager, getName, getTestComponent, getTestConnector, getTestDescriptor, getTestEndpoint, getTestEvent, getTestEvent, getTestEvent, getTestEvent, getTestEventContext, getTestInfo, getTestManager, getTestSession, getTestTransformer, isDisabledInThisEnvironment, isDisabledInThisEnvironment, isOffline, run, runBare, setDisposeManagerPerSuite, setUp, suitePostSetUp, suitePostTearDown, suitePreSetUp, suitePreTearDown, tearDown
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, run, runTest, setName, toString
 
Methods inherited from class junit.framework.Assert
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail, failNotEquals, failNotSame, failSame
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

TEST_URL

public static final String TEST_URL
See Also:
Constant Field Values

TEST_AXIS_URL

public static final String TEST_AXIS_URL
See Also:
Constant Field Values

TEST_WSDL_URL

public static final String TEST_WSDL_URL
See Also:
Constant Field Values
Constructor Detail

AxisExternalServerTest

public AxisExternalServerTest()
Method Detail

testAxisServiceRPC

public void testAxisServiceRPC()
                        throws Exception
Throws:
Exception

testAxisServiceDocLitWrapped

public void testAxisServiceDocLitWrapped()
                                  throws Exception
Throws:
Exception

testAxisServiceDocLitWrappedWithNamedParams

public void testAxisServiceDocLitWrappedWithNamedParams()
                                                 throws Exception
Throws:
Exception

testAxisServiceDocLitWrappedWithNamedParamsinXml

public void testAxisServiceDocLitWrappedWithNamedParamsinXml()
                                                      throws Exception
Throws:
Exception


Copyright © 2003-2008 MuleSource, Inc.. All Rights Reserved.