SOAP web Services: Port Number

User 773d472e7f

15-01-2014 13:51:30

Please advise if it is possible to implement the SOAP web services WITHOUT the port number requirement.


We need to be able to invoke the web services using the following type of URL:


http://akosservice.de/axis2/services/JChemSearchWS?wsdl


rather thanĀ 


http://akosservice.de:8180/axis2/services/JChemSearchWS?wsdl


This is because we have a windows web application server that cannot make a connection to a service if it has a port number.


Please advise if this is possible and if yes how we would implement this.


Kind regards


Bernard D'Alwis.

ChemAxon e07e2a364b

15-01-2014 15:31:46

Yes! If you change the port number to the default 80, then you do not have to write it out. Tomcat's port number can be changed in the tomcat/conf/server.xml (<Connector port="80".... ).