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
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
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
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
.
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
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
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
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
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
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
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
> 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
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:
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
]
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
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
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
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
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
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
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
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
22 matches
Mail list logo