Tagged Questions
The jsdebug tag has no wiki summary.
5
votes
2answers
3k views
WCF javascript proxy not found when endpoint address is not blank
I am trying to setup a WCF service with multiple endpoints with one of the endpoints using the enableWebScript endpoint behavior so that a Javascript proxy will be created on the client (jsdebug/js).
...
2
votes
1answer
945 views
Request for wsTestService.asmx/jsdebug returns 500 error on server, fine in development
Folks,
I have a simple test application in which I return a string from a web service without arguments.
This works fine under my development environment (VS 2010 SP1Rel on Windows 7 64 bit).
When ...
1
vote
2answers
241 views
Consuming a WCF service from Javascript - getting HTTP 400 on requests for jsdebug
I'm trying to create a simple JavaScript test front-end for my WCF service, but the front-end isn't working. I've traced the problem back to where the web page asks the service for ...
1
vote
1answer
4k views
WCF Service support file jsdebug fails to load
I have a WCF service that gets called from client side JavaScript. The call fails with a Service is null JavaScript error. WebDevelopment helper trace shows that the calls to load the jsdebug support ...
0
votes
2answers
391 views
I'm trying to build a greasemonkey script, Chrome's debugger doesn't even like my first few lines?
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<title>Hijack Example</title>
<script ...