here is the WSDD file...

<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/2001/XMLSchema-instance'
 xmlns:xsd='http://www.w3.org/2001/XMLSchema'>



  
  

  <operation name='getListOfCustomers' qname='ns1:getListOfCustomers' 
returnQName='ns2:getListOfCustomersResponse' 
returnType='ns2:getListOfCustomersResponse' 
xmlns:ns1='http://demobanking.webservices' 
xmlns:ns2='http://demobanking.webservices/types' >
    <parameter name='parameters' qname='ns2:getListOfCustomers' mode='IN' 
type='ns2:getListOfCustomers' xmlns:ns2='http://demobanking.webservices/types' 
/>
    <fault name='DemoException' qname='ns2:DemoException' 
type='ns2:DemoException' class='demobanking.utils.DemoException' 
xmlns:ns2='http://demobanking.webservices/types' />
  

  <typeMapping
    qname='ns2:CustomerMasterVO' 
xmlns:ns2='http://demobanking.webservices/types'
    type='java:demobanking.vo.CustomerMasterVO'
    serializer='org.jboss.webservice.encoding.ser.MetaDataBeanSerializerFactory'
    
deserializer='org.jboss.webservice.encoding.ser.MetaDataBeanDeserializerFactory'
    encodingStyle=''>
  
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
      
      
      
      
      
      
      
      
      
      
      
      
      
      
    
  
  

  <typeMapping
    qname='ns2:DemoException' xmlns:ns2='http://demobanking.webservices/types'
    type='java:demobanking.utils.DemoException'
    serializer='org.jboss.webservice.encoding.ser.MetaDataBeanSerializerFactory'
    
deserializer='org.jboss.webservice.encoding.ser.MetaDataBeanDeserializerFactory'
    encodingStyle=''>
  
    
    
    
    
      
      
      
    
  
  

  <typeMapping
    qname='ns2:ListCustomersDTO' 
xmlns:ns2='http://demobanking.webservices/types'
    type='java:demobanking.dto.ListCustomersDTO'
    serializer='org.jboss.webservice.encoding.ser.MetaDataBeanSerializerFactory'
    
deserializer='org.jboss.webservice.encoding.ser.MetaDataBeanDeserializerFactory'
    encodingStyle=''>
  
    
    
      
    
  
  

  <typeMapping
    qname='ns2:getListOfCustomers' 
xmlns:ns2='http://demobanking.webservices/types'
    
type='java:demobanking.webservices.ListCustomersEndPoint_getListOfCustomers_RequestStruct'
    serializer='org.jboss.webservice.encoding.ser.MetaDataBeanSerializerFactory'
    
deserializer='org.jboss.webservice.encoding.ser.MetaDataBeanDeserializerFactory'
    encodingStyle=''>
  
    
    
      
    
  
  

  <typeMapping
    qname='ns2:getListOfCustomersResponse' 
xmlns:ns2='http://demobanking.webservices/types'
    
type='java:demobanking.webservices.ListCustomersEndPoint_getListOfCustomers_ResponseStruct'
    serializer='org.jboss.webservice.encoding.ser.MetaDataBeanSerializerFactory'
    
deserializer='org.jboss.webservice.encoding.ser.MetaDataBeanDeserializerFactory'
    encodingStyle=''>
  
    
    
      
    
  
  





The exception is given when the client deserializes the response. the server is 
working properly since i am able to see the data thats being fetched from my 
data source.

any other suggestions?



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

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


-------------------------------------------------------
This SF.Net email is sponsored by the JBoss Inc.  Get Certified Today
Register for a JBoss Training Course.  Free Certification Exam
for All Training Attendees Through End of 2005. For more info visit:
http://ads.osdn.com/?ad_id=7628&alloc_id=16845&op=click
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to