| |
|
| org.apache.axis2.jaxws.message.SOAP12Tests
SOAP12Tests | public class SOAP12Tests extends TestCase (Code) | | This suite is used to test the creation of messages based on SOAP 1.2
with both inbound and outbound simulations.
|
testCreateSoap12FromMessage | public void testCreateSoap12FromMessage() throws Exception(Code) | | Simulate creating a SOAP 1.2 message when the business object
provided is the full message.
|
testCreateSoap12FromPayload | public void testCreateSoap12FromPayload() throws Exception(Code) | | Simulate creating a SOAP 1.2 message when the business object
provided is just the payload.
|
testGetMessageFromSoap12 | public void testGetMessageFromSoap12() throws Exception(Code) | | |
testGetPayloadFromSoap12 | public void testGetPayloadFromSoap12() throws Exception(Code) | | |
|
|
|