简体   繁体   中英

access webservice wsdl from jquery

Are there any examples that i can find to know access wsdl operations from the jquery ? i got an wsdl with 3 operations on it. (add , update , delete) how can i pass the parameters for these operations from the jquery ? is there any specific way to do that? Appreciate your guidance. Thank you all in advance.

If the web service is not running on the same origin (host:port) as your site it won't work due to same-origin-policy. You can use a serverside script (PHP, Python, etc.) to proxy the requests though.

If the origins are the same, have a look at Simplest SOAP example

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM