intertwingly

It’s just data

null


Current stock quote from Axis using new SCNS driver for SOAP 1.1:

IBM: <% ["soap://user1:pass1@" +
      "nagoya.apache.org:5049" +
      "/axis/servlet/AxisServlet" +
      "?ns=urn:xmltoday-delayed-quotes"]
      .getQuote(symbol:"IBM") %>

Here's the script:

<% ["soap://user1:pass1@" +
 "nagoya.apache.org:5049" +
 "/axis/servlet/AxisServlet" +
 "?ns=urn:xmltoday-delayed-quotes"]
 .getQuote(symbol:"IBM") %>