what is the requirement that .Net web services can access the
java application?

Answers were Sorted based on User's Feedback



what is the requirement that .Net web services can access the java application? ..

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

what is the requirement that .Net web services can access the java application? ..

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

what is the requirement that .Net web services can access the java application? ..

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

what is the requirement that .Net web services can access the java application? ..

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

what is the requirement that .Net web services can access the java application? ..

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

what is the requirement that .Net web services can access the java application? ..

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

Post New Answer

More ASP.NET Interview Questions

Differentiate between a hyperlink control and a linkbutton control.

0 Answers  


Why session is more secure than cookies?

0 Answers  


How do we sort the data from a dataset?

0 Answers  


how many select state ments are used in stored procedure?

8 Answers   CSC,


What is role-based security?

1 Answers  






Explain Session state management options in ASP.NET.

0 Answers   CDC,


what is pagination in asp.net ?

1 Answers   Netsweeper,


What are the asp.net 2.0 features?

0 Answers  


please can any describe 'Master Page' in ASP.Net 2.0

4 Answers  


Which of the following .NET framework supports Web API?

0 Answers  


When a dropdownlist has been added by some records and it has been binded why it is not executing i'm facing this error pls help me ? if (is!pageposback) { arraylist books = new arraylist; books.add ("gone with the wind"); books.add ("rahulsriramprakash"); books.add ("vishal"); dropdowndisplay.datasource=books; dropdowndisplay.databind(); } The error is : 1) The dropdowndisplay does not exist.

5 Answers   Netsweeper,


Let's say I have an existing application written using vb6 and this application utilizes windows 2000 com+ transaction services. How would you approach migrating this application to.net?

0 Answers  


Categories