best way to communicate between .net and java

Posted by manu1001 on Stack Overflow See other posts from Stack Overflow or by manu1001
Published on 2010-04-26T06:11:53Z Indexed on 2010/04/26 6:13 UTC
Read the original article Hit count: 248

Filed under:
|
|
|
|

I have a .net application which needs to expose a service consumed by a java client. The service can't be public. There should be some authentication mechanism for the client. What is the best way to do this? I'm new to web services and am confused by all the soap, wsdl etc. and have also heard a lot that it'll be a pain to get the two to communicate. Your thoughts?

© Stack Overflow or respective owner

Related posts about .NET

Related posts about java