| org.apache.axis2.jaxws.databinding.BindingToProtocolTests
BindingToProtocolTests | public class BindingToProtocolTests extends TestCase (Code) | | A suite of tests for reading the binding from a WSDL file and
making sure we are configuring the Protocol correctly for
messages based on that binding ID.
|
Method Summary | |
public void | testDefaultBindingNoWSDL() Test to see if we are defaulting the soap binding to SOAP 1.1
correctly in the absence of a WSDL document. | public void | testReadJAXWSSOAP11Binding() Test to see if we can read the SOAP 1.1 binding transport URL
in a WSDL, as specified by JAX-WS section 10.4.1. | public void | testReadJAXWSSOAP12Binding() Test to see if we can read the SOAP 1.2 binding transport URL
in a WSDL, as specified by JAX-WS. | public void | testReadWSISOAP11Binding() Test to see if we can read the SOAP 1.1 binding transport URL
in a WSDL, as specified by WS-I Basic Profile 1.1. |
BindingToProtocolTests | public BindingToProtocolTests(String name)(Code) | | |
testDefaultBindingNoWSDL | public void testDefaultBindingNoWSDL()(Code) | | Test to see if we are defaulting the soap binding to SOAP 1.1
correctly in the absence of a WSDL document.
|
testReadJAXWSSOAP11Binding | public void testReadJAXWSSOAP11Binding() throws Exception(Code) | | Test to see if we can read the SOAP 1.1 binding transport URL
in a WSDL, as specified by JAX-WS section 10.4.1.
|
testReadJAXWSSOAP12Binding | public void testReadJAXWSSOAP12Binding() throws Exception(Code) | | Test to see if we can read the SOAP 1.2 binding transport URL
in a WSDL, as specified by JAX-WS.
|
testReadWSISOAP11Binding | public void testReadWSISOAP11Binding() throws Exception(Code) | | Test to see if we can read the SOAP 1.1 binding transport URL
in a WSDL, as specified by WS-I Basic Profile 1.1.
|
|
|