I checked that and it is set to "Everyone" as suggested but still no juice. Are there any server side settings that will prevent this webservice call?
I tried stepping through the code, and on my WSS sites the completefunc Status returns "error", but I cant seem to find the error string. I have tried
I tried stepping through the code, and on my WSS sites the completefunc Status returns "error", but I cant seem to find the error string. I have tried
$(this).find("[nodeName='faultcode']:first").text();
$(this).find("[nodeName='ErrorCode']:first").text();
$(this).find("[nodeName='faultstring']").text();
$(this).find("[nodeName='errorstring']").text();
all return nothing,