I made one web service, and try to call it with Java script, I found error of unknown method "ServiceImage". This is the following code snap of JScipt
<script language="javascript" type="text/javascript">
ServiceImage.GetImageContract(Txt, imageName, function (imgbol) {if (imgbol == true) ......
</script>
` I am using the following code also
<asp:ScriptManager ID="ScriptManager1" runat="server" >