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-3843which 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
