what is the requirement that .Net web services can access the
java application?
Answer Posted / nainar mohamed
As long as java and .net applications adheres the WS-I
(Webservice interoperability organization standard) then
they should be able to communicate each other.
for eg , .net returns dataset, it will not be able to
understand by java , so, objects must be generic enough to
understand by both or any applications.
Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
How does windows service lifecycle differ from a .standard. Exe?
What are server side controls?
In a page I have gridview with options of select and delete using hyperlink when I am selecting any one of then it has to open another page how can it?
What are the main differences between asp and asp.net?
What is the difference between user control and custom control?
What is form method?
How can we identify that the Page is Post Back?
What is the difference between typeof() vs gettype()?
What is the life-span of the items in the viewstate?
What is the main difference between Asp.net and Vb.net?
Do I need to have the latest version of windows media player installed?
How do you remove duplicates without using remove duplicate stage?
What is latest version of asp.net mvc? : Asp.Net MVC
How do you declare static variable? What is its lifetime?
How do we ensure view state has not tampered?