Re: [Mono-list] Retrieve SOAP message

2006-11-17 Thread Robert Jordan
Glen Ford wrote: > > Anyone know if the below are a supported as yet? > WSE is not supported and there are no plans to support them, AFAIK. Robert > > Christian Birkl wrote: >> FYI - there are 2 other ways of doing this: >> >> 1) Use a SoapInput/OutputFilter >> >> @see: >> http://msdn.mi

Re: [Mono-list] Retrieve SOAP message

2006-11-17 Thread Glen Ford
Anyone know if the below are a supported as yet? Christian Birkl wrote: 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

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

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] 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?

[Mono-list] Retrieve SOAP message

2006-11-15 Thread Juan Cristóbal Olivares
Sébastien Mosser asked how to retrieve the SOAP message from a web service. I have good and bad news. The good news is "it's possible" the bad news is "mono bug". Ok, this is the explanation. I tried in Microsoft .NET first because of the documentation. I did this: using System.IO; [We