On Wed, 2006-01-04 at 19:59 +0100, Davanum Srinivas (JIRA) wrote: > [ http://issues.apache.org/jira/browse/AXIS2-350?page=all ] > > Davanum Srinivas resolved AXIS2-350: > ------------------------------------ > > Resolution: Fixed > > checked in some fixes, the key is to make sure that the > /wsdl:definitions/wsdl:service/@name (in wsdl file) should match > /service/@name in services.xml
+1. BTW .. when services.xml has only <service> in it, the @name is ignored .. the name comes from the name of the .aar file. So u'll have to make sure that the build.xml also produces a foo.aar where foo = /service/@name to make sure AXIS2-350 is fully handled. Apologies if this is already handled! Sanjiva.
