good idea Eric! no, Axis requires the client code to explicitly set the encapsulation format. Here's the required code to specify use of DIME:
call.setProperty( call.ATTACHMENT_ENCAPSULATION_FORMAT, call.ATTACHMENT_ENCAPSULATION_FORMAT_DIME); /Chris ---------- Original Message ---------------------------------- From: "Eric Jain" <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] Date: Thu, 3 Jul 2003 18:27:51 +0200 >Does Axis automatically serialize DataHandlers as DIME rather than MIME >attachments when it detects a .NET clients? > >-- >Eric Jain > >
