You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by "Roy, Ansuman" <an...@logicacmg.com> on 2006/02/02 07:13:10 UTC

removing port number from the wsdl file.

Hi,
I have a problem regarding the wsdl file. I am using axis 1.3 on tomcat 5.0.28 /redhat linux. I am using rpc encoded literal type of service.

wsdl file generation is happening by using admin client form axis.jar. 

After i run the admin client to install a custom webservice, the service works fine. But when I move it into the www domain this does not work. 

On further investigation I found out that the soap address location has the port no. 8080 attached with it. as under:


<wsdl:service name="PublishingServiceProviderImplService">
 <wsdl:port binding="impl:InformationPublishingServiceSoapBinding" name="InformationPublishingService">
 <wsdlsoap:address location="http://www.myguide.gov.uk:8080/axis/services/InformationPublishingService" /> 

How do i remove the port 8080 from the wsdl? The adminservice also has the port 8080 on it. Is there any way of removing the port number from these files??

regards,
Roy


This e-mail and any attachment is for authorised use by the intended recipient(s) only. It may contain proprietary material, confidential information and/or be subject to legal privilege. It should not be copied, disclosed to, retained or used by, any other party. If you are not an intended recipient then please promptly delete this e-mail and any attachment and all copies and inform the sender. Thank you.