Thank you for you help. My problem is resolved now.
Jan _____ From: Upul Godage [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 05, 2008 10:56 AM To: [email protected] Subject: Re: Axis2 changes the content of my static WSDL 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]
