SOAP attachments [message #157149] |
Wed, 18 January 2006 16:35  |
Eclipse User |
|
|
|
Hi there,
Does Eclipse WTP support SOAP attachments? I would like to add them to my
application but couldn't find anything on the internet about WTP support.
If it does not support, is there any plan to add this support?
Thank you,
--
Rodrigo
|
|
|
Re: SOAP attachments [message #190271 is a reply to message #157149] |
Wed, 21 March 2007 14:32   |
Eclipse User |
|
|
|
I thought I'd re-ask this, since I didn't see any response.
I've been doing SOAP WebServices for a few years now, but I haven't
tried to do anything with attachments yet. I want to send a file back,
as the result of a WebService call. I don't know how to do that. I'm
wondering if there is a way I can edit the WSDL file, so that it will
generate the correct Java stubs to get this working. Are there any
samples of this anywhere?
Thanks,
-Dan.
On 2006-01-18 11:35:39 -0500, Rodrigo Castro <rodsc@terra.com.br> said:
> Hi there,
>
> Does Eclipse WTP support SOAP attachments? I would like to add them to my
> application but couldn't find anything on the internet about WTP support.
>
> If it does not support, is there any plan to add this support?
>
> Thank you,
|
|
|
Re: SOAP attachments [message #190296 is a reply to message #190271] |
Wed, 21 March 2007 18:07  |
Eclipse User |
|
|
|
Daniel Morrow wrote:
> I thought I'd re-ask this, since I didn't see any response.
>
> I've been doing SOAP WebServices for a few years now, but I haven't
> tried to do anything with attachments yet. I want to send a file back,
> as the result of a WebService call. I don't know how to do that. I'm
> wondering if there is a way I can edit the WSDL file, so that it will
> generate the correct Java stubs to get this working. Are there any
> samples of this anywhere?
>
http://www.w3.org/TR/SOAP-attachments
That defines the way to handle attachements. And the WS-I defines a
Attachments Profile for making sure there interoperable.
http://www.ws-i.org/Profiles/AttachmentsProfile-1.0.html
And the AXIS 2 framework that Web Tools uses supports these methods so
it can generate the appropriate attachment handling code.
Dave
|
|
|
Powered by
FUDForum. Page generated in 0.03368 seconds