Hi guys!
Can anybody tell me, does wsdl ws-i.org rules R2203 And R2204 must be also
applied to mime:part elements outside of soapbind:body like here on the
example (part="ClaimPhoto") , because Apache-cxf validator return error
here:
"WSDLValidator Error : A document-literal binding in a DESCRIPTION MUST
refer, in each of its soapbind:body element(s),only to wsdl:part element(s)
that have been defined using the element attribute",
<wsdl:input>
<mime:multipartRelated>
<mime:part>
<soapbind:body parts="body" use="literal"/>
</mime:part>
<mime:part>
<mime:content part="ClaimPhoto" type="image/jpeg"/>
</mime:part>
</mime:multipartRelated>
</wsdl:input>
Bug url : https://issues.apache.org/jira/browse/CXF-6488
Stackoverflow:
http://stackoverflow.com/questions/31251297/binding-style-vs-part-type-r2203-and-r2204-problems-in-wsdl-document
--
View this message in context:
http://cxf.547215.n5.nabble.com/Binding-style-vs-part-type-R2203-And-R2204-problems-in-wsdl-document-tp5759901.html
Sent from the cxf-dev mailing list archive at Nabble.com.