Re: [Mono-list] Compiling and running ASP.NET 2.0 applications

2006-11-16 Thread Madars Vitolins
Hi Juan, This problem I solved. Problem was in fact that I had used old version of mod_mono (it was 1.1.13) with mono 1.1.18. Upgrading mod_mono solved these strange " XML Parsing..." problems. And I have removed code from App_code to seperate assembly. But currently I have question. How to c

Re: [Mono-list] Retrieve SOAP message

2006-11-16 Thread Christian Birkl
FYI - there are 2 other ways of doing this: 1) Use a SoapInput/OutputFilter @see: http://msdn.microsoft.com/library/en-us/wseref/html/T_Microsoft_Web_Services2_SoapInputFilter.asp?frame=true @see: http://msdn.microsoft.com/library/en-us/wseref/html/T_Microsoft_Web_Services2_SoapOutputFilter.asp?

Re: [Mono-list] Retrieve SOAP message

2006-11-16 Thread Atsushi Eno
Hi, Your example shows somewhat unusual ;-) context usage so it is likely to cause issues. Anyways please file a bug on bugzilla so that we can keep track of the bug status. Atsushi Eno Juan Cristóbal Olivares wrote: > Sébastien Mosser asked how to retrieve the SOAP message from a web service. >

Re: [Mono-list] Embedding Mono

2006-11-16 Thread Miguel de Icaza
Hello, > What is the correct way to initialize the Mono JIT for v2.0 without > using an assembly? Is this a missing feature? Only one mscorlib can be loaded in the runtime, so you plan on using 2.0 features, your first program must be a 2.0 program. _

Re: [Mono-list] Retrieve SOAP message

2006-11-16 Thread Juan Cristóbal Olivares
Report, sample and patch: http://bugs.ximian.com/show_bug.cgi?id=79954 On 11/16/06, Atsushi Eno <[EMAIL PROTECTED]> wrote: That's awesome :-) Thanks for sparing your time. Atsushi Eno Juan Cristóbal Olivares wrote: > I'm trying to fix it. I found a method where HttpSoapWebServiceHandler > ha