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
what are the ihttphandler and ihttphandlerfactory interfaces ?
Which property is used to identify the Page is Post Back in ASP.NET?
Difference between response.redirect and server.transfer?
Explain about consistent programming model in the .NET framework?
1.What r collections? 2.What is .pdb file? 3.Is it possible to provide access to users in master page? 4.What is dirty n Phantom Read(SQL)? 5.What r different isolation levels(SQL)? 6.How to set authentication mode in web.config file?
Define what is razor? : asp.net mvc
What is state management in asp.net with example?
When was asp.net released?
Define transparent caching with aop?
Is it possible to develop a single web application using ASP.NET webforms and ASP.MVC?
How response object is related to asp's response object?
What are the two Layouts supported by a Web form in ASP.NET?
What is the difference between mvc and asp.net? : Asp.Net MVC
What is enableviewstatemac in asp net?
Where can I get information on cookies in asp.net?