asp.net - "SoapHttpRouter" editing the SoapRequest dynamically -
i stuck developing asp.net application. problem using soaphttprouter class , , method
protected override uri processrequestmessage(soapenvelope message)
has been overriden.but , want edit soapenvelope variable before sended destination, stuff editing headers or body in requests. know new values after querying information in sql once original soapenvelope received. want know if there way that, maybe using type of router or workaround.
thanks in advance, awesome.
Comments
Post a Comment