Hi,
I am trying to create a .net webservice, but i dont want the webservice to
be accessed using .asmx extesnion .I should be able to accesses the
webservcie using the url something like http://localhost/myservice.sac
I have tried configuring the web.config of the webservice like this
<httpHandlers>
<add path="*.sac" verb="*"
type="System.Web.Services.Protocols.WebServiceHandlerFactory,
System.Web.Services, Version=2.0.0.0, Culture=neutral,
PublicKeyToken=b03f5f7f11d50a3a"
validate="false" />
</httpHandlers>
<buildProviders>
<add extension=".sac" type="System.Web.Compilation.WebServiceBuildProvider" />
</buildProviders>
And also configured the iis to accept .sac extension to point
aspnet_isapi.dll
When I run it . It shows the “helloWorld” webmethod link page, but does not
give me the xml response back .
Any suggestions as to how to make this work .
Spam Catcher - 28 Mar 2008 03:47 GMT
=?Utf-8?B?U2FqaXQ=?= <sajitvnair@hotmail.com> wrote in
news:F4070FD6-BC18-4E43-85D3-5ADFC1B28895@microsoft.com:
> When I run it . It shows the ƒ ohelloWorldƒ webmethod link page, but
> does not give me the xml response back .
That's perfect isn't it? You loaded the page in IE correct... that's the
standard page that is displayed to non-web services clients.

Signature
spamhoneypot@rogers.com (Do not e-mail)