Hi all;
 
when we generate code using WSDL , it generates services.xml as well . So we need to keep its targetNamespaces in some where otherwise when we write them back we will lose them (see JIRA 365). Therefore we need to keep them , in the mean while if service author wants to give targetNamespace for his service he should be able to give that too , so I think we need have room for that in services.xml. So what do you think about the following approach ..
 
<service name="foo" scope="transport">
   <schematargetNamespace qname="">
   <targetNamespace qname="">
</service>
 
and those are optional , so if those are not there in services.xml then we will pick the default as now . pls comment your idea soon since there is a blocker on this issue.
 

Thanks,
 Deepal
................................................................
~Future is Open~

Reply via email to