SOAP testing
[1/1] from: gchiu::compkarori::co::nz at: 24-Jun-2001 14:53
I'm still trying to automate the creation of SOAP messages.
I've set up a test page
http://www.compkarori.com/soap/index.shtml
You can enter a WSDL url, and the Rebol scripts will attempt
to create a valid SOAP message by parsing the WSDL file.
If it successfully reads the WSDL file, then that particular
URL is added to the database, and is then available to the
next user as part of the drop down list of choices ( hence
the use of .shtml which allows me to execute Rebol scripts
within the html ).
The script still has some problems with complex data types.
Part of the problem is that I haven't read the WSDL
specification and am just reverse engineering the SOAP
messages based on the examples I've seen :-)
--
Graham Chiu