Did we get this wrong again (my fault)?

In reading the OASIS spec again, I think we're supposed to:
1)  take the service-side operationSelector's selected operationName,
2) look for a @selectedOperation (OASIS) / @nativeOperation (OSOA) in
an <operationProperties> matching the result of 1)
3) determine the value of @name in the same <operationProperties> as in 2)
4) invoke the operation pointed to by @name in 3)

We have it going the other way around... from @name to @nativeOperation.

I don't know why this has taken me so long to grasp... I will say the
new name, @selectedOperation is better.

Scott

Reply via email to