Open michardy opened 5 years ago
It appears XML namespacing is a mandatory part of the UPNP specification:
\
REQUIRED. Name of element is name of action to invoke. xml namespace attribute MUST be the service type enclosed in double quotes. The version specified MUST be the same version specified in the SOAPACTION header field.
Soap requests use XML namespaces heavily. For example here is a SOAP request taken from Wikipedia
Unfortunately serde-xml currently does not support namespacing: https://github.com/RReverser/serde-xml-rs/issues/50 https://github.com/RReverser/serde-xml-rs/issues/62
Which leaves the question of how to read and write soap messages.