what is the requirement that .Net web services can access the
java application?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / sanjay
web servese is like a request to server site i mean to
say..online railway enquery. shar market, and SERVER Time.
this type of serves . client to server are request then
server to client serves provied . so this type or serves is
web serveses...Thx
Is This Answer Correct ? | 1 Yes | 0 No |
Answer / ianmpudi anil kumar
the main point is that the i/p and o/p of the web services
is XML. therfor we can aacess from any application. that
support XML.
Is This Answer Correct ? | 1 Yes | 0 No |
Answer / 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 |
Answer / sharif
The answers which posted above is not satisfied my
requirement? Can some one post teh exact answer? Thanx
Is This Answer Correct ? | 0 Yes | 0 No |
Answer / subbareddy
i don't know exactly.i write my opion to here.first write
fuctions in webservices using any languages.after
complition of that just cal to web reference.
actualy in webservices are readyment functionality.just cal
that function with web reference.
webservices is the cross plotform.
Is This Answer Correct ? | 0 Yes | 1 No |
How can exception be handled with out the use of try catch?
What are the different ways you would consider sending data across pages in ASP (i.e between asp to asp)?
Types of caching ?
1 Answers Digital GlobalSoft, MicroSec, Wipro,
Explain diff between dataset and datareader?
What is the parent class of all web server control?
Can we use multiple web.config files in an sigle appliction?
Why does my asp.net file have multiple tag with runat=server?
How do you manage session in ASP and ASP.NET?
What are assemblies and namespaces and explain the difference between them ?
In asp.net application, if a webpage or total application seems too slow or getting delayed to load completely in the browser. As a developer, what are the checkings or actions you will take in the application or server side to rectify the slowness or delay load or which are the factors related to this issue? How we can trace it?
Apart from IDE what are the enhancements in asp.net 2.0?
What is the difference between adding reference in solution explorer and adding references by using ?