- 
        1. Re: How to change port in SOAP Address Locationruilazaro Aug 14, 2006 12:08 PM (in response to kamra)hi, 
 Try this:
 %JBOSS_HOME%\server\all\deploy\jboss-ws4ee.sar\META-INF\jboss-service.xml
 and change WebServicePort to the value you want.
 [8081]??
 Don´t know if this is what u want but if it works, tell me something.
 thanks
 Rui
- 
        2. Re: How to change port in SOAP Address Locationkamra Aug 14, 2006 12:20 PM (in response to kamra)Hi Rui, 
 Thanx for the reply,
 I have already done that change
 "attribute name="WebServicePort">8081</attribute"
 in the file
 %jboss404GAHome%\server\default\deploy\jbossws14.sar\META-INF\jboss-service.xml
 but it does not work. Looks like JBoss is not picking up the port number from this jboss-service.xml file.
- 
        3. Re: How to change port in SOAP Address Locationacxjbertr Aug 14, 2006 12:41 PM (in response to kamra)I run OracleXE on my machine for testing purposes and it runs on port 8080 by default. However, rather than changing JBoss, I changed OracleXE with this SQL command: begin dbms_xdb.sethttpport('7979'); end;
- 
        4. Re: How to change port in SOAP Address Locationkamra Aug 14, 2006 2:47 PM (in response to kamra)Hi Acxjbertr 
 Thanx for your reply,
 Changing port for OracleXE is only a temporary workaround, not the right solution.
 And in my case I have other application accessing Oracle XML DB, so I will have to change the setting in those applications too, which is more difficult.
- 
        5. Re: How to change port in SOAP Address Locationmajcarweah Aug 15, 2006 1:43 PM (in response to kamra)try unjarring deploy/jbossws15.sar/jbossws.beans 
 there is a file in there META-INF/jboss-beans.xml
 in there, change the webServicePort value from 8080 to whatever you want.
 you will have to rejar it probably and put the new jboss-beans.xml into the jbossws15.sar directory
 
     
     
    