Deploying the Server 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.
Last modified date: 08/16/2019