Thanks. I have a plan to builder a system in which Apache Axis clients call Water web services. Apache Axis has a WSDL2JAVA tool to create Java classes for web...
Water can generate the links, but the Water server currently only serves text data, not binary data. Static files such as images can be served from a file...
http://www.watercode.com/docs/thing_f_doc/java_f_doc.htm thing.java - a class The first argument to 'eval' can be a string. This makes it possible to use...
Title: Putting it all together in Water applications Time: 7:00 PM, September 27. Location: Web/phone or in person in Cambridge, MA We will show larger-scale...
The include script execution which retrieves 50 rows from the database occurs very quickly (in xml), however the html formatting in Steam or browser takes...
You might try sticking a .<to_string /> call on your 'value' reference. <concat key "=" value.<to_string /> /> I find the default html generation to be very...
I find that the "SelectMethod=direct" parameter is isgnored for the connection and it defaults to a server cursor for fetching the rows. I am needing to issue...
Robert, For both of these examples, I am curious whether this works within a Java program. If it does not work correctly from within Java, it will not work ...
I have been toying with building an expert system around cell phone selector using some Bayes-like principles. I had seen in my seaches that Water has support...
I consider Bayes nets quite different than normal expert systems. For either you can try two approaches: 1. grab some existing package that does Bayes nets 2....
Could anyone answer the following questions? Thank you very much. 1. What versions of SOAP, WSDL and UDDI are supported by current version of Water? 2. Does...
... The latest 4.0 beta version of Water, SOAP 1.0 is supported on output, but does not offer built-in support for WSDL or UDDI. ... Yes. A "row" method is...
Here is information about tomorrow's Boston Water Users Meeting, to be held at 7:00 PM in Cambridge, MA on Tuesday, January 25. This month's meeting is...
Here is information about the upcoming Boston Water Users Meeting, to be held at 7:00 PM in Cambridge, MA on Tuesday, February 22. This month we will be taking...
Here is a quick update on the forthcoming release of Steam XML. It has become a rather major release with lots of new stuff. The new version is enhanced to...
Dear All, I am research student and currently i am doing research on some thing which is related to the uses of XML in the source code. I have done extensive...
Two quick benefits of a language based on XML: (1) there are already millions of programmers who understand HTML/XML and (2) it enables one environment to...
Does Water simplify the process of making a SOAP request? I can't seem to find any examples (or documentation) on any of the various Water sites or the...
Summer is just around the corner, and that seems to be my best time to do some Water language development. I am wondering when the much- awaited SteamXML 4.0...
The next Boston Water Users Meeting will be at 7:00 PM in Cambridge, MA on Tuesday, June 28. Here are some of the topics to be discussed this month. o Using...
The next Boston Water Users Meeting will be at 7:00 PM in Cambridge, MA on Tuesday, July 26. The topic this month is SOAP and Water. We will take an inside...
For those of you who missed the recent Tri-XML Conference, we have posted the presentation, "Teaching Web Services and XML with the Water Language" at...
from p. 73-74 in the book "Water" <set data_string= <string> Mike,Plusch,Wellesley,MA Christopher,Fry,Lexington,MA </string> /> data_string.<to_objects/> ...