Mathias P.W Nilsson wrote:
> Thanks!
>
> This is the tutorial I've been reading to get it to work so far.
> My problem is now.
>
> How can I send data to update the server?
>   
What do you mean by updating server ? do you want to change its setting ?
if so you need to go and change axis2.xml
> How can I get a java class instead of an xml?
>   
I think you are talking about a convenient API for invoking a service .
There is a class called RPCServiceClient with that you can send and
receive java classes. Actually you can provide arguments as java objects
and internally it will communicate using SOAP.

So once you use RPCServiceClient you do not need to know about Axiom

Thanks
Deepal


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to