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);

If you are unable to hemp me can you point me to a thread that contains
this information.

Thanks
Anil

Reply via email to