0 Replies Latest reply on Oct 7, 2004 8:59 PM by vbatista

    Export of multiple Session Beans

      Hello,
      I am exposing several session beans of the same enterprise application as web services with jboss.net . Some of these session beans export POJO's with the xdoclet tag @jboss-net.xml-schema urn="Prefix:Name". My problem is that each WSDL has the typeMappings for every POJO exported.

      How can I isolate them? Suppose I have SessionBeanA which requires Object A, and SessionBeanB which requires Object B. How can I have the WSDL generated for SessionBeanA with only the typeMapping for Object A, and the equivalent to B (SessionBeanB's WSDL only have the typeMapping for Object B)?

      Thanks in advance,
      Victor Batista

      PS: I am using Jboss 3.2.3