Pregunta

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

¿Fue útil?

Solución

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.

Otros consejos

I would like to suggest Web Service bridging architecture for your need. Either you can develop Web services in Java or Dot Net and/or Both as per the need.

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top