Hallo Mark, yes these parameters control the WSDL generation using the WSDL Querystring. I don't know where documentation can be found. Perhaps that helps:
wsdlPortType = name for the port type wsdlServiceElement = name for service element wsdlServicePort = name for the port wsdlTargetNamespace = target namespace wsdlInputSchema = Types for inclusion in the types section You can also control WSDL Generation with the <operation>, <parameter>, <namespace>, <wsdlFile> and <fault> WSDD elements. Thomas > -----Urspr�ngliche Nachricht----- > Von: Mark D. Hansen [mailto:[EMAIL PROTECTED] > Gesendet: Donnerstag, 6. November 2003 16:29 > An: AXIS Users (E-mail) > Betreff: WSDD question - parameters that control WSDL generation ?? > > > In looking through some of the sample and test cases related to > the JAXRPC implementation (e.g., /samples/jaxrpc/hello, > /test/wsdl/jaxrpchandler), I notice that some of the deployment > files (.wsdd files) define services with parameter sub-elements > having names like: > > wsdlServiceElement > wsdlServicePort > wsdlTargetNamespace > > Do parameters with names like these control the WSDL that Axis > returns when the http://targetendpointURL?WSDL is queried? > > Is this documented anywhere? > > Thanks, > > Mark >
