Re: Call Parameter details

2003-01-16 Thread Davanum Srinivas
quot; > > [EMAIL PROTECTED] > > > Please respond to [EMAIL PROTECTED] > To: [EMAIL PROTECTED] > cc: > Subject:Re: Call Parameter details > > > > well...If you see samples\client\DynamicInvoker.java, you will see that > wsdl4j is not enough. I

Re: Call Parameter details

2003-01-16 Thread Rick Rineholt
ngine!" [EMAIL PROTECTED] Please respond to [EMAIL PROTECTED] To:        [EMAIL PROTECTED] cc:         Subject:        Re: Call Parameter details well...If you see samples\client\DynamicInvoker.java, you will see that wsdl4j is not enough. I needed patch and use our org.apache.axis.wsdl.gen.

Re: Call Parameter details

2003-01-16 Thread Davanum Srinivas
WSDL4J is for. > > Rick Rineholt > "The truth is out there... All you need is a better search engine!" > > [EMAIL PROTECTED] > > > Please respond to [EMAIL PROTECTED] > To: [EMAIL PROTECTED] > cc: > Subject:Call Parameter details >

Re: Call Parameter details

2003-01-16 Thread Rick Rineholt
There is ... that's what WSDL4J is for. Rick Rineholt "The truth is out there...  All you need is a better search engine!" [EMAIL PROTECTED] Please respond to [EMAIL PROTECTED] To:        [EMAIL PROTECTED] cc:         Subject:        Call Parameter details Question: why is

Re: Call Parameter details

2003-01-15 Thread Doug Davis
You've got to be kidding! :-) What if you don't have WSDL - say you're handed a Call object and just want to query it? -Dug Davanum Srinivas <[EMAIL PROTECTED]> on 01/15/2003 03:25:58 PM Please respond to [EMAIL PROTECTED] To:[EMAIL PROTECTED] cc: Subject:

Re: Call Parameter details

2003-01-15 Thread Davanum Srinivas
Yep...I had to jump thru hoops to get this to work - xml-axis/java/samples/client/DynamicInvoker.java Thanks, dims --- James M Snell <[EMAIL PROTECTED]> wrote: > Question: why isn't there a way to list the input/output parameters that > have been configured on the org.apache.axis.client.Call obj

Call Parameter details

2003-01-15 Thread James M Snell
Question: why isn't there a way to list the input/output parameters that have been configured on the org.apache.axis.client.Call object? Example, using the code below, I can initialize a call object from WSDL, but never see what parameters the initialization added to the Call. Service servi