You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-tck@ws.apache.org by Sam Ruby <ru...@apache.org> on 2002/08/08 13:00:08 UTC

Re: ATTN RICH (when you get back) : Java2WSDL Emitter and multiple se rviceDescs

Glen Daniels wrote:
 > Hi Rich (and welcome back!):
 >
 > What's the deal with "serviceDesc2" in the Emitter?  It seems to be
 > there to deal with the case where the parameter names are different
 > between the interface and implementation classes?  I don't understand
 > why we should particularly want the implementation names more than
 > the interface ones in such a case, since it's the interface we're
 > really exposing....

Just a theory, but there are cases where one might want more than one 
class in a WSDD.  In fact, there is one in the TCK that Rich was trying 
to address before he left.

http://www.intertwingly.net/home/rubys/jaxrpctck/src/com/sun/ts/tests/axis/jaxrpc/api/javax_xml_rpc_handler/Handler/Client_DoHandlerTest1_from_standalone.jtr

- Sam Ruby