C++ Atl Web service wizard
I am C++ programer. I used ATL in Visual studio 6. I start to learn the .Net web service using Visual studio.net.
In the new project I select C++ project.
From there I select Atl web service.
Select default for every to create a HellowWorld web service. Every thing worked fine.
Now I started to add methods.
I opened class view.
located IHellowWord interface, and right click on it to bring up context menu..
I select "Add", and "method" from context menu
I type in the method name ATest, OK, then compile.
The compile failed.
I examined the code. To my surprise that only one line of ATest, which is equivalent to the idl file in Visual studio 6, was added in the beginning of the HellowWorld.h file. No method declare and method body were added in the HellowWorld.h and HellowWord.cpp file.
Is anybody know what I did wrong or what setting is wrong?
Julie
|