Vinu, You should use the JAX-RPC DII (see javax.xml.rpc.call) to construct dynamic invocations. A WSDL may have any number of services, bindings, portTypes, and messages.
Anne > -----Original Message----- > From: Vinu Murugesan [mailto:[EMAIL PROTECTED]] > Sent: Thursday, December 19, 2002 3:28 PM > To: [EMAIL PROTECTED] > Subject: Dynamic Invocation w/ Axis > > > Hello there, > > I'm trying to create a generic invoker for web > services using Axis. If all that you are given is the > WSDL file, then how do you go about getting and > setting the individual parameters for operations in a > SOAP call? I've had some success using the WSDL4J > framework for manipulating the WSDL files, but I'm > still not sure how to create a call in which you don't > know ahead of time what the operations and parameters > will be. Any help would be greatly appreciated. > > And also, is it possible to have more than one > Service, PortType, and Message in a Web Service. The > reason I'm asking this is because I have put loops to > get each of these things. If I know that there could > only be 1 of each of these things, then there is no > point in putting them in a loop. > > Thanks, > Vinu. > > __________________________________________________ > Do you Yahoo!? > Yahoo! Mail Plus - Powerful. Affordable. Sign up now. > http://mailplus.yahoo.com >