Re: [E-devel] Webservice.

2010-12-31 Thread Mike Blumenkrantz
Azy is a bit more complicated than a simple library. It includes a parser which generates code from .azy files (examples in src/tests/) for both client and server code. On Fri, 31 Dec 2010 13:15:11 -0500 Atton Jonathan wrote: > Helo Mike. > > There is something I do not understand in the clien

Re: [E-devel] Webservice.

2010-12-31 Thread Atton Jonathan
Helo Mike. There is something I do not understand in the client part. the method *retval = azy_client_call(cli, content, tr, (Azy_Content_Cb)azy_value_to_T_AllTypes); *call the server. *azy_value_to_T_AllTypes(Azy_Value *azy_value_struct, T_AllTypes * *azy_user_type) *seems to be the method call

Re: [E-devel] Webservice.

2010-12-30 Thread Atton Jonathan
I have missed the directory tests :- ok I will do some tests and call back later :) 2010/12/30 Mike Blumenkrantz > On Thu, 30 Dec 2010 14:00:11 -0500 > Atton Jonathan wrote: > > > Hello Nike. > > > > Have you a simple example of server and client ? > > > > In fact I need: > > > >- call a s

Re: [E-devel] Webservice.

2010-12-30 Thread Mike Blumenkrantz
On Thu, 30 Dec 2010 14:00:11 -0500 Atton Jonathan wrote: > Hello Nike. > > Have you a simple example of server and client ? > > In fact I need: > >- call a service with string arguments >- send a eet file. Can we easily send a eet file ? By using the eet >descriptor or I will need

Re: [E-devel] Webservice.

2010-12-30 Thread Atton Jonathan
Hello Nike. Have you a simple example of server and client ? In fact I need: - call a service with string arguments - send a eet file. Can we easily send a eet file ? By using the eet descriptor or I will need to describe a copy in the azy descriptor ? Or maybe I can send a array of

Re: [E-devel] Webservice.

2010-12-30 Thread Mike Blumenkrantz
On Thu, 30 Dec 2010 15:44:04 +0100 Nicolas Aguirre wrote: > On Thu, Dec 30, 2010 at 3:36 PM, Atton Jonathan > wrote: > > Hello people, > > > > I plan to write a webservice  (in XML) with EFL, the server side and the > > client side. > > > > Is there in the EFL some library which can help me ? >

Re: [E-devel] Webservice.

2010-12-30 Thread Nicolas Aguirre
On Thu, Dec 30, 2010 at 3:36 PM, Atton Jonathan wrote: > Hello people, > > I plan to write a webservice  (in XML) with EFL, the server side and the > client side. > > Is there in the EFL some library which can help me ? > > -- > Regards. > --

[E-devel] Webservice.

2010-12-30 Thread Atton Jonathan
Hello people, I plan to write a webservice (in XML) with EFL, the server side and the client side. Is there in the EFL some library which can help me ? -- Regards. -- Learn how Oracle Real Application Clusters (RAC) On