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 http://cs-data910:6216/Service1.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. For example:
C#
需要怎么设置一下啊
这个地址是在配置文件里配置的呀!?改了不就行了
<add baseAddress="http://192.168.10.25:4505/ChatService"/>
你是发布到了iis上还是本地调试的呢