Когда я пытаюсь протестировать AutoLotWCFService с помощью wcftestclient, я получаю следующую ошибку. Что я делаю не так? Любое понимание поможет. Это простой веб-сервис, который имеет wshttpbinding с интерфейсом контракта и реализации в службе. Вот длинное сообщение об ошибке: файл Web.Config имеет 2 конечных точки - один для самого веб-сервиса и другого для metaDataExchange. Его все в значительной степени по умолчанию. Я могу включить код в случае необходимости - кажется, я не могу прикреплять файлы здесь.WCF Ошибки с использованием WCFTestClient для проверки простой веб-службы WCF
Error: Cannot obtain Metadata from http://localhost/AutoLotWCFService/Service.svc
If this is a Windows (R) Communication Foundation service to which you have access, please check that you have enabled metadata publishing at the specified address.
For help enabling metadata publishing, please refer to the MSDN documentation at http://go.microsoft.com/fwlink/?LinkId=65455.
WS-Metadata Exchange Error
URI: http://localhost/AutoLotWCFService/Service.svc
Metadata contains a reference that cannot be resolved: 'http://localhost/AutoLotWCFService/Service.svc'.
The remote server returned an unexpected response: (405) Method not allowed.
The remote server returned an error: (405) Method Not Allowed.
HTTP GET Error URI: http://localhost/AutoLotWCFService/Service.svc
The document at the url http://localhost/AutoLotWCFService/Service.svc was not recognized as a known document type.The error message from each known type may help you fix the problem:
- Report from 'DISCO Document' is 'Name cannot begin with the '%' character, hexadecimal value 0x25. Line 1, position 2.'.
- Report from 'WSDL Document' is 'There is an error in XML document (1, 2).' -Name cannot begin with the '%' character, hexadecimal value 0x25. Line 1, position 2.
- Report from 'XML Schema' is 'Name cannot begin with the '%' character, hexadecimal value 0x25. Line 1, position 2.'.
Можете ли вы включить разделы конфигурации, относящиеся к службе? Трудно сказать, что это происходит. – Bryant 2008-10-09 22:33:28
Также будет полезен контракт на передачу (и любые контракты с данными). – 2008-10-10 13:41:02