Implementing a simple web service
You can deploy simple web services on IBM® Product Master without any customization of WSDD (Web Services Deployment Descriptor) or WSDL. Simple web services must use only simple types such as string and int.
About this task
Procedure
Implement the web service. Use one of the following methods: Java or script.
Option | Description |
---|---|
Java | The following sample code creates a simple web service that
returns the number of items in a catalog.
|
Script | The following sample code creates a script-based web service.
|
The simple web service is implemented.