Task 1 | Ensure that the IS package and folder in which you want to create the Java service exists. If not, create them. For more information, see
Package and Folder Requirements. |
Task 2 | Use Designer to add the Java service element. For more information, see
Creating a Java Service. Designer creates a Service Development Project in your local workspace for the Java service. For more information, see
Service Development Projects in the Local
Workspace. Do the following to build the logic for the Java service: Define the input and output parameters for the service. For more information, see
About the Service Signature. Optionally, generate starter code for the service based on the declared input and output parameters. For more information, see
Generating Java Code from Service Input and
Output Parameters. Add additional Java code and modify the generated Java code as necessary. You can use the webMethods Integration Server Java API in your service. For more information, see the webMethods Integration Server Java API Reference. |
Task 3 | Provide classes required to compile the Java service. You add any additional third-party classes to: Service Development Project in Designer so that Designer can locally compile the service. For more information, see
Adding Classes to the Service Development
Project. Integration Server so that the server can compile the service. For more information, see information about managing IS packages and how Integration Server stores IS package information in webMethods Integration Server Administrator’s Guide. |
Task 4 | Compile the Java service. Designer automatically compiles the service when you save it. For more information, see
Compiling a Java Service. |
Task 5 | Debug the Java service. For more information, see
Debugging Java Services. |