| org.apache.axis2.jaxws.proxy.SOAP12ProxyTests
SOAP12ProxyTests | public class SOAP12ProxyTests extends TestCase (Code) | | A suite of tests to test dynamic proxy clients sending SOAP 1.2
requests. The endpoint can accept different keys to determine
what it should send back.
|
_testSOAP12RequestSOAP11Response | public void _testSOAP12RequestSOAP11Response()(Code) | | Send a SOAP 1.2 request, but have the server send back a SOAP 1.1
response. This should result in an exception.
|
testSOAP12RequestSOAP12Response | public void testSOAP12RequestSOAP12Response() throws Exception(Code) | | Send a SOAP 1.2 request and expect a SOAP 1.2 response.
|
|
|