Hi,

Thanks for the feedback. We are in the process of improving the user
guide and hopefully you will get a new user guide with the upcoming
Axis2 1.1 release.

-- Chinthaka

zolv wrote:
> hi
> there is mistake in documentation on:
> http://ws.apache.org/axis2/1_0/userguide3.html#EchoBlockingClient
> 
> EchoBlockingClient
> (...)
> Options options = new Options();
>             options.setTo(targetEPR); // this sets the location of 
> MyService service
> 
>             ServiceClient serviceClient = new ServiceClient();
>             serviceClient.setOptions(options);
> 
>             OMElement result = sender.sendReceive(payload);
> (...)
> there should be:
> OMElement result = serviceClient.sendReceive(payload);
> 
> greetings
> radek adamiak
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 


Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to