Does anybody know of a sample WSDL for MTOM that is not WSDL 2.0?
 
I am getting an error with my test MTOM WSDL (2.0) using WSDL2Java with Axis 2.
 
 
I have used the following constructs:
 
In wsdl types:
 
<element name="XMLDataPayload" xmime:expectedContentType="text/xml"/>
 
In wsdl bindings:
 
<operation......>.....
<input>
    <feature uri="http://www.w3.org/2003/06/soap/features/http-optimization" required="true"/>
</input>
 
And WSDL2Java fails on "feature" since it does not recognize it.
 
Thanks.
 
Nadeem

Reply via email to