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
Is asp.net free?
Explain how asp.net different from asp?
In order to bind the data from a data source to the Repeater control what property is set and what method must you call in your code,?
When was asp.net released?
What is a reflection?
Difference between using directive vs using statement?
Types of instancing properties and explain each. Tell the difference between multiuse,singleuse and globalmultiuse and which is default ?
How to retrieve user name in case of Window Authentication?
How to fetch a data from one table to another table in asp.net ?
How do I upload a file from my ASP.NET page?
What is an example of an application service provider?
Is there any property names “isnavigating”?
Explain the differences between clr & cts?
What is Bundling and Minification in MVC?
How can you handle exceptions in asp.net?