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]

Reply via email to