2 Replies Latest reply on Mar 15, 2007 2:06 PM by sursha

    JbossWS 1.2 and JBossWS 1.0.4 Generates Diff URLs For Same E

    joshlam

      We have a web service packaged in a EAR file deployed in Jboss 4.0.5GA running JbossWS 1.0.4GA which generated the following url:

      http://<server>:8080/PrivacyService-3/PrivacyService
      


      The same EAR file when deployed in JBoss 4.0.5GA running JbossWS 1.2 had the following url generated:

      http://<server>:8080/PrivacyEars-3-PrivacyService-3/PrivacyService
      


      Just want to know what causes the difference in the url generated. Also we have clients using the former url and we want to port to JbossWS 1.2, how do we resolve this without our clients changing urls?

      Thanks.

      --
      J