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