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 is authentication in asp.net?
How can we identify that the page is post back in asp net?
What do you mean by serialize?
Explain some of the major built-in objects in asp.net
What are the advantages of using sql stored procedures instead of adhoc sql queries in an asp.net web application?
Explain the use of fragment caching.
Are there resources online with tips on asp to asp.net conversions?
If we remove web.config or machine.config from the application then, is this application will works?
What is the use of service provider?
What are the features that make asp.net more used framework? : asp.net mvc
Why would anyone need to implement their own hashtable or linked list?
How we implement the multiple paypal value with gridview in my website and how we make a payment through Credit Card.
Explain the difference between sql invalidation and sql notification.
what are the ihttphandler and ihttphandlerfactory interfaces ?
What is the use of global.asax file?