Just to confirm...can a non-java client be used to interact with Muse?
I am pretty sure yes because even though Muse is a java implementation,
it is also a web service that communicates with remote applications via
the standard XML format. Much of the current clients are java
applications, although I see no reason why a perl or other non-java
client can't talk to a Muse-based application. As long as the non-java
clients have APIs to easily work with the XML received from Muse, and
return it in proper XML format to Muse, the client should work. For
example, Perl should work, but if no existing web service APIs are
available for Perl, it would just be more difficult to build a
Perl-based client at this time. Correct?