Yes, you can use Apache SOAP in a command line app, and it can interoperate with a SOAP::Lite server.
If you are just getting into a Java client implementation, I recommend you start with Apache Axis (http://ws.apache.org/axis/), which is the next generation of Apache SOAP. It supports critical standards such as WSDL 1.1 that Apache SOAP does not (and will not). Scott Nichol Do not send e-mail directly to this e-mail address, because it is filtered to accept only mail from specific mail lists. ----- Original Message ----- From: "Steven Bell" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, August 05, 2003 1:19 PM Subject: Question about Apache Soap. > Just a simple question, Can I use Apache Soap to write a command line > java client, that will contact a Soap::Lite cgi script? The long term > goal I have is a Java Swing app that will contact the Soap::Lite server. > I guess the another question would be, can Apache Soap contact Perl's > Soap::Lite? > > thanks, > Steven > >
