Hello, I need some configuration help for wsdl file generation in services/myService?wsdl - how to configure the location prefix in
<wsdl:port name="PIDServiceHttpport" binding="axis2:PIDServiceHttpBinding"> <http:address location="http://193.174.240.209:8080/axis2/services/PIDService"/> </wsdl:port> Axis2 is deployed in JBoss and JBoss is running at localhost (Linux, kubuntu) but the IP you see in location attribute is the vpn-Connection IP, what is not intended. How it comes that this IP is used? I tried to set: <!-- If you have a front end host which exposes this webservice using a different public URL --> <!-- use this parameter to override autodetected url --> <parameter name="httpFrontendHostUrl">http://localhost:8080/</parameter> but without effect. Thanks! Regards! -- Konstantin Rekk VZG (GBV), Göttingen, Berlin 0176 2100 6000 030 29003511 skype: krekk1970 [EMAIL PROTECTED] http://www.gbv.de --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
