what is the requirement that .Net web services can access the
java application?
Answer Posted / pramod sahoo
webservice is standardize by w3c for heterogeneous
platforms.Any language can build their own webservice using
their language and register that into UDDI. So that any
other language can able to use that.It is heterogeneous
because of XML the interaction between them.
Conclusion is that any language can interact with any
webservice written in any language,that platform must
support XML.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Please briefly explain the usage of global.asax?
What is the use of response redirect in asp.net?
How Can assign alias name for ASP.NET Web API Action?
How can exception be handled with out the use of try catch?
What are the elements of a website?
What are Master Pages in ASP.NET?
What is a proxy in web service?
Differentiate between authentication and authorization.
What does the hotspot class in .net do?
What does mean by a neutral culture?
What is the part of url?
Why we use dbms for projects? Why don’t we save any application data in separate files instead of dbms?
What is intrinsic objects in asp.net?
How many languages are supported by .NET at present time?
What are the different session state management options available in asp.net?