[PATCH 6/6] wsdapi: Store discovered namespaces and write xmlns attributes for them.
March 12, 2018
11:02 p.m.
The appropriate xmlns attributes are required to produce messages identical to the Windows implementation of this function. While not strictly required by the SOAP spec, they help to reduce verbosity in the generated message. Signed-off-by: Owen Rudge <orudge(a)codeweavers.com> --- dlls/wsdapi/soap.c | 67 +++++++++++++++++++++++++++++++++++++++++-- dlls/wsdapi/tests/discovery.c | 8 ++++-- dlls/wsdapi/wsdapi_internal.h | 4 +++ dlls/wsdapi/xml.c | 2 +- 4 files changed, 74 insertions(+), 7 deletions(-)
2937
Age (days ago)
2937
Last active (days ago)
0 comments
1 participants
participants (1)
-
Owen Rudge