I have an server with axis2 sitting behind a proxy.  The proxy has a
different port number than the axis server.   I am using the hostname
parameter 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?

Steve   
The 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]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to