You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by Serkan Sunel <Se...@telenity.com> on 2007/04/09 16:36:39 UTC

NameSpacetoPackages

Hi all,

How can I define multiple namespaceTOpackage mapping with AXIS2
AntCodegenTask.

 

<codegen 

 
wsdlfilename="../wsdl/parlayx_payment_reserve_volume_charging_service_2_
2.wsdl"

      output="out"

      serverside="true"

      generateservicexml="true"

 
namespaceToPackages="http://www.csapi.org/schema/parlayx/payment/v2_1=co
m.mycompany.parlayx.schema.payment.v2_1"

 
namespaceToPackages="http://www.csapi.org/wsdl/parlayx/common/v2_0/fault
s=com.mycompany.parlayx.ws.wsdl.common.v2_0.faults"

/> 

this does not work ..

 

Thanks.