Re: is Axis2 C ready for production environment ?

2007-06-24 Thread Manjula Peiris
On Fri, 2007-06-22 at 21:10 +0530, Dinesh Premalal wrote:
 Hi,
 Franz Fehringer [EMAIL PROTECTED] writes:
 
  Axis2 C is a complete redesign/rewrite from scratch in C instead of C++ to
  achieve better modularity and performance (more/better explanations 
  available
  from the developers).
 I think Franz answer is lucid enough for you to understand difference
 between Axis-C++ and Axis2/C. One thing I can add is Axis2/C is
 implementing Axis2/Java [1] architecture [2] in C.

And another goal of Axis2/C is to plug it into different enviornments
such as PHP, Perl and mobile platforms.

- Manjula




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



Re: is Axis2 C ready for production environment ?

2007-06-22 Thread Franz Fehringer

Hi Radoslav,

My five cents:
For Axis C++ the upcoming version 1.6 will be the first usable one (all 
versions up to and including 1.5 have severe problems in code 
generation, xml parsing, connection stability and so on).
Problem is that only one developer (Nadir K. Amra) is left and he 
currenrtly seems to be swamped with other tasks.
For Axis2 C i think the most severe deficiency is, that when it comes to 
XSD databinding, only the most elementary XML schema constructs are 
supported.
The amount of supported XML schema constructs is probably sufficient to 
circumvent the nonsupported ones in your own handcrafted web services 
(respective their XSDs), but i think you will have no luck with 
consuming complex real world web services.


Cheers

Franz


Radoslav Dorcik schrieb:

Hello,

i'm trying to search some opensource lib for SOAP client communication 
in C/C++.
I have been using for testing Axis C++ but it seems that it is not 
very stable and not ready for production use (observed non-standard 
behavior, segmentation faults). Is Axis C++ still developed ?


What is the status of Axis2 C ? Is version 1.0.0 stable and can be 
used in production environment ?


Thanks,
Radoslav



--
Dr. Franz Fehringer (Dipl. Math.)
Projektleiter Touristik-Systeme

ISO Software Systeme GmbH
Eichendorffstrasse 29
90491 Nürnberg
Germany

Tel.: +49/(911) - 99594-0

mailto:[EMAIL PROTECTED]
http://www.isogmbh.de

Amtsgericht Nürnberg HRB 18299
Geschäftsführer: Dipl.-Inform., Dipl.-Kaufm. Harald Goeb
Sitz: Nürnberg


begin:vcard
fn:Dr. Franz Fehringer
n:Fehringer;Franz
org:ISO Software Systeme
adr;quoted-printable:;;Eichendorffstrasse 29;N=C3=BCrnberg;;90491;Deutschland
email;internet:mailto:[EMAIL PROTECTED]
tel;work:+49/(911) - 99594-0 
tel;fax:+49/(911) - 99594-580
x-mozilla-html:TRUE
url:http://www.isogmbh.de/
version:2.1
end:vcard


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

Re: is Axis2 C ready for production environment ?

2007-06-22 Thread Wayne Johnson
Forgive me for asking what probably is a stupid question, but what is the 
difference between Axis C++ and Axis2 C.  

I would also like to commend Nadir on his work.  We're about to (in a few 
months) release our product, which includes Axis C++, on an unsuspecting world. 
 So far, there have been a few problems, but Nadir is always willing to help 
and for the large part, most of the code works great.

Thanks Nadir.

Franz Fehringer [EMAIL PROTECTED] wrote: Hi Radoslav,

My five cents:
For Axis C++ the upcoming version 1.6 will be the first usable one (all 
versions up to and including 1.5 have severe problems in code 
generation, xml parsing, connection stability and so on).
Problem is that only one developer (Nadir K. Amra) is left and he 
currenrtly seems to be swamped with other tasks.
For Axis2 C i think the most severe deficiency is, that when it comes to 
XSD databinding, only the most elementary XML schema constructs are 
supported.
The amount of supported XML schema constructs is probably sufficient to 
circumvent the nonsupported ones in your own handcrafted web services 
(respective their XSDs), but i think you will have no luck with 
consuming complex real world web services.

Cheers

Franz


Radoslav Dorcik schrieb:
 Hello,

 i'm trying to search some opensource lib for SOAP client communication 
 in C/C++.
 I have been using for testing Axis C++ but it seems that it is not 
 very stable and not ready for production use (observed non-standard 
 behavior, segmentation faults). Is Axis C++ still developed ?

 What is the status of Axis2 C ? Is version 1.0.0 stable and can be 
 used in production environment ?

 Thanks,
 Radoslav


-- 
Dr. Franz Fehringer (Dipl. Math.)
Projektleiter Touristik-Systeme

