This cook book entry marks the point in the Web services framework where a SOAP envelope is constructed and sent from client to server. The web service used is based on the SstWSInsurancePolicyInterface example shipped with VA Smalltalk and described .in Getting Started: Web services in 1 Hour.
• This contains a header like the one above and a contents of the SOAP envelope which is the request for the operation. The exact contents of the envelope will vary according to whether the encoding is document literal, rpc literal or rpc encoded and whether the operation invoked was getInfoForPolicyWithVerification or getInfoForPolicyWithVerification. Where to stop in Client described the SOAP envelope.
![]() |