How can we so dynamic invocation on document style (doc/lit) web services? The parameter is a complex type instead of a primitive type.
 
As far as I know, for RPC style services, I can use org.apache.axis.client to realize dynamic invocation, but how about for document style services? The DynamicInvoker in samples.client package seems provide a solution. But how about for complex type?
Is there any thing like Call.invoke() i can use to realize dynamic invocation on doc/lit services?
 
Regards,
Xinjun

Reply via email to