This XML stanza registers a custom handler necessary for the server to process a document literal style web service request. Note that only the input handler is customized. More information about custom handlers can be found here: Web Service Handlers and Message Processing<operation flow="doclit:docLitExampleHandler"The namespace prefix declaration xmlns:doclit="http://www.SstWSInsurancePolicyInterface.com/SstWSInsurancePolicyInterface" needs to be added to the vastwsd:deployment tag at the beginning of the file:Once the server deployment descriptor file has been edited, the service can be deployed into a container. The code to create a container and deploy the web service is found in Appendix A: Server Workspace Code.name="about:">The Smalltalk code to deploy and invoke the Insurance Policy web service is found in Appendix A: Client Workspace Code. Note that all the operations are included in comments. You can either uncomment the operation you would like to send, or execute it in the inspector that opens upon executing the workspace.
![]() |