When generating the wsdd, JBossWS looks for additional META-INF/ws4ee-deployment.xml 
descriptor and when found merges the operations and type mappings with the generated 
wsdd. For java service endpoints this descriptor should be located in 
WEB-INF/ws4ee-deployment.xml. 

In your case the ws4ee-deployment.xml would look simmilar to 
  <deployment
    xmlns='http://xml.apache.org/axis/wsdd/'
    xmlns:java='http://xml.apache.org/axis/wsdd/providers/java'
    xmlns:soap='http://schemas.xmlsoap.org/soap/encoding/'
    xmlns:xsi='http://www.w3.org/2000/10/XMLSchema-instance'
    xmlns:xsd='http://www.w3.org/2001/XMLSchema'>

    <typeMapping
      qname='ns1:CustomerOrder' xmlns:ns1='http://org.jboss.webservice/complexbean'
      type='java:org.jboss.webservice.complexbean.CustomerOrder'
      serializer='org.apache.axis.encoding.ser.BeanSerializerFactory'
      deserializer='org.apache.axis.encoding.ser.BeanDeserializerFactory'
      encodingStyle=''
      />

    <typeMapping
      qname='ns1:CustomerOrderPosition' 
xmlns:ns1='http://org.jboss.webservice/complexbean'
      type='java:org.jboss.webservice.complexbean.CustomerOrderPosition'
      serializer='org.apache.axis.encoding.ser.BeanSerializerFactory'
      deserializer='org.apache.axis.encoding.ser.BeanDeserializerFactory'
      encodingStyle=''
      />

  

For details see: http://www.jboss.org/wiki/Wiki.jsp?page=WSTypeMapping

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3844646#3844646

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3844646


-------------------------------------------------------
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
_______________________________________________
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to