You have created a service.
To test this service, you will need to create a client and use it to call the service. You can do this using the svcutil.exe tool from the command line with the following syntax:
svcutil.exe https://test-services.com/Service.svc?wsdl
This will generate a configuration file and a code file that contains the client class. Add the two files to your client application and use the generated client class to call the Service.
-Guys i am new with webservices. and i am developing android application with phonegap. can you please help me on how to call this service? with javascript? thank you guys. i already have generated the files with scvutil.exe and now i have this .cs and output.config files, and i dont know what to do next? tried googling but everything seems to be a little bit confusing for me. can you please guide me through this? thank you so much. please help me.