Anil,
You can find it in Axis2_home\samples\userguide\src\userguide\clients\ClientUtil.java of the axis2 binary distribution.

Axis2_home = the location where you unpacked the Axis2 binary distro.

Regards
Charitha

Anil Chukkapalli wrote:

(Typo Fixed) Changed Hemp to Help

On 4/24/07, *Anil Chukkapalli* <[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>> wrote:

    Hi

     I am trying to go throught the axis 2 primary API example of echo
    blocking client " http://ws.apache.org/axis2/1_1/dii.html "  and i
    cant find from where you got the " ClientUtil.getEchoOMElement()"
    function

                OMElement payload = ClientUtil.getEchoOMElement();
                Options options = new Options();
                options.setTo(targetEPR);

                //Blocking invocation
                ServiceClient sender = new ServiceClient();
                sender.setOptions(options);
                OMElement result = sender.sendReceive(payload);

System.out.println(result);
      Can you point me to a thread that contains this information if
you are unable to help me

    Thanks
    Anil





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

Reply via email to