Search this blog

Tuesday, June 9, 2009

What is WSML?

In addition to creating a Web Services Description Language (WSDL) file describing the services and operations on the server, you need to create a Web Services Modeling Language (WSML) file on the server. A WSML file provides information that maps the operations of a service (as described in the WSDL file) to specific methods in the COM object. The WSML file determines which COM object to load in order to service the request for each operation. The use of a WSML file is specific to the SOAP Toolkit.

3 comments:

  1. In which technology, we can use this language? Please give some example on this language..

    ReplyDelete
  2. Hi Sudip,

    Thanks for visiting this site,

    WSML is a human-readable syntax, Besides this, WSML has an XML and an RDF syntax for exchange over the Web and for interoperation with RDF-based applications.

    WSML provides a formal syntax and semantics for the Web Service Modeling Ontology WSMO.

    when you develop webservices, it will be more helpful to exchange data

    To know more about this, refer this link,

    http://www.w3.org/Submission/WSML/

    ReplyDelete
  3. You write : A WSML file provides information that maps the operations of a service (as described in the WSDL file) to specific methods in the COM object.

    What do you mean by com projects ? Could you explain more how to use this language for SWS ? Many thanks

    ReplyDelete