I' not even 100% sure if this is possible, but basically I want to use a JavaScript to get a value from a web service that I can use on a HTM page (Not an ASPX page). I have written the web service and AJAX enabled it, but Im not 100% sure of what scripts I need to include in my page to get it to work. I tried using:
<script src=http://testsenapps1/ActiveDirectory.asmx/js type="text/javascript"></script>
but that got me no where. Does this make sense to anyone else? Has anyone done anything like this before, is it even do-able? Its for a bit of a patch up job on an old website while a new one is in development, the webservice returns a display name of the current user, and it works fine.