// [!output FILE_NAME].cpp : main project file. #include "stdafx.h" #include "[!output FILE_NAME].h" using namespace System; using namespace System::Web; using namespace System::Web::Services; [!output SAFE_NAMESPACE_BEGIN] // WEB SERVICE EXAMPLE // Add your methods and their implementation, for this class. // 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. // An example HelloWorld template, is given below. String ^C[!output SAFE_ITEM_NAME]::HelloWorld() { // TODO: Add the implementation of your Web Service here return L"Hello World!"; } [!output SAFE_NAMESPACE_END]