I was working with Axis back in october before the release and I haven't played with it in a while so I'm trying to get caught up. My project involved writing new transports. Now, in the old version, there was a client_config.xml file which allowed me to describe the senders for the different transports I was using. Now, it seems that this configuration is done dynamically in the calling code with SimpleProvider as per in the tcp transport example. I'd like to not have to include this code in each calling case. Is there an analogous client configuration WSDD in Axis Beta 2 ? Another question I have is with the provider specified for a service. Is it possible to use a pivot instead of a provider so that I can use a chain as in the old version? Or should the provider be just the Java class and the other memebers of my chain be included in the request_flow and reponse_flow of the service ?
BTW, the new documentaion (The Architecture Guide) is really good. Thanks, Ben Szekely [EMAIL PROTECTED]