1 Reply Latest reply on Oct 3, 2011 9:13 AM by asoldano

    Problem in Migrating from JBoss AS 5.1.0.GA to JBoss AS 6.1.0.Final

    nishit_sharma

      My webservice's Endpoint address for JBoss AS 5.1.0.GA is

      Endpoint Address  : http://*.*.*.*:8080/IASEar-IASEJB/EKSWebServiceManagerImpl

       

      when i migrated to JBoss AS 6.1.0.Final the endpoint Address changed to :

      Endpoint Address  : http://*.*.*.*:8080/IASEJB/EKSWebServiceManager/EKSWebServiceManagerImpl

       

      I want to use the same endpoint address, which i was using in  JBoss AS 5.1.0.GA i.e

      Endpoint Address  : http://*.*.*.*:8080/IASEar-IASEJB/EKSWebServiceManagerImpl

      because i have so many clients who are accessing the webservice through this Endpoint address.

       

       

      So, is there any way to customise the endpoint address in JBoss AS 6.1.0.Final. So, that i can use the same endpoint address which i was using in JBoss AS 5.1.0.GA.