Is it possible to pass a request from java servlet and read that request in dot net and give response to that call and vice versa………..
Waiting for your valuable commands
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can do it by passing stream on tcp port and your dot net app read that stream and pass back the response to your Java app.