SOAP Framework cookbook
Web services differ semantically in many ways. This SOAP Framework cookbook presents SOAP Framework recipes addressing the types of differences commonly encountered.
The recipes are simplified to show the relevant details. They may not compile. In many cases, they omit things such as sanity checking and error handling that should always be present in production code.
note
When you extend one of the connector implementation classes (WSConnection, WSBrowser, WSCache, WSExecuteOperation, and so on), make sure that you extend WSConnector and override the appropriate factory method.
Was this topic helpful?