Re: Best way to send attachments

2005-01-08 Thread BLIS Webmaster (Patrick Houbaux)
ck Houbaux)" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, January 07, 2005 6:13 PM Subject: Re: Best way to send attachments Andrew, Does it mean that you send the attachment as a part of a java bean you sent in your a ws method parameter? I did not think it was possi

Re: Best way to send attachments

2005-01-07 Thread Praveen Peddi
d that takes attachment as input argument?. I would appreciate if could also send your .NET snippet. Thannks Praveen - Original Message - From: "ANDREW MICONE" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, January 07, 2005 5:22 PM Subject: RE: Best way to sen

Re: Best way to send attachments

2005-01-07 Thread BLIS Webmaster (Patrick Houbaux)
lso send your .NET snippet. Thannks Praveen - Original Message - From: "ANDREW MICONE" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, January 07, 2005 5:22 PM Subject: RE: Best way to send attachments Right, it's passed in either directly or by reference

Re: Best way to send attachments

2005-01-07 Thread BLIS Webmaster (Patrick Houbaux)
essage - From: "ANDREW MICONE" <[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>> To: <[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>> Sent: Friday, January 07, 2005 3:13 PM Subject: RE: Best way to send attachments Here's an example of a WSDL snippet that is c

Re: Best way to send attachments

2005-01-07 Thread Praveen Peddi
. Praveen - Original Message - From: "ANDREW MICONE" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, January 07, 2005 5:44 PM Subject: Re: Best way to send attachments Sure, the here's a Java code snippet. Unfortunately, the .NET side is a black box to m

Re: Best way to send attachments

2005-01-07 Thread ANDREW MICONE
hod that takes attachment as input argument?. I would appreciate if could also send your .NET snippet. Thannks Praveen - Original Message - From: "ANDREW MICONE" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, January 07, 2005 5:22 PM Subject: RE: Best way

Re: Best way to send attachments

2005-01-07 Thread Praveen Peddi
nt: Friday, January 07, 2005 5:22 PM Subject: RE: Best way to send attachments Right, it's passed in either directly or by reference as xsd:anyType and then the receiver has to type the anyType to determine whether its base64encoded, SwA, or DIME. -- Andy>>> [EMAIL PROTECTED] 01/07

RE: Best way to send attachments

2005-01-07 Thread ANDREW MICONE
ill be any MIME or DIME based attachments. Cheers Simon > -Original Message- > From: ANDREW MICONE [mailto:[EMAIL PROTECTED] > Sent: Friday, January 07, 2005 12:14 PM > To: [EMAIL PROTECTED] > Subject: RE: Best way to send attachments > > Here's an example o

RE: Best way to send attachments

2005-01-07 Thread Simon Fell
Nothing in that wsdl fragment indicates that there will be any MIME or DIME based attachments. Cheers Simon > -Original Message- > From: ANDREW MICONE [mailto:[EMAIL PROTECTED] > Sent: Friday, January 07, 2005 12:14 PM > To: [EMAIL PROTECTED] > Subject: RE: Best way to s

Re: Best way to send attachments

2005-01-07 Thread Praveen Peddi
PROTECTED]> Sent: Friday, January 07, 2005 3:13 PM Subject: RE: Best way to send attachments Here's an example of a WSDL snippet that is consumed by both .NET and Axis that handles attachments and interoperates between the two. This is from a service in production:BTW, I didn't wri

RE: Best way to send attachments

2005-01-07 Thread ANDREW MICONE
Houbaux) [mailto:[EMAIL PROTECTED] Sent: Friday, January 07, 2005 1:12 PM To: [EMAIL PROTECTED] Subject: Re: Best way to send attachments I have no problem sending attachements to .NET client. I have a RPC web service (I guess it works for other web service style), and here is the methodologie: Le

RE: Best way to send attachments

2005-01-07 Thread Flores, Raul
> define whether the attachment should be set to Dime or Mime encoding > (the service is Axis). > > > Raul > > -Original Message- > From: BLIS Webmaster (Patrick Houbaux) > [mailto:[EMAIL PROTECTED] > Sent: Friday, January 07, 2005 1:12 PM > To: [EMAIL

RE: Best way to send attachments

2005-01-07 Thread ANDREW MICONE
ant to consider is also that some servers have a limit on the content-length of posted data: in ASP.NET it's 4Mb by default - not so much. HTH Patrick -Original Message- From: Tardif, Sebastien [mailto:[EMAIL PROTECTED] Sent: 07 January 2005 17:44 To: [EMAIL PROTECTED] Subject: RE:

Re: Best way to send attachments

2005-01-07 Thread BLIS Webmaster (Patrick Houbaux)
uld be set to Dime or Mime encoding (the service is Axis). Raul -Original Message- From: BLIS Webmaster (Patrick Houbaux) [mailto:[EMAIL PROTECTED] Sent: Friday, January 07, 2005 1:12 PM To: [EMAIL PROTECTED] Subject: Re: Best way to send attachments I have no problem sending attachemen

RE: Best way to send attachments

2005-01-07 Thread THOMAS, JAI [AG-Contractor/1000]
] Sent: Friday, January 07, 2005 1:27 PM To: [EMAIL PROTECTED] Subject: RE: Best way to send attachments I don't believe there is a way to define this in wsdl so that both .Net and Java(axis) can consume the wsdl. Someone please correct me if I am wrong. My clients just have to understand

RE: Best way to send attachments

2005-01-07 Thread Flores, Raul
r the attachment should be set to Dime or Mime encoding (the service is Axis). Raul -Original Message- From: BLIS Webmaster (Patrick Houbaux) [mailto:[EMAIL PROTECTED] Sent: Friday, January 07, 2005 1:12 PM To: [EMAIL PROTECTED] Subject: Re: Best way to send attachments I have no problem se

Re: Best way to send attachments

2005-01-07 Thread BLIS Webmaster (Patrick Houbaux)
I have no problem sending attachements to .NET client. I have a RPC web service (I guess it works for other web service style), and here is the methodologie: Let's assume you have a web service supposed to send some attachments, the idea is to add the attachment to the SOAP message before the web

Re: Best way to send attachments

2005-01-07 Thread Henry Lu
You can always start with .NET to start a project in C# and create a wsdl file based upon the services you created in the project and start from there. -Henry >>> [EMAIL PROTECTED] 1/7/2005 1:21:10 PM >>> All of the reples make no sense whatsover to me. The original poster makes a very clear que

Re: Best way to send attachments

2005-01-07 Thread Vy Ho
All of the reples make no sense whatsover to me. The original poster makes a very clear question that how to send attachments using soap way that works with many environments. For example, Axis and .Net. To rephrase this, I would say how to create a Wsdl that works with both axis and .net. Cu

RE: Best way to send attachments

2005-01-07 Thread Patrick Martin
To: [EMAIL PROTECTED]Subject: RE: Best way to send attachments You have to differentiate between the representations made in a specific language of the attachment than the way the attachment is sent. By playing with some flag you can see an attachment in Java as a DataHandler, a byte[], o

RE: Best way to send attachments

2005-01-07 Thread Tardif, Sebastien
You have to differentiate between the representations made in a specific language of the attachment than the way the attachment is sent. By playing with some flag you can see an attachment in Java as a DataHandler, a byte[], or Image or many others. However they can all be transfered in th

Re: Best way to send attachments

2005-01-07 Thread Henry Lu
Just sending an object as parameter including contents of file(s). -Henry >>> [EMAIL PROTECTED] 1/7/2005 11:43:05 AM >>> Hi team, I did lot of research on Axis attachments but I am still not able to figure out the best way to send attachments. We currently use DataHandler which works fine with Ja