you can include the following as part of the jaxws:endpoint node

<jaxws:dataBinding>
                      <bean class="org.apache.cxf.jaxb.JAXBDataBinding">
                        <property name="namespaceMap">
                                <map>
                                        <entry>
                                
<key><value>http://gencat.net/scsp/esquemes/productes/gro/bo/resposta</value></key>
                                        <value>pica1</value>
                                        </entry>
                                </map>
                        </property>
                      </bean>
                     </jaxws:dataBinding>

And it will use the specified prefix

--
View this message in context: 
http://cxf.547215.n5.nabble.com/wsdl2js-namespace-prefixes-tp571839p5485631.html
Sent from the cxf-dev mailing list archive at Nabble.com.

Reply via email to