JBsss, well the AXIS component does not qualify the names correctly, as I found when asking earlier. You need a ws4ee-deployment.xml in your WEB-INF, this needs to include the gernated type mappings in the JBoss generated wsdd file. The for the type, change the xmlName to include your namespace.
<typeMapping | qname='ns1:ReplyItemList' xmlns:ns1='http://opcfoundation.org/webservices/XMLDA/1.0/' | type='java:org.opcfoundation.webservices.XMLDA._1_0.ReplyItemList' | serializer='org.jboss.webservice.encoding.ser.MetaDataBeanSerializerFactory' | deserializer='org.jboss.webservice.encoding.ser.MetaDataBeanDeserializerFactory' | encodingStyle=''> | <typeDesc> | <elementDesc fieldName='reserved' xmlName='Reserved' asAttr='true'/> | <elementDesc fieldName='items' xmlName='ns1:Items'/> | <elementOrder> <element name='items'/> | </elementOrder> </typeDesc> | </typeMapping> | Hope this helps, Andy View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3867252#3867252 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3867252 ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
