Table of Contents

Search

  1. Preface
  2. Web Services
  3. SOAP Web Services
  4. WSDL Data Object
  5. Schema Object
  6. How to Create a SOAP Web Service
  7. Operation Mappings
  8. Parsing Web Service SOAP Messages
  9. Generating Web Service SOAP Messages
  10. Web Service Consumer Transformation
  11. REST Web Services
  12. How to Create a REST Web Service
  13. REST Web Service Consumer Transformation
  14. REST Web Service Consumer Transformation Use Cases
  15. REST and SOAP Web Service Administration
  16. Datatype Compatibility

Web Services Guide

Web Services Guide

Create a SOAP Web Service Manually

Create a SOAP Web Service Manually

When you create a SOAP web service without a WSDL data object, you define the web service properties, operations, and operation components. Operation components include the operation input, the operation output, and operation faults.
When you manually create a web service, you can define one or more operations. When you manually create an operation, you can select the SOAP binding type and use elements and types from schema objects to define the operation elements. You can also use a mapplet, reusable transformation, logical data object, flat file data object, or relational data object to create an operation. When you create an operation from reusable object, you select the fields that you want to include in the operation from the object.
The Developer tool generates the contents of a WSDL file using the web service properties and the operations that you define. You can preview the contents of a WSDL file after you create the web service.

0 COMMENTS

We’d like to hear from you!