On Fri, 2006-11-17 at 08:19 +0200, Igor Borovkov wrote: > Hello. > > I need to invoke methods of a standalone java program from a webservice. > Is it possible to embed to in Axis2?
Yes, absolutely. > Is it better way than using RMI to communicate with the standalone java > program? Depends on your requirements- if the only consumers of of your service are other Java programs within your local network then RMI may suffice. If you need clients in C and .Net and PHP and Java all to access it then you Web services is a better approach. Sanjiva. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
