Hi..
Is there a way to use axis's generated classes for request and response BUT, use it's dynamic proxy client by specifying wsdl and method name alone? We have a home grown web application infrastructure which up until now used glue behind the scenes, our application developers were unaware of the underlying ws Implementation ,so now we are switching to axis2. Up until now we simply sent the wsdl, operation name and generated objects to the client which created the xml soap request, the client was always the same api (invoke method) because it was a generated proxy in run-time from the wsdl we gave it. Is there a way to do so in axis?
