Re: Axis 2, SOAP, XML-RPC, Unicode, POJOs

2007-07-31 Thread albert quinn
Hi Deepal !!! : MANY thanks for your answer, time an dedication, you're nice!!!. It's a good new for me to know that it is SOAP!!, great!!. I wonder if it is possible to choose the SOAP version and the character encoding for that service / client approach. If so, where could i find the inf

Re: Axis 2, SOAP, XML-RPC, Unicode, POJOs

2007-07-31 Thread Deepal Jayasinghe
> Hi everybody!! : > > I've a question : if I build a POJO web service and I build a > RPCServiceClient to invoke it, which protocol will be used? SOAP? > XML-RPC? > It is SOAP. > If XML-RPC is used and there is no way to use SOAP... can i only use > UTF-8? can i use unicode chars? > >

Axis 2, SOAP, XML-RPC, Unicode, POJOs

2007-07-30 Thread albert quinn
Hi everybody!! : I've a question : if I build a POJO web service and I build a RPCServiceClient to invoke it, which protocol will be used? SOAP? XML-RPC? If XML-RPC is used and there is no way to use SOAP... can i only use UTF-8? can i use unicode chars? Many thanks in advance.