3 questions actually: Question1: What is that attribute which can specify the wsdl file name if you don't want the service class's name as the default filenamce for generated approach? I am doing service class first and wsdl later approach.
Question2: Does the wsdl filename identifies the name of the service or the name attribute in services.xml specifies the name of the approach? Question 3: There are three things : 1. wsdl filename 2. Name of service published 3. Name of the class name which defines the service Do they all need to be same? I want to have the classname different from the wsdl filename and name of service; name of service being same the wsdl file name. Thanks Asmita
