[2/6] wsdapi: Add code to create SOAP envelope from header and body elements.

Owen Rudge orudge at codeweavers.com
Mon Jul 3 16:33:25 CDT 2017


Implements functionality to take a WSD_SOAP_HEADER structure and a 
WSDXML_ELEMENT body element and produce an XML string based on the 
WS-Discovery standard (based on SOAP-over-UDP).

Signed-off-by: Owen Rudge <orudge at codeweavers.com>
---
  dlls/wsdapi/Makefile.in       |   3 +-
  dlls/wsdapi/soap.c            | 739 
++++++++++++++++++++++++++++++++++++++++++
  dlls/wsdapi/wsdapi_internal.h |   5 +
  dlls/wsdapi/xml.c             |   4 +-
  4 files changed, 748 insertions(+), 3 deletions(-)
  create mode 100644 dlls/wsdapi/soap.c


-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0002-wsdapi-Add-code-to-create-SOAP-envelope-from-header-.patch
Type: text/x-patch
Size: 24632 bytes
Desc: not available
URL: <http://www.winehq.org/pipermail/wine-patches/attachments/20170703/589d94e4/attachment-0001.bin>


More information about the wine-patches mailing list