By Definition Web Services are Language and platform neutral . Ideally You must be able to create a Web Service in any language and can access it from any other language.
SOAP is a Simple protocol where the client and server can
exchange only data and not behaviour.
You may need to look at a tool that provides
WSDL--java mapping abd WSDL--C# mapping
Tnx
-Mandan
Originally posted by James Horton:
Can we create a web service using Java and call it from a .NET language and similarly the other way that is calling a .NET based web service from a J2EE (say using Java) program?
Are there any resources either on the web or anywhere else that explain programmatically how to create a web service that is inter-operable on J2EE platform and .NET platform?
Please let me know.