I am trying to create a web service in C# asp.NET. I read some explanations in google but I didn't understand something.
the explanation asked me to create a PRODUCT table with some attributes!! the explanation is in this link: http://srikanthtechnologies.com/blog/dotnet/wsdaljava.aspx
should I follow the same steps and creating PRODUCT table or what to do? I mean I don't know if he used that table in his project or just created it to build a web service.
Thanks.