The other option would be to set your cluster IP address in the axis2.xml as follows (by adding a parameter):
<parameter name="hostname" locked="true">my.cluster.ip</parameter> Now, all generated port addresses will have your cluster IP. Azeez On Feb 5, 2008 3:26 PM, Upul Godage <[EMAIL PROTECTED]> wrote: > There is another parameter. modifyUserWSDLPortAddress Try adding this > parameter also with the value false. > > <parameter name="useOriginalwsdl">true</parameter> > <parameter name=" modifyUserWSDLPortAddress">false</parameter> > > Upul > > > On Feb 5, 2008 3:20 PM, Jan Philipp Seng <[EMAIL PROTECTED]> wrote: > > > Hi, > > > > I am using Axis2 1.3 and have a problem with the static WSDL in my > > service > > archiv. > > When retrieving the WSDL for my service > > (http://IP:Port/axis2/services/MyService?wsdl), Axis changes the IPs in > > section > > <wsdl:service> / <wsdl:port> / <soap:address location="..." > althought > > all > > other static changes I made appear correctly. This is a problem because > > I > > need to put the cluster IP here, not the server IP. Does anybody know > > how I > > can do this? > > In service.xml I switched to static WSDL in this way: > > <parameter name="useOriginalwsdl">true</parameter> > > I dont understand why Axis changes my static WSDL instead of just > > delivering > > it as it is. > > > > Thanks a lot, > > Jan > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > -- Thanks Afkham Azeez http://azeez78.blogspot.com http://www.wso2.org GPG Fingerprint: 643F C2AF EB78 F886 40C9 B2A2 4AE2 C887 665E 0760
