(Typo Fixed) Changed Hemp to Help

On 4/24/07, Anil Chukkapalli <[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

Reply via email to