ASP.NET 2.0 Question:
Can a .NET web application consume Java web service?
Answer:
Yeah Offcourse.Actually Webservices are independent to language. it depends on WSDL and SOAP. so any one can develope the Webservices anddisclose the wsdl and users can cosume the webservices.wsdl and soap both are xml based.. and all languages having xml parsing capability and access to http protocol will be able to work with Webservices
Previous Question | Next Question |
How to rename a table using sql queries? | How many types of cookies are available in asp? |