Today I had added a Service Reference to my Web Project and after creation, I did not see the Proxy class file. This was my first time creating a Service Reference which is the new way to do it in .NET 3.5 vs. the older Web Reference option that uses an .asmx when you right-click your web project.
Anyway, it turned out that duh, I simply needed to simply show all files in Solution Explorer. I’m not quite sure why it’s hidden in the first place but as soon as I did that I could clearly see the proxy class called Reference.cs:
Inside this Reference.cs is all the partial classes making up the objects based off the WSDL. This was based on the PayPal Sandbox WSDL:
https://www.sandbox.paypal.com/wsdl/PayPalSvc.wsdl
Print | posted on Thursday, July 30, 2009 9:30 PM