Hi, When you are using org.apache.axis2.client.Call with a client repository you can specify the custom axis2.xml. This is when you use 'public Call(String clientHome)' constructor to create a Call. Otherwise the axis2.xml in org.apache.axis2.deployment package will be used as the default.
The path (clientHome) that you specify as the argument to this constructor should contain the axis2.xml file and furthermore it can contain a 'modules' where you can include any modules that is required in the client side. Thanks, Ruchith On 12/14/05, James Eitelberg <[EMAIL PROTECTED]> wrote: > Where should the axis2.xml configuration file be placed on the client? > > In the classpath? Is there an environment variable or another way to > configure the location? > > The documentation for the server is fine, but this is missing for the > client. > > > > -- Ruchith
