in reply to Re: (jeffa) Re: SOAP::Lite dispatch routine
in thread SOAP::Lite dispatch routine
IIRC, SOAP doesn't act like CORBA by design, but you can fake it if you like. Like jeffa said, you should be able to pass the modified object back with a command to save it. The SOAP process acting as a proxy could have remembered the object when you requested it and when you pass it back for modification, save that particular object. It's not as elegant or clean as CORBA, but it's not as hairy or expensive either.
Chris
M-x auto-bs-mode
|
---|