Scott wrote:

        Try using the wsdl2java stuff that will generate the proxies for
you.

First, thanks for the reply.

Ok, I tried it, and I got code. Samples, I guess [since I want a DII
approach].

I read the code ,and much as it is AXIS specific [not JAX-like, no biggee] I
don't see what I am doing wrong to get those RPC classes back. I do see some
differences, namely:

        call.setEncodingStyle(null);
        call.setProperty(org.apache.axis.AxisEngine.PROP_DOMULTIREFS,
Boolean.FALSE);
        call.setProperty(org.apache.axis.client.Call.SEND_TYPE_ATTR,
Boolean.FALSE);
        call.setOperationStyle("wrapped");

Is there something in here?

BTW: I thought Operation style could be document or rpc or it was an error.
What is "wrapped"?

regards

Adam

<<attachment: winmail.dat>>

Reply via email to