Click here to Skip to main content
15,922,584 members

Comments by anil indorkar (Top 3 by date)

anil indorkar 6-Jun-12 9:43am View    
Hi Tim,

Thanks for the reply.

Here is my html code which is including the jquery in user control.

<script type="text/javascript" language="javascript" src='<%=ResolveUrl("~/Scripts/jquery-1.7.1.min.js")%>'></script>

If I manually access the url(i.e. localhost/home/"jquery-1.7.1.min.js") then system is giving the same error.

anil indorkar 11-Oct-11 10:51am View    
plz post more details.
anil indorkar 29-Sep-10 13:11pm View    
Thanks for reply,
but in my case the service expect the xml document as an input and it returns the output as an xml document and I am not able to see the wsdl of that service.
The input document describe the input method and its expected input values. so I need to make such a document. I have prepared that xml document. Now I have the question to post that document to the web service like "http://123.123.123.123/mywebservice".

Thanks in advance.