How to consume soap web service (.asmx) secure by basic authentication using jQuery?
问题 I am trying to call a (.asmx) soap web service that require basic authentication using jQuery (or anything that would work). And how to pass parameters to the (.asmx) soap web service I've not been able to come up with any answers on Google. Is it possible? 回答1: OK, Finally I was able to resolve this issue :) I was searching in the wrong direction, I was looking how to open the URL secured by basic authentication using $.Ajax, where I should search for consuming SOAP service from JavaScript