On Sun, Mar 6, 2011 at 12:15 AM, Prasad Maddela
<[email protected]> wrote:
> Hi Robert,
>
> Thanks for your suggestion.
>
> Url given by you has an example which uses static client stubs but my
> requirement is to have dynamic client similar to the code i have mentioned
> below so that i can have one single webservice utility to invoke
> mulitple webservices by loading the webservice information either from the
> properties file or from db.
>

I myself would approach the problem differently and not use the axis2
and stax api's much directly. But rather, since you would already have
the xmlbean / adb generated classes and methods from your wsdl, you'd
know those names before runtime and therefore you could invoke them
dynamically via Class.forName etc.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to