---
title: "Can a .NET web application consume Java web service ?"  
description: "Can a .NET web application consume Java web service ?"  
author: "Chris Anderson"  
published: 2011-12-16  
updated: 2020-09-22  
canonical: https://www.mindstick.com/interview/1383/can-a-dot-net-web-application-consume-java-web-service  
category: "java"  
tags: ["java"]  
reading_time: 1 minute  

---

# Can a .NET web application consume Java web service ?

Yes. Actually Web-services are independent to language, it depends on WSDL and SOAP. so any one can develop the Web-services and disclose the wsdl and users can consume the web-services.wsdl and soap both are XML based. All languages having XML parsing capability and access to HTTP protocol will be able to work with Web-services

## Answers

### Answer by Chris Anderson

Yes. Actually Web-services are independent to language, it depends on WSDL and SOAP. so any one can develop the Web-services and disclose the wsdl and users can consume the web-services.wsdl and soap both are XML based. All languages having XML parsing capability and access to HTTP protocol will be able to work with Web-services


---

Original Source: https://www.mindstick.com/interview/1383/can-a-dot-net-web-application-consume-java-web-service

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
