mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-21 18:23:59 +00:00
Fix soap-client URL
* lisp/net/soap-client.el (soap-create-envelope): Fix URL that I broke in 2019-09-23T06:53:30Z!eggert@cs.ucla.edu. Problem reported by Thomas Fitzsimmons.
This commit is contained in:
parent
cc7f971485
commit
4bb7532163
@ -3027,7 +3027,7 @@ SERVICE-URL should be provided when WS-Addressing is being used."
|
||||
(insert "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<soap:Envelope\n")
|
||||
(when (eq use 'encoded)
|
||||
(insert " soapenc:encodingStyle=\"\
|
||||
https://schemas.xmlsoap.org/soap/encoding/\"\n"))
|
||||
http://schemas.xmlsoap.org/soap/encoding/\"\n"))
|
||||
(dolist (nstag soap-encoded-namespaces)
|
||||
(insert " xmlns:" nstag "=\"")
|
||||
(let ((nsname (cdr (assoc nstag soap-well-known-xmlns))))
|
||||
|
Loading…
Reference in New Issue
Block a user