You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by Torsten Kablitz <To...@qednet.com> on 2002/09/27 02:58:25 UTC

Help with MIME

I'm building a client system using Axis, but I need to send and receive
MIME attachments. One, the WSDL2Java tool fails when the wsdl file
includes MIME definitions and two, where do I find a good example of how
to do this with the Axis toolkit?

 

Thanks,

 

Torsten


Re: Help with MIME

Posted by Ulrich Winter <ul...@gmx.de>.
Hi Torsten,

I've had teh same problem.

currently the WSDL MIME binding is not implemented in AXIS.
There is some special support which will not lead to interoperable
solutions.

I've attached an earlier mail from Russel.

There is one example which does not use any WSDL tool in
samples/attachments.

I've been working on a service which uses the
{http://xml.apache.org/xml-soap}DataHandler type in WSDL which will be
mapped to javax.activation.DataHandler type for generic mime attachments.
But I still have problems with that.

This support is not included in RC1 so you will have to checkout one of the
recent nightly builds or build AXIS from CVS.



Bye,
Uli

--
Ulrich Winter
100world AG


----- Original Message -----
From: "Torsten Kablitz" <To...@qednet.com>
To: <ax...@xml.apache.org>
Sent: Friday, September 27, 2002 2:58 AM
Subject: Help with MIME


I'm building a client system using Axis, but I need to send and receive
MIME attachments. One, the WSDL2Java tool fails when the wsdl file
includes MIME definitions and two, where do I find a good example of how
to do this with the Axis toolkit?



Thanks,



Torsten