[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Charles E

1/23/2003 6:49:00 PM


How can one gain access to the raw HTTP POST, alter it,
and then let the altered version get processed by the
framework through to the web method.

thanks
1 Answer

Yasser Shohoud [MS]

1/23/2003 9:19:00 PM

0

Charles,

You might be able to do what you need with a SoapExtension. Implementing
ProcessMessage gives you pretty low level access to the HTTP that will be
sent. There is a pretty good section on this in the MSDN.

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/c...
frlrfSystemWebServicesProtocolsSoapExtensionClassTopic.asp (watch line wrap)

Hope that helps.

Michael Clark
Microsoft


--
Please do not send email directly to this alias. This alias is for newsgroup
purposes only.
This posting is provided "AS IS" with no warranties, and confers no rights.


"Charles E" <Chales_Ley@winplc.com> wrote in message
news:09a501c2c307$bcf18f10$d6f82ecf@TK2MSFTNGXA13...
>
> How can one gain access to the raw HTTP POST, alter it,
> and then let the altered version get processed by the
> framework through to the web method.
>
> thanks