Hi,
I am a newbie to web services. I am working on a project that invovles communication between a .NET client( in C# ) with EJB's on the server side using java web services. Could some one please tell me if the j2sdkee1.3.1 implementation is capable of such a interoperability and communication. If not, are there any application servers that support such interoperability.
Thanks,
vishwak
-
Integrating J2EE and .NET with web services (3 messages)
- Posted by: vishwak rajgopalan
- Posted on: February 25 2004 21:57 EST
Threaded Messages (3)
- Integrating J2EE and .NET with web services by Paul Strack on February 25 2004 22:27 EST
- Integrating J2EE and .NET with web services by Sean Sullivan on February 26 2004 17:48 EST
- Integrating J2EE and .NET with web services by Vijaykumar Natarajan on March 08 2004 19:02 EST
-
Integrating J2EE and .NET with web services[ Go to top ]
- Posted by: Paul Strack
- Posted on: February 25 2004 22:27 EST
- in response to vishwak rajgopalan
Two issues:
1) The j2sdkee1.3.1 does not have native support for web services.
2) The license for the j2sdkee1.3.1 explicitly forbids using it in commercial projects. According to the license, you can only use it for "designing, developing and testing".
You can overcome (1) by installing Axis, but (2) is a bigger problem. Switch to another EJB server and servlet engine, and you should be OK. If you don't want to pay money, use JBoss/Tomcat.
One final note: use the most recent versions of everything if you can. Axis 1.1 and .NET 1.1 have pretty good interoperability. -
Integrating J2EE and .NET with web services[ Go to top ]
- Posted by: Sean Sullivan
- Posted on: February 26 2004 17:48 EST
- in response to vishwak rajgopalan
Application Interoperability: Microsoft .NET and J2EE
http://msdn.microsoft.com/library/en-us/dnpag/html/jdni.asp
Be sure to look at Microsoft's XBikes application.
See also: IBM Redbook - WebSphere and .NET Coexistence
http://publib-b.boulder.ibm.com/Redbooks.nsf/RedpieceAbstracts/sg247027.html?Open -
Integrating J2EE and .NET with web services[ Go to top ]
- Posted by: Vijaykumar Natarajan
- Posted on: March 08 2004 19:02 EST
- in response to vishwak rajgopalan
Hi Vishwak,
I am not sure if you are tied to using Web services for other reasons. However, if you want to connect to J2EE from a .NET client, Borland provides just the product you need. This product provides native access to your J2EE servers from .NET. You would be using the same underlying infrastructure that you would use if you connected from a thick java client. This includes full support for all your datatypes, a J2EE style programming API and many more features.
You can check it out at http://www.borland.com/janeva. Development licenses are free.
Vijay
Janeva Team
Borland Software Corporation