I am looking at the InteropTest DocLit test from round 3 [1] and have a few
questions about dispatching when we do not use SOAPAction.
The description of the test does not include the echoVoid() method wereas some
WSDL does (ASP.NET do not include the echoVoid operation).
How can we associate the message on the wire with the operation?
If we have ping() and logout() operations defined, how can we distach them?
Is it true to state that,
we can only implement one method (or operation) for each part name?
we cannot have more than one input /output part for this style of invocation?
In other word,
can we have two operations that consume the same input message?
can we have two operations that have no input part?
Thanks for your wisdome on this questions.
Eric
[1] http://www.whitemesa.com/r3/plan.html