Hello , I am looking for a way to dynamically discover and invocation of web service using axis in java
I succeeded in generating a static WSDL with Wsdl2Java Java2WSDL using axis Is there a way to do this in dynamically, if yes, how can I do it? If not, is there a 'best practice' for this, Actually case is : If I want to enter any webservice url in jsp page in text field like ex: http://sanchaar/DotNetWebService/DotNetWebService.asmx or etc, and submit It should display all methods and parameters on that service on the browser view . or if it's possibule display as SOAP response as XML string. Can I know what the approach for that using Apache Axis is or some other one -- Thanks & Regards Bhanu B -- Thanks & Regards Bhanu B
