Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » ServerTools (WTP) » SOAP attachments
SOAP attachments [message #157149] Wed, 18 January 2006 16:35 Go to next message
Rodrigo S. de Castro is currently offline Rodrigo S. de CastroFriend
Messages: 2
Registered: July 2009
Junior Member
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 Go to previous messageGo to next message
Dan Morrow is currently offline Dan MorrowFriend
Messages: 4
Registered: July 2009
Junior Member
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 Go to previous message
David Carver is currently offline David CarverFriend
Messages: 174
Registered: July 2009
Senior Member
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
Previous Topic:How to attach sources to JSF Libraries
Next Topic:doing a webservices project
Goto Forum:
  


Current Time: Thu Apr 25 22:57:48 GMT 2024

Powered by FUDForum. Page generated in 0.03414 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top