Attempting to execute a PortCollection statement I got a runtime error message that a file was not found. The debugger was looking for it in C# bin directory. I've searched my entire computer--no file under such name. Could not find in at any MS websites. These code snippets are all over the web not only in the forum. How do I get hold of...
MathServiceItem_cs.wsdl
Thanks in advance.

MathServiceItem_cs.wsdl not found
Danel Arenovsky
orconquest
MathService_CS.wsdl
MathService_New.wsdl
I replaced ll of them by the file you've recommended.
Thanks.
Sagar Sura
Am I right in assuming that you are trying to run the sample on this page
http://msdn.microsoft.com/library/default.asp url=/library/en-us/cpref/html/frlrfsystemwebservicesdescriptionportcollectionclasstopic.asp
The .wsdl file that the sample refers to is in fact not available. You could get close to running the sample if you installed the QuickStart samples for Visual Studio 2005. You would then find a MathService.wsdl file in the folder:
C:\Program Files\Microsoft Visual Studio 8\SDK\v2.0\QuickStart\webservices\samples\MathService\cs\App_WebReferences
Looking at the sample though, you would be able to use any .wsdl file that is available on your system.