PDA

View Full Version : Name of exported javascript class


K-Mile
03-04-2007, 04:12 PM
Hi,

Great work on the ASP.NET AJAX integration with spring.net.

I've downloaded the 20070218-1949 snapshot, and got the example working right away. When I open the ContactWebService.asmx/js the javascript proxy is named correctly: 'ContactWebService'.

However, when I include the DLL in our project, and try to export a service as a webservice, the proxy name becomes 'Spring.Proxy.WebServiceProxy_507e628ef2bb47c19beb 8b037c49f315'.

I've read in one of the topics that this has been reported before, but that was back in 2005. Since the example works perfectly I assume that this has indeed been fixed, and I am forgetting something that prevent my service from getting the proper name.

Is this still a known issue in the februari snapshot, or is there something I can do to prevent this?

Thanks

Bruno Baia
03-04-2007, 04:34 PM
Hi,

You have to use latest version of Spring's binaries too.
I also recommend you to get latest binaries (http://www.springframework.net/downloads/Spring.Web.Extensions/) of the ASP.NET AJAX integration.


Bruno