On Tuesday, February 28, 2012 12:19:05 AM arikgold wrote: > Hi, > > I am new in the java2ws business. > Can you explain the purpose and functionality of the '-t' argument (target > namespace).
It would really just set the targetNamespace on the root of the wsdl and would put the service and binding in that namespace (possible the portType as well, not really sure). However, I don't think it would have any impact on the generated schema. Dan > I want to use it instead of specifying the targetnamespace attribute for > each WebService and WebMethod annotation (as described in this post). > > Is it possible? > Thanks in advance > Arik > > > -- > View this message in context: > http://cxf.547215.n5.nabble.com/java2ws-ignoring-targetNamespace-tp4619618p > 5521165.html Sent from the cxf-user mailing list archive at Nabble.com. -- Daniel Kulp [email protected] - http://dankulp.com/blog Talend Community Coder - http://coders.talend.com
