1 Reply Latest reply on Jan 24, 2011 4:25 AM by asoldano

    Deploy multiple web services in one war

    those

      Hey guys!

       

      I'm trying to develope two webservices as pojos with just the "@WebService" annotation and expose it via deployment on my jboss as 5.1.0, native stack.

      everything works fine as long there's just one web service in my war file, when i add a second one (again pojo with just the "webservice" annotation) the generated WSDLs (via jbossws native stack) get mixed up!!!

       

      is there a way to deploy multiple web services in one war but keep the endpoints/wsdls distinguished?

      (code and wsdls are attached)

       

       

      thank you very much for any advice!!!