There is limited support for mime bindings.  See
test/wsdl/attachments/mime.wsdl.  This WSDL follows the WSDL 1.1 spec, but
the WSDL 1.1 spec is broken wrt mime bindings so AXIS has also added a few
AXIS-specific (ie., it won't interoperate with anyone else's SOAP engine)
MIME types:

... xmlns:axis="http://xml.apache.org/xml-soap";...

<message name="x" type="axis:Image"/> => image/jpeg => java.awt.Image
<message name="x" type="axis:PlainText"/> => text/plain => java.lang.String
<message name="x" type="axis:Multipart"/> => multipart/related =>
javax.mail.internet.MimeMultipart
<message name="x" type="axis:Source"/> => text/xml =>
javax.xml.transform.Source
<message name="x" type="axis:DataHandler"/> => javax.activation.DataHandler

Russell Butek
[EMAIL PROTECTED]


Davanum Srinivas <[EMAIL PROTECTED]> on 09/26/2002 06:29:05 AM

Please respond to [EMAIL PROTECTED]

To:    [EMAIL PROTECTED], [EMAIL PROTECTED]
cc:
Subject:    Re: WSDL MIME binding support in axis?



It will be added as soon as you send in a patch for it :)

No ETA as yet, Definitely Post 1.0.

-- dims

--- Ulrich Winter <[EMAIL PROTECTED]> wrote:
> Hi,
>
> the JAX-RPC spec doesn't require an implementation to use the WSDL MIME
> binding to support remote method calls with MIME encoded content.
>
> It seems, that AXIS currently doesn't use the WSDL mime binding.
> Is this right?
> When will WSDL MIME binding support be added to AXIS?
>
> Thank you,
> Uli
>


=====
Davanum Srinivas - http://xml.apache.org/~dims/

__________________________________________________
Do you Yahoo!?
New DSL Internet Access from SBC & Yahoo!
 http://sbc.yahoo.com


Reply via email to