WSDL support for attachments is pretty shaky. See test/wsdl/attachments for an example of what we currently do.
-- Tom Jordahl Macromedia Server Development -----Original Message----- From: Slawomir Lisznianski [mailto:[EMAIL PROTECTED]] Sent: Monday, December 16, 2002 3:38 PM To: [EMAIL PROTECTED] Subject: WSDL with MIME binding 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,