Hi Kevin,
Based on my research, currently after ASP.NET AJAX replaced the default web
service handler, it doesn't call these SoapExtension when calling the web
service.
The web service handler is configured in web.config:
<httpHandlers>
<remove verb="*" path="*.asmx"/>
<add verb="*" path="*.asmx" validate="false"
type="System.Web.Script.Services.ScriptHandlerFactory,
System.Web.Extensions, Version=1.0.61025.0, Culture=neutral,
PublicKeyToken=31bf3856ad364e35"/>
When the calling client is not a AJAX client, the handler will delegate
call to the original web service handler, in these case, the SoapExtension
still works.
Sorry I didn't find a workaround to make the replaced handler call
SoapExtension.
Regards,
Walter Wang (
[email protected], remove 'online.')
Microsoft Online Community Support
==================================================
When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from your issue.
==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.