1 Reply Latest reply on Apr 13, 2005 9:02 AM by thomas.diesler

    configuration files for exposing a stateless session bean

    dannyb23

      I want to expose a stateless session bean as a web service
      in the wiki i see that i should run this:

      wscompile -cp ../../output/classes -gen:server -f:rpcliteral -d META-INF/wsdl -mapping META-INF/OrganizationServiceEJB_Mapping.xml config.xml

      my question is how exactly do i create the kind of files: (mapping and config) OrganizationServiceEJB_Mapping.xml and the config.xml files ..?

      Thanks..