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
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.
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.Parser. So the WSDL is actually
parsed twice :(
Thanks,
dims
--- Rick Rineholt <[EMAIL PROTECTED]> wrote:
> There is ... that's what WSDL4J is for.
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 isn't there a way
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:
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