You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by Mahen Perera <ma...@gmail.com> on 2004/09/14 07:25:33 UTC

.NET supports DIME, Axis Supports MIME,,,, how to interoperate?????

Hi !

I want to send a SOAP Attachments from .NET client to Axis Java. 

Have anyone tried this before?

Since .NET packages the attachment according to DIME, will Axis in the
server side (which uses MIME) be able to correctly interpret it?


Thanx in advance

Mahen

Re: .NET supports DIME, Axis Supports MIME,,,, how to interoperate?????

Posted by Steve Loughran <st...@apache.org>.
Mahen Perera wrote:
> Hi !
> 
> I want to send a SOAP Attachments from .NET client to Axis Java. 

this is really an axis-user question, not a developer one.

> 
> Have anyone tried this before?
> 
> Since .NET packages the attachment according to DIME, will Axis in the
> server side (which uses MIME) be able to correctly interpret it?
> 
> 

yes.

RE: .NET supports DIME, Axis Supports MIME,,,, how to interoperate?????

Posted by Rick Kellogg <rm...@comcast.net>.
Hello all!

You might want to take a look at the following article from Microsoft:

Web Services, Opaque Data, and the Attachments Problem
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnwebsrv/ht
ml/opaquedata.asp

In a nutshell, the transfer of Opaque data is a mess on the interop front.
Read the article for more information.

Take care,
Rick Kellogg


-----Original Message-----
From: Mahen Perera [mailto:mahens@gmail.com] 
Sent: Tuesday, September 14, 2004 1:26 AM
To: axis-user@ws.apache.org; axis-dev@ws.apache.org
Subject: .NET supports DIME, Axis Supports MIME,,,, how to interoperate?????

Hi !

I want to send a SOAP Attachments from .NET client to Axis Java. 

Have anyone tried this before?

Since .NET packages the attachment according to DIME, will Axis in the
server side (which uses MIME) be able to correctly interpret it?


Thanx in advance

Mahen