Deploying the Server Web Service
If you chose to generate XML for document literal style, you will need to change the server side deployment descriptor. For specific information, see Using Document Literal Style: Deploying a Web Service.
After making the edits necessary for the previous example, edit the mapping specUrls tag in the deployment descriptor file to include the mapping specification file:
<mappingSpecUrls>VASTInsuranceExample.map</mappingSpecUrls>
 
The server VA Smalltalk installation must have the following five files in its resource qualifier directory usually <vas>/xml:
SstWSInsurancePolicyServerInterface.xml (deployment descriptor)
VASTInsuranceExample.map (mapping specification)
SstWSInsurancePolicyInterface.xsd (schema)
SstWSInsurancePolicyInterface.wsdl (wsdl file specifiying the implementation details)
SstWSInsurancepolicyInterface-interface.wsdl (wsdl file defining the operation specifics)
The schema and mapping specification files that are shipped with VA Smalltalk may be found in the <vas>\samples\sstws\common directory. Copy them to the <vas>\xml directory.
The code to create a container and deploy the web service is found in Appendix A: Server Workspace Code.
Last modified date: 08/16/2019