WSDL2OWL-S Tool ---------------- WSDL2owlS 1.0 provides translation between WSDL and OWL-S. The results of this translation are a complete specification of the Grounding , partial specification of the Process Model and Profile and owl Class file, if at least one of the input and output messages are of XSD Complex type. Since OWL-S requires more information than what WSDL provides, there are few information that has to filled by the users. Following are the instructions for completing the OWL-S file. Instructions: ============= The following are the instructions for completing the missing information of the OWL-S files. A) Service.owl --------------- This file contains the OWL-S service description of the Web Service. The document entity "my_process", "my_profile" and "my_grounding" should refer to the namespace of the Process Model, Service Profile and Grounding files. B) Profile.owl --------------- This file contains the OWL-S profile description of the Web Service. This file is incomplete because OWL-S contains more information than WSDL file. Also we cannot predict the inputs and outputs of the process model that the user can publish in advance. However, we have created blank templates where the user could fill in the information. C) Process.owl --------------- This file contains the OWL-S process model description of the Web Service. The modifications needed for this file are as follows. 1) If required, add description of new composite process, created by composing the available atomic process and other created composite process. 2) Complete the process:ProcessModel section of the file, to specify which process represent the process model. 3) Fix the Namespaces: If a Concept.owl file is generated by WSDL2owl tool, then you should fix the namespace of the concept file. The document entity "concept" should refer to the namespace of the Concept file. D) Concept.owl --------------- Concept.owl contain the owl Classes which are equivalent to the XSD types present in the WSDL document's Schema section. This file does not need any modification. E) Grounding.owl ----------------- 1) This file contains the OWL-S Grounding description of all the atomic process defined in the process model file. User has to complete the document entity "pm_file", it should refer to the namespace of the Process Model file. Reporting Bugs ============== Please report your comments and bugs to wsdl2owls@cs.cmu.edu