Re: [Mono-list] [Mono-dev] quick question about SOAP extension configuration

2006-08-04 Thread L.G. Meredith
Atsushi,Thanks for your query. i was under the impression from a previous reply that it was supported in mono.Best wishes,--gregIn response to one of my earlier postings, Robert Jordan wrote: Hey,L.G. Meredith wrote:> i'm in the process of writing a gateway application. It speaks SOAP out

[Mono-list] quick question about SOAP extension configuration

2006-08-04 Thread L.G. Meredith
All,i know this question has been asked a million times, but i can't find an answer that works with my setup. Before i try it on mono, i would to make sure that the SOAP extension i've implemented works on straight up .net. Everything compiles, there are no complaints about the config file. i can i

Re: [Mono-list] Two questions about .net/mono internals

2006-08-03 Thread L.G. Meredith
bService and ContextBoundObject are at odds about marshaling policy. In short, the ContextBoundObject approach is not compositional -- it doesn't compose with other functionality. But, i feel there must be some way to get at the IMethodCallMessage critter.Best wishes,--gregOn 8/3/06, L.G. Meredith &

Re: [Mono-list] Two questions about .net/mono internals

2006-08-03 Thread L.G. Meredith
formatter i just want to extract the bit i need from what the binary formatter has already produced rather than have to write a great deal of formatting code that has already been implemented by binary formatter. Best wishes,--gregOn 8/3/06, Robert Jordan <[EMAIL PROTECTED]> wrote: Hey,L.G. Me

[Mono-list] Two questions about .net/mono internals

2006-08-03 Thread L.G. Meredith
Hello All,i'm in the process of writing a gateway application. It speaks SOAP out of one side of it's mouth and a proprietary network application protocol out the other. My application would be much more beautiful and easy to maintain if i had the following two bits of interface to .net/mono capabi