Using Document Literal Style This example shows you how to create and invoke a simple string-based web service using document literal style. Creating a Web Service The steps involved in creating a simple string-based web service are • Generate template XML files from a Smalltalk class describing the web service interfaces using the simple file generation tool, SstWSXmlGeneration; • Edit the template files. • Deploy the server into a web services framework container. • Deploy the client into a separate web services framework container. • Invoke the web service from the client