This patch implements the generation of a basic SOAP message, albeit missing several attributes and elements.
Signed-off-by: Owen Rudge orudge@codeweavers.com --- dlls/wsdapi/Makefile.in | 2 +- dlls/wsdapi/soap.c | 318 +++++++++++++++++++++++++++++++++++++++++++++++- 2 files changed, 318 insertions(+), 2 deletions(-)
On Mon, Mar 12, 2018 at 11:01:27PM +0000, Owen Rudge wrote:
This patch implements the generation of a basic SOAP message, albeit missing several attributes and elements.
Signed-off-by: Owen Rudge orudge@codeweavers.com
dlls/wsdapi/Makefile.in | 2 +- dlls/wsdapi/soap.c | 318 +++++++++++++++++++++++++++++++++++++++++++++++- 2 files changed, 318 insertions(+), 2 deletions(-)
Any chance of splitting this in two?
Any chance of splitting this in two?
I'll see if I can split it up further; there's certainly some code that could move to a new patch without too much trouble.
Thanks,
Owen