Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: SOAP

From: gchiu:compkarori at: 13-Jun-2001 21:17

> time ago? Maybe we could use rebol objects for that? Or > is "wdsl" any > standardized aproach?
Here's a link that describes what WDSL is: http://www.devxpert.com/tutors/wsdl/wsdl.asp The point of it, is that it is machine readable. Now this is very cute, and demonstrates the above: http://www.soapclient.com/soapclient.com/soaptest.html You enter the url of a WDSL file in the form, and the script then analyses the WDSL file, and creates forms based upon the methods detected in that file. When you submit the form it then turns the http request into a SOAP request, submits it to the SOAP server, and then returns the result to you. -- Graham Chiu