| |
|
| org.apache.axis2.jaxws.proxy.GorillaDLWProxyTests
GorillaDLWProxyTests | public class GorillaDLWProxyTests extends TestCase (Code) | | |
testEchoIndexedStringArray | public void testEchoIndexedStringArray() throws Exception(Code) | | Test of String Array (string maxOccurs=unbounded)
throws: Exception - |
testEchoString | public void testEchoString() throws Exception(Code) | | Simple test that ensures that we can echo a string.
If this test fails, it usually means that there are connection
problems or deploy problems.
|
testEchoStringArray | public void testEchoStringArray() throws Exception(Code) | | Test of String Array (string maxOccurs=unbounded)
throws: Exception - |
testEchoStringArrayAlt | public void testEchoStringArrayAlt() throws Exception(Code) | | Test of String Array (string maxOccurs=unbounded) which is mapped to String[]
throws: Exception - |
testEchoStringList | public void testEchoStringList() throws Exception(Code) | | Testing of StringList (xsd:list of string)
|
testEchoStringListAlt | public void testEchoStringListAlt() throws Exception(Code) | | Testing of StringList (xsd:list of string)
SEI is mapped to String[] instead of List
|
testEchoStringNull | public void testEchoStringNull() throws Exception(Code) | | Tests that we can echo a null
|
|
|
|