Yakulis, Ross (Ross) wrote:
I have done this for rpc style but not yet looked at this with document style services as 1.1 had several errors relating to document style and have not had time to play around with 1.2Aphha.
It works for document style as well, seemingly transparently. The DynamicInvocation client example does this, I used this as the basis for our workflow engine's dynamic invocation code and it seems to support pretty much all services that don't use complex types. Actually, that's better stated 'user defined complex types', as types such as arrays and maps will work just fine like this.
Our code is all on sf.net (project name 'Taverna') but it's fairly heavily tied in to our own data model so might not be too good an example. Take a look in the examples supplied with axis though, they're helpful (if not always documented)
Tom