- <wsdl:binding name="TestBindingsoap12" type="targetns:TestPortType">
<soap12:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http" />
- <wsdl:operation name="TestOperation">
<soap12:operation soapAction="" />
- <wsdl:input>
<soap12:body use="literal" namespace="http://danskenet.net/messages/RU/MR/Test" />
</wsdl:input>
- <wsdl:output>
<soap12:body use="literal" namespace="http://danskenet.net/messages/RU/MR/Test" />
</wsdl:output>
</wsdl:operation>
</wsdl:binding>
- <wsdl:service name="TestRARUServiceV01">
- <wsdl:port name="TestRARUServiceV01Port" binding="targetns:TestBinding">
<soap:address location="http://we7300.danskenet.net:9080/services/RU/MR/Test/TestRARUServiceV01/WebService" />
</wsdl:port>
- <wsdl:port name="TestRARUServiceV01Portsoap12" binding="targetns:TestBindingsoap12">
<soap12:address location="REPLACED_BY_APP_SVR" />
</wsdl:port>
</wsdl:service>
</wsdl:definitions>
JAX-WS Service Descriptions could not be correctly built because of the following error: javax.xml.ws.WebServiceException: The ServiceDescription failed to validate due to the following errors -- Validation Phase 2 failure: :: Endpoint failed validation :: :: There is a mismatch between the wsdl and annotation information. Please make sure both use the same binding namespace. The wsdl is [SOAP 1.1 HTTP Binding]namespace = {http://schemas.xmlsoap.org/wsdl/soap/}. The annotation is [SOAP 1.2 HTTP Binding]namespace = {http://www.w3.org/2003/05/soap/bindings/HTTP/}., Failing composite: org.apache.axis2.jaxws.description.builder.DescriptionBuilderComposite@91c33343
Try performing a database operation which is not valid like inserting some data into a non-existent column. I guess you should get a SQLException.