AltME: RebolBot

Messages

GrahamC
do/13 for Boron
ooops do/5
Kaj
I think that only works in Red, refinements starting with a number :-)
GrahamC
atomic number 5, group 13
AdrianS
don't know if youg guys have seen this multi-language site:
http://ideone.com/
DocKimbel
Kaj: you mean from the console?
GrahamC
do/255.0.0  ?
DocKimbel
do/ff0000
Ideone has an API: http://ideone.com/api
Kaj
Didn't you allow refinements to start with a digit?
GrahamC
Interesting ...
DocKimbel
Kaj: yes...misunderstood your message. :)
Kaj
Graham, how does this compare to my API?
GrahamC
:)
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:tns="http://ideone.com/api/1/service"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
xmlns:xsi="http://www.w3.org/1999/XMLSchema-instance"
xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
<SOAP-ENV:Body>
<i:createSubmission xmlns:i="http://ideone.com/api/1/service">
<http://ideone.com/api/1/service xsi:type="xsd:string">{$one}</http://ideone.com/api/1/service>
<pass xsi:type="xsd:string">{$two}</pass>
<sourceCode xsi:type="xsd:string">{$three}</sourceCode>
<language xsi:type="xsd:int">{$four}</language>
<input xsi:type="xsd:string">{$five}</input>
<run xsi:type="xsd:boolean">{$six}</run>
<private xsi:type="xsd:boolean">{$seven}</private>
</i:createSubmission></SOAP-ENV:Body></SOAP-ENV:Envelope>
That's according to my very old Soap discovery service at http://compkarori.com/soap/index.shtml
Kaj
Adrian, I saw that site some time ago
I could duplicate a big part of it with Syllable Server and Try REBOL
AdrianS
Would it be worth it for you to do so?
Maybe to avoid using SOAP...

Last message posted 355 weeks ago.