I tried using WSE under Mono but I obtain an error saying that

System.Net.WebResponse.Close () Operation is not supported.

I looked at the source code and effettively System/System.Net/WebResponse is not implemented. I don't understand why, I think it's useful also for other usages.


At 18.33 22/10/2009, william leader wrote:
Well, In theory the mono runtime should still be able to load the WSE library dll's, You're application should be able to reference those dlls and use them just the same provided the WSE library code doesn't make use of a system class that the mono run time doesn't yet support. I'm not sure if the licensing agreement on WSE allows this or not, you should check that on your own. If you can do that, then you should be able to import a WSDL to generate a proxy class, the proxy class code can then be modified by hand to use the WSE objects instead of the default http objects which would get you access to DIME.

Depending on who controls the service, you might just be better off asking if they can enable MIME attachments if that is an option.

-will

On Thu, Oct 22, 2009 at 2:06 PM, APS <<mailto:[email protected]>[email protected]> wrote:
Hi everyone,

I need to interface my software with an Axis web service that accept
files ad DIME attachments.
I used <http://MS.NET>MS.NET framework 1.1 with WSE2 to do so but now I would like
to make it work with Mono.
As there's no supporto for WSE inside Mono, what is the correct
behavior to accomplish this task?
Thanks in advance.


_______________________________________________
Mono-aspnet-list mailing list
<mailto:[email protected]>[email protected]
http://lists.ximian.com/mailman/listinfo/mono-aspnet-list



--
Il messaggio e' stato analizzato alla ricerca di virus o
contenuti pericolosi da <http://www.mailscanner.info/>MailScanner, ed e'
risultato non infetto.
_______________________________________________
Mono-aspnet-list mailing list
[email protected]
http://lists.ximian.com/mailman/listinfo/mono-aspnet-list

Reply via email to