Forum Discussion
rhoyos
11 years agoNew Contributor
Markus, thanks for your response.
I think there is a problem because in the documentation in
only is mentioned SOAP 1.1 and we are testing SOAP 1.2.
So, the message "failed" is because SOAP UI is trying to validate WSDL with SOAP 1.2 as if it was built with SOAP 1.1, then there is no error?
Thanks in advance
I think there is a problem because in the documentation in
3. SOAP Binding
only is mentioned SOAP 1.1 and we are testing SOAP 1.2.
So, the message "failed" is because SOAP UI is trying to validate WSDL with SOAP 1.2 as if it was built with SOAP 1.1, then there is no error?
Thanks in advance
MarcusJ
Staff
11 years agoHi,
"So, the message "failed" is because SOAP UI is trying to validate WSDL with SOAP 1.2 as if it was built with SOAP 1.1, then there is no error?"
The compliance error is for WSDL 1.1 specification, the bindings that specification uses is SOAP 1.1, HTTP GET/POST, and MIME so if your using SOAP 1.2 binding only then I guess it is OK to ignore this error.