hi,
I have a simple test webservice. I would like to set up a client in a way that enables user to choose which transport to use.
User can achieve this by creating Call object and setting the necessary parameters manualy (call.setTransport(xxx)), but is it possible to achieve similar behaviour using the generated ServiceLocator? How should the corresponding wsdl file look like?
thank you
Lubomir