| View: | [ 2009 | 2008 | 2007 | 2006 | 2005 | 2004 | 2003 | 2002 ] |
| Articles Tips |
- WSDL 2: Just Say No by Rich Salz - [Clicks: 25]
Let me give three examples of what is wrong with WSDL 2.0.
http://www.xml.com/pub/a/2004/11/17/salz.html - Nov, 2004 - Build a WSDL analyzer using XSLT by Vinod Kumar - [Clicks: 24]
While there are many different implementations of the Simple Object Access Protocol (SOAP), powers Web services, there is one commonality among them all: They all have a Web service Description Language interface. WSDL is an XML document format that contains a complete specification, a sort of blueprint, of a Web service. It contains everything needed to make requests to Web services, such as operation names, their input and output parameters, and their schema types.
http://webservices.devchannel.org/webserviceschannel/04/07/21/193227.shtml?tid=21&tid=46 - Jul, 2004 - What's New in WSDL 2.0 by Arulazi Dhesiaseelan - [Clicks: 17]
The W3C's Web Services Description Working Group, part of the Web Services Activity, has defined a language for describing web services and the possible ways to interact with them. The WG published its WSDL 2.0 working drafts on 26 March 2004. This is a significant milestone in the progress of WSDL. In this article, I discuss the changes that were made to the WSDL 1.1 specification and other major improvements to the service description language.
http://webservices.xml.com/pub/a/ws/2004/05/19/wsdl2.html - May, 2004 - A new approach to UDDI and WSDL: Part 4: Publish from Java using the new OASIS UDDI WSDL Technical Note by John Colgrave - [Clicks: 18]
This is the fourth in a series of articles that outline a new approach to using WSDL and UDDI, as described in a recent OASIS UDDI Technical Note. This article presents an example in which you apply the approach defined in the new Technical Note to publishing from a Java application.
http://www-106.ibm.com/developerworks/library/ws-udmod4/ - Mar, 2004 - Tip: Use XInclude to synchronize WSDL with source schemata by Uche Ogbuji - [Clicks: 8]
In the document/literal style of Web services, the schemas of the interchange formats are often based on an existing document standard. This can cause problems synchronizing WSDL files with the standard schemata. This tip shows how to use XInclude to incorporate external schema fragments into a WSDL file.
http://www-106.ibm.com/developerworks/library/x-tipxinc.html - Jan, 2004
- Web services Programming Tips and Tricks: WSDL file imports by Russell Butek - [Clicks: 13]
This tip explains the nuances of the two types of import statements found in a Web Services Description Language (WSDL) file.
http://www-106.ibm.com/developerworks/webservices/library/ws-tip-imports.html - Jul, 2004