// [!output PROJECT_NAME].cpp : main project file. #include "stdafx.h" #include "[!output PROJECT_NAME]Class.h" #include "Global.asax.h" [!output SAFE_NAMESPACE_BEGIN] // WEB SERVICE EXAMPLE // The HelloWorld() example service returns the string "Hello, World!". // To test this web service, ensure that the .asmx file in the deployment path is // set as your Debug HTTP URL, in project properties. // and press F5. String^ [!output SAFE_NAMESPACE_NAME]Class::HelloWorld() { // TODO: Add the implementation of your Web Service here return L"Hello World!"; } [!output SAFE_NAMESPACE_END]