This patch series adds the initial implementation of the PublishEx function for the IWSDiscoveryPublisher interface. The basic structure of the SOAP message is built up, written as XML to a string buffer, then sent via UDP multicast.
The full population of the message will follow in a further patch series.
Signed-off-by: Owen Rudge orudge@codeweavers.com --- dlls/wsdapi/address.c | 6 +----- dlls/wsdapi/wsdapi_internal.h | 35 +++++++++++++++++++++++++++++++++++ dlls/wsdapi/xml.c | 7 +------ 3 files changed, 37 insertions(+), 11 deletions(-) create mode 100644 dlls/wsdapi/wsdapi_internal.h