ISO Software Systeme GmbH
Eichendorffstrasse 29
90491 Nürnberg
Germany

Tel.: +49/(911) - 99594-0

mailto:[EMAIL PROTECTED]
http://www.isogmbh.de

Amtsgericht Nürnberg HRB 18299
Geschäftsführer: Dipl.-Inform., Dipl.-Kaufm. Harald Goeb
Sitz: Nürnberg


begin:vcard
fn:Dr. Franz Fehringer
n:Fehringer;Franz
org:ISO Software Systeme
adr;quoted-printable:;;Eichendorffstrasse 29;N=C3=BCrnberg;;90491;Deutschland
email;internet:mailto:[EMAIL PROTECTED]
tel;work:+49/(911) - 99594-0 
tel;fax:+49/(911) - 99594-580
x-mozilla-html:TRUE
url:http://www.isogmbh.de/
version:2.1
end:vcard


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


--- 
Wayne Johnson, | There are two kinds of people: Those 
3943 Penn Ave. N.  | who say to God, Thy will be done, 
Minneapolis, MN 55412-1908 | and those to whom God says, All right, 
(612) 522-7003 | then,  have it your way. --C.S. Lewis

 
-
8:00? 8:25? 8:40?  Find a flick in no time
 with theYahoo! Search movie showtime shortcut.

Re: is Axis2 C ready for production environment ?

2007-06-22 Thread Dinesh Premalal
Hi,
Franz Fehringer [EMAIL PROTECTED] writes:

 Axis2 C is a complete redesign/rewrite from scratch in C instead of C++ to
 achieve better modularity and performance (more/better explanations available
 from the developers).
I think Franz answer is lucid enough for you to understand difference
between Axis-C++ and Axis2/C. One thing I can add is Axis2/C is
implementing Axis2/Java [1] architecture [2] in C.

thanks,
Dinesh

[1].http://ws.apache.org/axis2/
[2]. http://ws.apache.org/axis2/1_2/Axis2ArchitectureGuide.html

-- 
Dinesh Premalal
http://xydinesh.wordpress.com
GPG ID : A255955C
GPG Key Finger Print : C481 E5D4 C27E DC34 9257  0229 4F44 266E A255 955C

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



Re: is Axis2 C ready for production environment ?

2007-06-22 Thread Radoslav Dorcik

Thanks all for answers. I will test the Axis2 C.

Best Regards,
Radoslav

On 6/22/07, Dinesh Premalal [EMAIL PROTECTED] wrote:


Hi,
Franz Fehringer [EMAIL PROTECTED] writes:

 Axis2 C is a complete redesign/rewrite from scratch in C instead of C++
to
 achieve better modularity and performance (more/better explanations
available
 from the developers).
I think Franz answer is lucid enough for you to understand difference
between Axis-C++ and Axis2/C. One thing I can add is Axis2/C is
implementing Axis2/Java [1] architecture [2] in C.

thanks,
Dinesh

[1].http://ws.apache.org/axis2/
[2]. http://ws.apache.org/axis2/1_2/Axis2ArchitectureGuide.html

--
Dinesh Premalal
http://xydinesh.wordpress.com
GPG ID : A255955C
GPG Key Finger Print : C481 E5D4 C27E DC34 9257  0229 4F44 266E A255 955C

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




is Axis2 C ready for production environment ?

2007-06-21 Thread Radoslav Dorcik

Hello,

i'm trying to search some opensource lib for SOAP client communication in
C/C++.
I have been using for testing Axis C++ but it seems that it is not very
stable and not ready for production use (observed non-standard behavior,
segmentation faults). Is Axis C++ still developed ?

What is the status of Axis2 C ? Is version 1.0.0 stable and can be used in
production environment ?

Thanks,
Radoslav


Re: is Axis2 C ready for production environment ?

2007-06-21 Thread Samisa Abeysinghe

Radoslav Dorcik wrote:

Hello,

i'm trying to search some opensource lib for SOAP client communication 
in C/C++.
I have been using for testing Axis C++ but it seems that it is not 
very stable and not ready for production use (observed non-standard 
behavior, segmentation faults). Is Axis C++ still developed ?

Yes, I think Nadir is working on Axis C++ with few others. It is alive.


What is the status of Axis2 C ? Is version 1.0.0 stable and can be 
used in production environment ?
Well, as a developer of Axis2/C, I am tempted to say yes it is 
production ready. :) However, it would be best if you could test. If 
you have any problems, I hope the community would be happy to help.


Samisa...


Thanks,
Radoslav



--
Samisa Abeysinghe : http://www.wso2.org/ (WSO2 Oxygen Tank - Web Services 
Developers' Portal)


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