It possible turn off soap extension on webmethod ? Something like this :
[WebMethod]
[SoapExtensionClass]
public void func()
{
if(b)
{
// turn off soap extension on web method
}
}
|
|
|
I think you should do the check for |
|||
|
|