Hi Ouyang,

You can find ClientUtil.java under samples/userguide/clients folder of
0.95 distribution (axis2-std-0.95-bin.zip).

Regards,

Ali Sadik Kumlali

--- OUYANG Yang <[EMAIL PROTECTED]> wrote:

> Hello all:)
>       I met a problem when tried to create a client for web service
> following the user guide.
>       When create the EchoBlockingClient�� the source code is as
> follows:
>       try {
>             OMElement payload = ClientUtil.getEchoOMElement();
>                         
>             Options options = new Options();
>             options.setTo(targetEPR);
>            
> options.setListenerTransportProtocol(Constants.TRANSPORT_HTTP);
>             options.setUseSeparateListener(false);
>                          �ġ�
> 
>         }catch (AxisFault axisFault) {
>         axisFault.printStackTrace();
>         }
> When I tried to compile this in IntelJ, there was a problem with the
> ClientUtil. The IntelJ said "cannot resolve symbol 'ClientUtil' ". 
> What is this ClientUtil?  Did I miss some jar file?
> 
> Thank you very much!
> 
> Regards
> Ouyang yang
>   
> 
> 
> 
> 
>       
> 


__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

Reply via email to