Butter Mountain Rotating Header Image

Posts under ‘Apache’

Accessing Persistent Objects with Apache ws-xmlrpc 3.0 - A Documented Example

Introduction
A common use case for an xml-rpc based application server would be one which involves the use of one or more persistent objects. Without any kind of persistence a server handling xml-rpc requests will either be ineffective or inefficient.
Accessing Persistent objects in an exposed method/user handler with Apache xml-rpc 3.0 is a process involving several [...]