Re: [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-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-list] Two questions about .net/mono internals

2006-08-03 Thread Robert Jordan
Hey, L.G. Meredith wrote: > 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

[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