| soap.OutputPartsTest
OutputPartsTest | public class OutputPartsTest extends TestCase (Code) | | Junit test to test out output message parts.
The WSDL output message can define multiple parts, but the response
recieved from the remote service may not match what is defined in the WSDL.
Its been decided that parts defined in the WSDL but not received should be
set in the output WSIFMessage with a null value, and that parts in the
response but not in the WSDL should be added to the ouput WSIFMessage.
author: Ant Elder |
FAKE_SOAP_MSG_FILENAME1 | final static String FAKE_SOAP_MSG_FILENAME1(Code) | | |
FAKE_SOAP_MSG_FILENAME2 | final static String FAKE_SOAP_MSG_FILENAME2(Code) | | |
FAKE_SOAP_MSG_FILENAME3 | final static String FAKE_SOAP_MSG_FILENAME3(Code) | | |
FAKE_SOAP_MSG_FILENAME4 | final static String FAKE_SOAP_MSG_FILENAME4(Code) | | |
FAKE_SOAP_MSG_FILENAME5 | final static String FAKE_SOAP_MSG_FILENAME5(Code) | | |
FAKE_SOAP_MSG_FILENAME6 | final static String FAKE_SOAP_MSG_FILENAME6(Code) | | |
FAKE_SOAP_MSG_FILENAME7 | final static String FAKE_SOAP_MSG_FILENAME7(Code) | | |
setUp | public void setUp()(Code) | | |
suite | public static Test suite()(Code) | | |
tearDown | public void tearDown()(Code) | | |
testAxis1 | public void testAxis1()(Code) | | |
testAxis2 | public void testAxis2()(Code) | | |
testAxis3 | public void testAxis3()(Code) | | |
testAxis4 | public void testAxis4()(Code) | | |
testAxis5 | public void testAxis5()(Code) | | |
testSOAP1 | public void testSOAP1()(Code) | | |
testSOAP2 | public void testSOAP2()(Code) | | |
testSOAP3 | public void testSOAP3()(Code) | | |
testSOAP4 | public void testSOAP4()(Code) | | |
testSOAP5 | public void testSOAP5()(Code) | | |
testSOAP6 | public void testSOAP6()(Code) | | |
testSOAP7 | public void testSOAP7()(Code) | | |
|
|