Add Customer tab to display the addCustomer view on which a user supplies data to add a customer. The application invokes a Web service to add the customer, using the data the user supplies as input to the Web service.
Update Using WSD tab to display the updateCustomerwithWS view on which a user can update the information for a customer. The user provides a customer ID and clicks a button. In turn, the application invokes a Web service to display the current information for the customer with the specified customer ID. After the user provides updated information and clicks another button, the application invokes another Web service to update the customer information.
Update Customer tab to display the updateCustomer view, which is another view on which a user can update the information for a customer. Although the updateCustomer view is included in the sample, this article does not describe how to create this view. This view uses a deprecated technique; that is, using a flow service on the Integration Server to generate a Web Service Connector rather than generating the Web service connector from a Web Service Descriptor (WSD).
Samples and utilities are "working examples" that can be used to test and build production-quality solutions. Most are not eligible for technical support through webMethods Customer Care. webMethods makes no guarantees pertaining to the functionality, scalability, robustness, or degree of testing of these utilities and samples.