Hello Frank,

May I ask You what is the actual goal of your project?

"This project provides a simple mechanism whereby existing business logic
components of a Struts-based application can be exposed as rudimentary Web
Services without the need to change any existing application code."

Hmm, I don't understand the purpose of it. 
If you have an application with business logic components, they are well
defined by 
their interfaces. The struts application on top provides some kind of view
on the business logic, it could be XML, CSV, HTML or anything. Whatever,
this view would be less well 
defined as the component itself, except for XML, which would already be a
WebService by the definition and therefore out of discussion.
I would understand it either way, building an automatic (struts/web)
application on top of a WebService, but this is something we already know as
XSLT. 
You in contrast are trying to build a well-defined interface on top of not
well-defined interface to access another well-defined interface. Why?

As for the project itself, i think you should consider reading ant manual
more carefully. 
Your project organisation is worth enhancement, i don't think WEB-INF is
something that 
should exist in the source-code, since it's one of  servletcontainer
specifics and only needed in resulting war file for a webapp, but not for a
standalone application. 
If you want i can help you reorganizing your project source and build file.

And refering to files that are not included in the download package is at
least, aehm... 
irritating :-)

java -cp . WSClient
Web Services Interface Test Client v1.0
Frank W. Zammetti
-------------------------------------------------------------------

See testsrvc.bat for usage


Regards
Leon





---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to