You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by Doug Davis <du...@us.ibm.com> on 2001/08/02 16:41:31 UTC

transports

Is there anyway to make the client use a new transport without having to
define a Transport class/object?
All I want to be able to do is something like:
   call.setTransportName( "foo" );
and have it look in the list of transports I have deployed for "foo" but I
can't seem to find anything like that? Am I missing something?
-Dug