Hi Milan ; >I have found this thread: > >http://www.mail-archive.com/[email protected]/msg29607.html > >it mention that if I have multiple WSDL documents (for multiple services) >inside 1 AAR file, then every WSDL file should be named as service_name.wsdl. >I did this but when I run: > >http://localhost:8080/axis2/services/MyService?wsdl > >it retrieves auto generated WSDL, instead of mine WSDL. > > The only thing you need to do is , change wsdl service name (name of the service element in the wsdl file) to name of the service. so if the services.xml is as follows <service name="foo"></service>
then wsdl file should look like below; <wsdl:definition> <service name="foo" binding.....> </wsdl....> Thanks Deepal >What could go wrong? > >Thank you in advance, >Milan > > > > > >____________________________________________________________________________________ >Don't get soaked. Take a quick peek at the forecast >with the Yahoo! Search weather shortcut. >http://tools.search.yahoo.com/shortcuts/#loc_weather > >--------------------------------------------------------------------- >To unsubscribe, e-mail: [EMAIL PROTECTED] >For additional commands, e-mail: [EMAIL PROTECTED] > > > > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
