Hi , I realised that in case of geronimo there is no effect of setting this property as the wsdl generation is done by geronimo and not axis2. So it has to be taken care with in geronimo. Thanks anyways for your response
Thanks Ashish On Tue, Feb 1, 2011 at 6:16 PM, Andreas Veithen <[email protected]>wrote: > Where exactly did you set the httpFrontendHostUrl parameter? > > Andreas > > On Thu, Jan 27, 2011 at 09:26, Ashish Jain <[email protected]> wrote: > > Hi, > > > > I am a user of apache geronimo which utilizes axis2 as its web service > > runtime. I am using custom build geronimo 2.2.1 with axis2 1.5.4 as the > web > > service runtime. > > > > I am trying to achieve the following: > > > > 1) Frontend geronimo with apache http server. > > 2) Access the web service via this proxy. > > 3) Once I hit the url say > > http://9.184.236.98/JAXWSTest/SayHelloWSService?wsdl > > the wsdl generated should set the soap:address as > > http:// > <HTTP_SERVER_HOST>:<HTTP_SERVER_PORT>/JAXWSTest/SayHelloWSService. > > 4) However I always see the resultant soap:address being set as > > http://<GERONIMO_HOST>:<GERONIMO_PORT>/JAXWSTest/SayHelloWSService. > > > > > > What I have done till now > > > > I have set the property <parameter > > name="httpFrontendHostUrl">http:// > <HTTP_SERVER_HOST>:<HTTP_SERVER_PORT>/JAXWSTest/SayHelloWSService</parameter> > > however as I said above this does not seem to be working. > > > > I am referring to JIRA https://issues.apache.org/jira/browse/AXIS2-3843 > > which says it is fixed in axis2 1.5.3. > > > > I am not sure If I have missed something. Are there any other additional > > property which needs to be set? > > > > Kindly help!! > > > > Thanks > > Ashish > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
