Gregg

After all that discussion we had in the early 2000s regarding SOAP,
unfortunately nothing ever came from that.  After all those years I
didn't need to use SOAP again until this past month.

I made some changes to the http-prot.r ( see
http://rebol.wik.is/Protocols/Http )

So, I can do this

read/custom url reduce [ 'soap payload [ soapaction: "" ]]

where payload is the xml soap message.
I am using rebelxml.r from the library to construct messages and
deconstruct the results.
Pretty much everything is done by hand ... no automated tools to read
the xsd etc.

rebelxml.r can't read messages with namespaces

eg. <ns:blah ... >

and so Maxim has suggested you do a search and replace on the XML
result to remove all the namespaces prior to parsing with rebelxml


On Fri, Nov 14, 2008 at 5:00 AM, Gregg Irwin <[EMAIL PROTECTED]> wrote:
>
> Hello all,
>
> I know Graham has done some SOAP stuff, and there are some ML archive
> resources on REBOL.org, but I haven't found what I would call a
> definitive reference.
>
> Has anyone pursued a SOAP or WebDAV interface in depth? Graham?
>
> Thanks!
>
> -- Gregg
>
> --
> To unsubscribe from the list, just send an email to
> lists at rebol.com with unsubscribe as the subject.
>
>



-- 
Graham Chiu
http://www.synapsedirect.com
Synapse - the use from anywhere EMR.
-- 
To unsubscribe from the list, just send an email to 
lists at rebol.com with unsubscribe as the subject.

Reply via email to