1 Reply Latest reply on Sep 21, 2002 12:05 PM by lexa

    Not picking BeanSerializer

    nidhra

      Has anyone implemented a webservice on Jboss3.2/Jetty, using an EJB where params are complex Type. Somehow even after specifying the typemapping it does not work for me .When I try to connect from SOAP:Lite. it gives me SimpleDataSerializer cannot handle structured data .. error.
      I am using the following typemapping

      <deployment name="xxx_ws"
      targetNamespace="urn:hb"
      xmlns:namesp1="urn:hb"
      xmlns="http://xml.apache.org/axis/wsdd/"
      xmlns:jbnet="http://net.jboss.org/server"
      xmlns:java="http://xml.apache.org/axis/wsdd/providers/java">
      <ejb-ref>
      <ejb-ref-name>ejb/HB</ejb-ref-name>
      <ejb-link>HB</ejb-link>
      </ejb-ref>


      <!-- the final jndi name that this provider sits upon -->