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

1. Briefly describe your ideal job?

1 Answers   Swatz Oils, Swetz Oil,


Define reflection in .net?

0 Answers  


Anyone has Latest Microsoft ASP.NET Certification Dumps for these?

1 Answers  


How to do parallel database export in remote SQL Server in ESSL time track. It is working for local server but not working for remote SQL Server

0 Answers   CTPL,


Why asp.net is better than php?

0 Answers  






accessing a textbox that was created dynamically? for (int i = 0; i < t1; i++) { TextBox t2 = new TextBox(); t2.ID = "adf" + i; PlaceHolder1.Controls.Add(t2); } accessing data entered in the above created controls.

1 Answers  


Why is validation always done on the server? When does that occur?

2 Answers  


Is viewstate enabled by default?

0 Answers  


Any disadvantages in Dataset and in reflection ?

0 Answers   DELL, Digital GlobalSoft,


how to write code for role based security

2 Answers  


What are cao and sao.

0 Answers  


What is the significance of ASP.NET routing?

0 Answers   NA,


Categories