I need to connect to an asmx webservice using javascript. the webservice accepts and returns a soap response. im looking for an example bit of code of how i can connect to the webservice using javascript. it returns lat and long details which i’ll then use to plot markers on a google map. i also have the issue of cross domain scripting…
should i provide and example of the soap response?
thanks.
There are some JavaScript SOAP client libraries out there:
Those libraries will allow you to easily make a SOAP Request and handle the results.