Click to See Complete Forum and Search --> : using web services in managed C++


vcorn4
December 29th, 2003, 01:59 AM
hi all,
Following Kate's tutorial about web services in C++ .Net
i have made a simple web service which calculate addition of 2 numbers(managed C++ web service), i try to use it in another managed C++ application, the first attempt is successful, i add web reference to project and put url to the directory where myProgram.asmx resides, it works, i try to run the application and runs smoothly.

But i try it again by creating another managed C++ application and just do the same thing...now i can't add web reference....when downloading files in progress.....boom....it can't find any web reference in the url i typed before(same url)....sometimes..if i try many times....then error message appear is IIS has encounter a problem and need to close...
I wonder if i need to install something or change setting to overcome this problem.....

Finally...i wonder whether i can create MC++ web service and consumed it in C# application....

Thx for answers....sorry for the wordy question