Hello all, Can WSDL2Java handle messages with MIME bindings? I tried, with small modifications, the example from chapter 5 of WSDL spec (1.1) (http://www.w3.org/TR/wsdl#_Toc492291084) but generated code did not use SOAP attachments.
The example that comes with Axis uses SOAP attachments "programmatically" without having a WSDL file defined for the service. Does that mean no such support is yet available? Thank you,