File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Web Services and the fly likes What makes Web service 'interoperable'? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Web Services
Reply Bookmark "What makes Web service Watch "What makes Web service New topic
Author

What makes Web service 'interoperable'?

Rohit Kumar
Ranch Hand

Joined: Sep 20, 2007
Posts: 53
Well we know that XML, SOPA, WSDL and UDDI are the building blocks of WEb services.

I would like to know which is the main thing which makes web services interoperable.

I feel, XML is the main thing because,
1) all other things are based on it
2) through schemas it provide some standards.

Please correct me if i am wrong.
Please let em know your comments also.
Ulf Dittmer
Marshal

Joined: Mar 22, 2005
Posts: 35241
    
    7
Interoperability is ensured by basing WS on standards like HTTP and XML which have well-defined behavior when it comes to platform differences (like character encodings, line endings and byte order).

Once you have figured out how to transport XML over HTTP without having to worry about platform differences, everything else (SOAP, WSDL, WS-Security, etc.) are just XML applications on top of that.
[ July 23, 2008: Message edited by: Ulf Dittmer ]

Android appsImageJ pluginsJava web charts
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: What makes Web service 'interoperable'?
 
Similar Threads
Need some sugession to chhose a WebService Technology
IBM XML or SCDJWS?
Need xsd for java.util.Vector
Recommended XML Schema types for web services
Java to non-Java Web Service communications