Click here to Skip to main content
15,891,762 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
aoa.. i am getting this error while running a website.. how can it overcome....




ASM
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:
Posted
Comments
[no name] 9-May-14 15:02pm    
Uhm.... I hate to tell you this. That is not an error. It's what we refer to as "instructions" for how to test your service.
Member 10690757 9-May-14 15:11pm    
i am new to this thats why am asking
thanx
RaisKazi 9-May-14 15:02pm    
Its self explanatory. Use svcutil.exe tool from the command line to generate proxy class of your WebService and then use it in your project. You can also do it by adding Web-Reference of your Web Service.
Sergey Alexandrovich Kryukov 12-Jun-14 22:28pm    
Rais,

One member asked a question referring some your script.
Here: http://www.codeproject.com/Questions/785486/Is-my-use-of-syntax-preventing-my-script-from-work?arn=1.

Will you be interested to provide some help?

Thank you,
—SA

1 solution

That is not an error, you can click on wsdl link and check the contract information for this service.
You need to create client project for your service and add service reference to call the service methods. You better follow tutorial like this[^]
 
Share this answer
 
v2
Comments
Member 10690757 9-May-14 15:44pm    
but if i am calling client an error is found that assembly reference is disable... but i had added all the references??

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900