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.
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
>
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
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
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