[REBOL] Re: [SOAP WebDAV] SOAP and WebDAV bits
From: gregg::pointillistic::com at: 16-Nov-2008 12:30
Hi Graham,
GC> I made some changes to the http-prot.r (see
GC> http://rebol.wik.is/Protocols/Http)
GC> So, I can do this
GC> read/custom url reduce [ 'soap payload [ soapaction: "" ]]
GC> where payload is the xml soap message.
Thanks Graham! I haven't needed it until now either, and it's a backup
plan if another interface can't be made to work to talk to an MS
Exchange server. It looks like all the old interfaces are being
deprecated in favor of the SOAP-based web services interface to it, so
it may be the future in any case.
-- Gregg