You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by Wenbiao Han <we...@ulticom.com> on 2001/10/26 19:25:36 UTC

(1)pass and (2) remote service lookup

Hi:

Is Apache SOAP/AXIS planning to support "pass  remote service reference".
This is important feature for a distributed computing environment.
Currently, Apache SOAP only supports "pass data only class".

The proxy class generated by WSDL is being used in client program directly.
The naming of proxy class is like AServiceProxy (if the service class is
called AService). The conventional way is to "lookup" the remote service
class by its string name. Is Apache SOAP planning to support this feature?

Thanks for your answer in advance,

Kevin