Downgrading to JBossWS4EE
To revert to that version:
Remove the ${jboss.server.dir}/deploy/jbossws.sar
Remove the ${jboss.client.dir}/jbossws-client.jar
Copy ${jboss.docs.dir}/examples/ws4ee/jboss-ws4ee.sar to ${jboss.server.dir}/deploy
Copy ${jboss.docs.dir}/examples/ws4ee/jboss-ws4ee-client.jar to ${jboss.client.dir}
Copy ${jboss.docs.dir}/examples/ws4ee/jboss-ws4ee.sar/axis-ws4ee.jar to ${jboss.client.dir}
Read the JBossWS4EE documentation
Modify ${jboss.server.conf.dir}/standardjboss.xml and replace org.jboss.ws.server.ServiceEndpointInterceptor with org.jboss.webservice.server.ServiceEndpointInterceptor
Note: The following instructions are to be used only if you plan to use JAXR/JUDDI on downgraded WS stack (removed the jbossws stack with WS4EE Stack)
Comments