문제

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

도움이 되었습니까?

해결책

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.

다른 팁

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.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top