[
https://issues.apache.org/jira/browse/AXIS2-5928?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16576294#comment-16576294
]
robert lazarski commented on AXIS2-5928:
----------------------------------------
1.6.2 is unsupported. At a glance this Exception message has changed since
then, in the latest version 1.7.8 in BuilderUtil.validateSOAPVersion() I see:
789 if (!(soapNamespaceURIFromTransport.equals(namespaceName))) {
790 throw new SOAPProcessingException(
791 "Transport level information does not match with
SOAP" +
792 " Message namespace URI",
envelopeNamespace.getPrefix() + ":" +
793
SOAPConstants.FAULT_CODE_VERSION_MISMATCH);
794 }
> cite the values when hitting "Transport level information does not match with
> SOAP Message namespace URI"
> ---------------------------------------------------------------------------------------------------------
>
> Key: AXIS2-5928
> URL: https://issues.apache.org/jira/browse/AXIS2-5928
> Project: Axis2
> Issue Type: Improvement
> Affects Versions: 1.6.2
> Reporter: Ralf Hauser
> Priority: Major
>
> When running into this exception, in BuilderUtil.validateSOAPVersion() please
> cite the offending values - in my case they were
>
> soapNamespaceURIFromTransport: [http://www.w3.org/2003/05/soap-envelope]
> vs.
> envelope.getNamespace().getNamespaceURI():
> http://schemas.xmlsoap.org/soap/envelope/
>
> currently, I see only
> SOAPProcessingException: Transport level information does not
> match with SOAP Message namespace URI
> at
> org.apache.axis2.builder.BuilderUtil.validateSOAPVersion(BuilderUtil.java:772)
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]