Hi,
Samisa Abeysinghe <[EMAIL PROTECTED]> writes:

> When I build, I get the tcp server. How can I test this with a
> client?
1. Need to add tcp sender to axis2.xml
    <transportSender name="tcp" class="axis2_tcp_sender">
        <parameter name="PROTOCOL" locked="false">TCP</parameter>
    </transportSender>

2. Use server endpoint reference with tcp:// as scheme.
 Ex:
    tcp://localhost:9090/axis2/services/echo

thanks,
Dinesh

-- 
Dinesh Premalal
http://xydinesh.wordpress.com/
GPG ID : A255955C
GPG Key Finger Print : C481 E5D4 C27E DC34 9257  0229 4F44 266E A255 955C

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to