what is the requirement that .Net web services can access the
java application?
Answer Posted / 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 |
Post New Answer View All Answers
By default, Web API sends HTTP response with which of the following status code for all uncaught exception?
I am trying to implement sorting facility from client side code in GridView Control. So how can I fill up an Array inside client side code (using JavaScript), i want to assign my DataSet object declared and filled up on Server side(in code behind) to the array (on client side)
How many types of session in ASP.NET
What is ashx file in asp.net?
What is the difference between asp.net and mvc?
What is the file extension of web service?
Which is the best institute to learn Microsoft Technologies and the faculty if you Know?
Explain what is clr?
Hi this is the coding for adding data in to an xml table
i want the coding for update and delete
Try
Dim emp_xml_doc As New XmlDocument
If
System.IO.File.Exists(Server.MapPath("emp.xml")) Then
emp_xml_doc.Load(Server.MapPath("emp.xml"))
Dim myrow_element As XmlElement
myrow_element =
emp_xml_doc.CreateElement("EmpDetails")
Dim str As String
str = "
Are cookies stored on server or client?
What is the difference between custom controls and user controls?
Why the javascript validation not run on the asp.net button but run successfully on the html button?
What are Authentication and Authorization?
How to communicate via Remote proxy with Client? a)MarshalByRef b)Marshal by Value or Any thing else?
If you are using two select queries and retrieving data. how do you access second query's result set using data reader?