Subject Re: [Firebird-Architect] Re: Strategic Replacement for Services API
Author Jim Starkey
Roman Rokytskyy wrote:

>>That strikes me as particulary awkward. How about something like:
>>
>> <Request operation="createDirectory">
>> <Directory
>> path="/var/www/html/demo"
>> name="demo"
>> index="home.nfs"
>> webSite="DefaultSite"
>> documentRoot="/var/www/html"
>> createDocument="home.nfs"
>> parentPath="/var/www/html">
>> <Handler
>> extension=".nfs"/>
>> <Application
>> database="MANCHESTER@localhost"
>> application="mbts"
>> account="admin"
>> password="xxxxxx"/>
>> </Directory>
>> </Request>
>>
>>A little face value goes a long way.
>>
>>
>
>Requires creating a parser for each new call. So, with the same effect
>you could do
>
>
>
It's called an XML parser, Roman. It parses XML. The idea of using XML
is so we don't have to create a parser for each new request type.

--

Jim Starkey
Netfrastructure, Inc.
978 526-1376