Can you please remove me from the distribution list? Thanks, Ilyas
Date: Wed, 17 Sep 2008 00:46:54 +0530From: [EMAIL PROTECTED]: [EMAIL PROTECTED]: Re: WSDL Port Try adding this parameter to the http transport receiver.<parameter name="proxyPort">8080</parameter>Thanks,Keith. On Tue, Sep 16, 2008 at 9:57 PM, Steve Bucknam <[EMAIL PROTECTED]> wrote: I have an server with axis2 sitting behind a proxy. The proxy has adifferent port number than the axis server. I am using the hostnameparameter to set the hostname in the wsdl to the proxy servers name: <parameter name="hostname" locked="true">1.2.3.4</parameter>There doesn't seem to be a corresponding parameter for the port number.I always get: http://1.2.3.4:80/...When I want: http://1.2.3.4:8080/When I set the hostname to: <parameter name="hostname"locked="true">1.2.3.4:8080</parameter>I get: http://1.2.3.4:8080:80/Is there a way to do what I want?SteveThe information transmitted herewith is sensitive information of Chordiant Software or its customers and is intended only for use to the individual or entity to which it is addressed. If the reader of this message is not the intended recipient, you are hereby notified that any review, retransmission, dissemination, distribution, copying or other use of, or taking of any action in reliance upon, this information is strictly prohibited. If you have received this communication in error, please contact the sender and delete the material from your computer.---------------------------------------------------------------------To unsubscribe, e-mail: [EMAIL PROTECTED] additional commands, e-mail: [EMAIL PROTECTED] Keith ChapmanSenior Software EngineerWSO2 Inc.Oxygenating the Web Service Platform.http://wso2.org/blog: http://www.keith-chapman.org
