|
Hi, The concern is w.r.t. the operation “style” in
WSDL. Currently in Axis2 if the style is RPC we get the operation
name using the first element in the SOAPBody. With the WSDL 2.0 component model
the owner of the style is the operation. (I am aware that we have a
styleDefault in the Interface component). Now if the operation style is RPC : when the request message
arrives at the Axis engine, Engine does not know how to find the operation till
it knows the style. Since the style is defined in the operation server has no
way of finding the style of the incoming message(since it doesn’t know
the operation as yet and infact its trying to find the operation ). Seems to me
that we have a chicken and egg situation, at least for how we do it in Axis2. Comments???? Chathura |
