Re: Axis2 for .Net???

2009-03-03 Thread Sam Carleton
On Tue, Mar 3, 2009 at 3:17 AM, Stadelmann Josef
josef.stadelm...@axa-winterthur.ch wrote:
 Hi Sam

 may I add my 2 cents.

 I have ported apache axis2/c (all including libxml2 up on which axutil is 
 based) to my OpenVMS. I run apache tomcat on Open VMS and on top of it I run 
 axis2/Java. I pass axiom's serialized through the JVM and call a C wrapper. 
 By means of libxml/C, axutil/C and axiom/C, I deserialize and serialize 
 to/from axisom's. So my soap xml data arrives after all my legacy server in 
 C, C++ and OpenVMS Pascal.

 As such there is an apache axis2/c kit also for windows, which I have built 
 on VS2005 and it will build on VS2008 as well.

 Compiling C can be done with t he switch  /clr (basically, to generated 
 managed code
 for the CLR engine) as it is all C code this might work.

I had not thought of this route before, I like it.

 Moving this platform (windows specific bits to VS2005 / VS2008) is easy.

Yep, I got the trunk up and running with VS2008 Sunday, works great!

 So my question to you: To what do you refer when you say:

 Microsoft's .Net Web Service stack only runs on
 Windows with IIS, not on none Windows with Apache and Mono.

 IIS is not a requirement to run WCF, at least I am absolut unaware that I 
 have to manage
 an IIS web server just to run my WCF based web services on my lab top.

I refer to my ignorance.   It had not dawned on me that pure .Net
WebServices would not require IIS.  If I had run into WCF, it had
never registered as something special that I should investigate.  Of
course this has changed now, thank you!

Sam


Re: Axis2 for .Net???

2009-03-02 Thread Samisa Abeysinghe

Sam Carleton wrote:

On Fri, Feb 27, 2009 at 12:54 PM, cara pinkgran...@gmail.com wrote:
  

I do not use C/C++ server side for production. I have only worked on 
'enterprise' systems ... so
the web services must be in one of the following frameworks: J2EE or .NET.



This leads me to believe that there IS a .Net version of Axis2, am I
interpreting this correctly or is there only a Axis2/C and Axis2/Java?
  

There is no .NET implementation of Axis2.

Samisa...

Sam

  



--
Samisa Abeysinghe

http://people.apache.org/~samisa/



Re: Axis2 for .Net???

2009-03-02 Thread Sam Carleton
On Mon, Mar 2, 2009 at 8:46 AM, Samisa Abeysinghe
samisa.abeysin...@gmail.com wrote:

 There is no .NET implementation of Axis2.

That is what I thought, the earlier post through me for a loop ;)
Safe to assume there is no movement to add .Net support?

Sam


Re: Axis2 for .Net???

2009-03-02 Thread Samisa Abeysinghe

Sam Carleton wrote:

On Mon, Mar 2, 2009 at 8:46 AM, Samisa Abeysinghe
samisa.abeysin...@gmail.com wrote:

  

There is no .NET implementation of Axis2.



That is what I thought, the earlier post through me for a loop ;)
Safe to assume there is no movement to add .Net support?
  
No plans, as there seems no point to compete with .NET Web services 
stack from Microsoft. :)


Thanks,
Samisa...

Sam



Internal Virus Database is out of date.
Checked by AVG - http://www.avg.com 
Version: 8.0.176 / Virus Database: 270.10.7/1892 - Release Date: 1/13/2009 8:04 PM


  



--
Samisa Abeysinghe 
Director, Engineering; WSO2 Inc.


http://www.wso2.com/ - The Open Source SOA Company



Re: Axis2 for .Net???

2009-03-02 Thread Sam Carleton
On Mon, Mar 2, 2009 at 9:20 AM, Samisa Abeysinghe sam...@wso2.com wrote:

 No plans, as there seems no point to compete with .NET Web services stack
 from Microsoft. :)

If I am not mistaken, Microsoft's .Net Web Service stack only runs on
Windows with IIS, not on none Windows with Apache and Mono.  Is that
correct or is there an Apache/Mono solution out there?

Sam