Update of /cvsroot/springnet/Spring.Net/doc/reference/src
In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv13616
Modified Files:
webservices.xml
Log Message:
removed .asmx in the object id name.
Index: webservices.xml
===================================================================
RCS file: /cvsroot/springnet/Spring.Net/doc/reference/src/webservices.xml,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -d -r1.15 -r1.16
*** webservices.xml 7 Dec 2007 19:17:46 -0000 1.15
--- webservices.xml 20 Dec 2007 23:28:28 -0000 1.16
***************
*** 121,125 ****
service.</emphasis></para>
! <programlisting><object name="HelloWorld.asmx" type="MyComany.MyApp.Services.HelloWorldService, MyAssembly" abstract="true"/></programlisting>
<para>Note that one is not absolutely required to make the web service
--- 121,125 ----
service.</emphasis></para>
! <programlisting><object name="HelloWorld" type="MyComany.MyApp.Services.HelloWorldService, MyAssembly" abstract="true"/></programlisting>
<para>Note that one is not absolutely required to make the web service
|