I use the same WCF service as here: How to consume wcf service running as windows service in ajax client
- And I want to show All available methods from browser by view hp://localhost:8732/TestService But I get message: **Endpoint not found.
- Can I send HTML page with AJAX, which get data from this WCF service, in this service method?
Thanks.