This patch series adds the initial implementation of the PublishEx function for the IWSDiscoveryPublisher interface. A large XML structure needs to be built up to create the message - the actual sending will follow in a further 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