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

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

List the major built-in objects in asp.net?

623


Is global asax mandatory?

654


If you are using components in your application, how can you handle exceptions raised in a component?

2171


Explain the asp.net mvc request life cycle? : asp.net mvc

576


What is Web API?

723






What is AutoPostback?

691


Why session is more secure than cookies?

576


What is asp.net used for?

689


What is HTTPModule and HTTPcontext? What is the use of each?

2076


How to disable validator control by client side JavaScript?

645


What is advantage of asp.net?

630


Hello, Using Visual Studio 2005 (VB) I am working to create a Web Site implementing the following: Within a gridView I have placed a dropdownlist control with a DataSourceID="SDSLkupList". SDSLkupList is a sqlDataSource used to store a lookup list for dropdownlist translation from ID to text. SDSLkupList contains the translation text and other fields related to the dropdown selection ID. (Thought it would be efficient to get everything at the same time.) I would like to provide the user the ability to select from the dropdownlist and, based on the selection, use labels to list related columns stored on the SDSLkupList in separate gridView columns. I have read that SqlDataSources are not meant to be used for individual controls. Since SDSLkupList contains all related information, is there a way to do a find using the dropdownlist selectedValue? (I was not able to discover one.) Otherwise, what should I use? It would need to set the labels on the gridView DataRowBound event as well as the SelectedIndexChanged events. Has anyone done this? Any help would be appreciated. Thanks in Advance. Neal

1472


How you can return View from ASP.NET Web API method?

646


Explain how do you validate the controls in an asp .net page?

608


Explain the asp.net page life cycle.

658