What is the use of TargetNameSpace ATTRIBUTE IN ant?? please do help me its urgent
A:
Does this have something to do with web services? I think I have used a similar attribute when working with axis web services.
<axis-java2wsdl classpathref="classpath" output="${wsdl.dir}/abc.wsdl" location="${service.url}" namespace="myns" classname="${serviceInterface}">
<mapping namespace="http://impl.app" package="${serviceInterface}" />
</axis-java2wsdl>
Not sure if this is even useful, still posting it in case it helps.
Abhijeet Kashnia
2010-08-23 10:38:45