RE: Attachments Axis and .NET

2004-05-13 Thread Paulo Soares
o the tool. Best Regards, Paulo Soares > -Original Message- > From: Andrew Premdas [mailto:[EMAIL PROTECTED] > Sent: Thursday, May 13, 2004 10:55 AM > To: [EMAIL PROTECTED] > Subject: RE: Attachments Axis and .NET > > Thanks for this. Having read Steves article I&#x

RE: Attachments Axis and .NET

2004-05-13 Thread Andrew Premdas
ECTED] Subject: RE: Attachments Axis and .NET Thanks for the link and the sample code, Paulo. And to clarify my last statement, you use WSE with .NET to enable DIME attachments. (Standard .NET doesn't support attachments.) See also this paper by Steve. http://www.mail-archive.com/[EMAIL

RE: Attachments Axis and .NET

2004-05-12 Thread Anne Thomas Manes
Anne -Original Message- From: Paulo Soares [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 12, 2004 1:01 PM To: [EMAIL PROTECTED] Subject: RE: Attachments Axis and .NET See http://marc.theaimsgroup.com/?l=axis-user&m=108247433123185&w=2 For C# the code would be (it's for other

RE: Attachments Axis and .NET

2004-05-12 Thread Anne Thomas Manes
Anne -Original Message- From: Paulo Soares [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 12, 2004 1:01 PM To: [EMAIL PROTECTED] Subject: RE: Attachments Axis and .NET See http://marc.theaimsgroup.com/?l=axis-user&m=108247433123185&w=2 For C# the code would be (it's for other

RE: Attachments Axis and .NET

2004-05-12 Thread Paulo Soares
ur service from Microsoft.Web.Services.WebServicesClientProtocol. Best Regards, Paulo Soares > -Original Message- > From: Andrew Premdas [mailto:[EMAIL PROTECTED] > Sent: Wednesday, May 12, 2004 5:35 PM > To: [EMAIL PROTECTED] > Subject: RE: Attachments Axis and .NET >

RE: Attachments Axis and .NET

2004-05-12 Thread Andrew Premdas
] Subject: RE: Attachments Axis and .NET DIME attachments work. You need to use the .NET WSE package to use attachments. -Original Message- From: Andrew Premdas [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 12, 2004 10:00 AM To: [EMAIL PROTECTED] Subject: Attachments Axis and .NET Hi, I&#

RE: Attachments Axis and .NET

2004-05-12 Thread Anne Thomas Manes
DIME attachments work. You need to use the .NET WSE package to use attachments. -Original Message- From: Andrew Premdas [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 12, 2004 10:00 AM To: [EMAIL PROTECTED] Subject: Attachments Axis and .NET Hi, I'm an Axis newbie struggling awa

RE: Attachments Axis and .NET

2004-05-12 Thread Anne Thomas Manes
DIME attachments work. You need to use the .NET WSE package to use attachments. -Original Message- From: Andrew Premdas [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 12, 2004 10:00 AM To: [EMAIL PROTECTED] Subject: Attachments Axis and .NET Hi, I'm an Axis newbie struggling awa

Re: Attachments Axis and .NET

2004-05-12 Thread easterguest
:[EMAIL PROTECTED] Sent: 12 May 2004 15:13 To: [EMAIL PROTECTED] Subject: Re: Attachments Axis and .NET Not fully answering your question, but you might want to consider returning only URL's to the image, instead of the image itself. Configure your http server to serve the image url's with

RE: Attachments Axis and .NET

2004-05-12 Thread Andrew Premdas
Thanks for reply, Unfortunately the images are kept in a database, so this is not possible. Andrew -Original Message- From: easterguest [mailto:[EMAIL PROTECTED] Sent: 12 May 2004 15:13 To: [EMAIL PROTECTED] Subject: Re: Attachments Axis and .NET Not fully answering your question

Re: Attachments Axis and .NET

2004-05-12 Thread easterguest
Not fully answering your question, but you might want to consider returning only URL's to the image, instead of the image itself. Configure your http server to serve the image url's with or without authentication (embedded into the url for example). That way, whoever consumes your web service on

Attachments Axis and .NET

2004-05-12 Thread Andrew Premdas
Hi, I'm an Axis newbie struggling away not very successfully at the moment :( What I want to do is create a range of services that send images. I was hoping to use Axis as the server, java code as the provider and to be able to send the images using attachments to both .NET clients and other clie