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

2006-08-03 Thread L.G. Meredith
Robert,Many thanks. i found the SOAP extension stuff just a few hours before your reply. As for the point about the formatter, i have implemented my own formatter. But, the point is the binary formatter already does most of the work i need to do except it adds extra information. In my specialized f

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

2006-08-03 Thread L.G. Meredith
Robert,Another quick follow up. Suppose that my incoming request were not SOAP -- e.g. it was coming from the proprietary format stream, then implementing a SOAP extension will not do what i want. i know that there must be a way to get the current call, but the APIs seem a bit disjointed. i have lo

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

2006-08-04 Thread Robert Jordan
Hey, L.G. Meredith wrote: > Another quick follow up. Suppose that my incoming request were not SOAP -- > e.g. it was coming from the proprietary format stream, then implementing a > SOAP extension will not do what i want. i know that there must be a way to > get the current call, but the APIs seem