Thursday, April 06, 2006
MCWS porting to WSRF.NET done
Unzip ServiceMCWSRF.zip to C:\Inetpub\wwwroot
Unzip MCWSRF.zip to C:\Documents and Settings\pliu\My Documents\Visual Studio 2005\Projects
1. The path is hard-coded.
2. In order to use web reflection (using System.Object as return type),
Remember to modify MCWSRFPortType.wsdl <change tns:Object to xsd:anyType> before updating client side web reference
3. Add reference of MathService in UTestDriver, else in testContainer eval() will fail to locate MathService.dll since it must be put in the same appDomain as UTestDriver