[Mono-list] Web Services and DIME

Lluis Sanchez lluis at ximian.com
Mon May 30 03:28:32 EDT 2005


On dg, 2005-05-29 at 16:41 +0200, Pedro Santos Gómez wrote:
> Hi all,
> 
> I'd like to transfer files through Web Services (if
> possible, without sending them by parameter neither by
> programming a POST petition to a .aspx) to a XSP
> server.
> 
> All I've found is that in .NET there are a couple of
> stacks: WSE1, WSE2, incompatible between them. 
> 
> And in Mono I find that WSE1 at least is mostly
> implemented, but I don't find the
> Microsoft.Web.Services anywhere in version 1.1.7. In
> the SVN I can find the code, but I didn't find a way
> to use it.

WSE1 is mostly unimplemented. There is some code, but nothing you can
really use in an application.

> 
> Is this the only way to transfer files? If it is, any
> help on it?

I fear there isn't any way other than POST. Well, you could also send
the files as a byte array parameter, but you should only do it if the
files are known to be small.

> 
> Thank you so much in advance,
> Pedro
> 
> 
> 		
> ______________________________________________ 
> Renovamos el Correo Yahoo! 
> Nuevos servicios, más seguridad 
> http://correo.yahoo.es
> _______________________________________________
> Mono-list maillist  -  Mono-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-list



More information about the Mono-list mailing list