Hi
I haven't been following this thread, so I don't know if Business::Bof is what
you need. I can tell you that Bof is a100% pure application server providing
- SOAP interface
- SSL encrypted communication
- User validation
- Remote Object Execution (ROE)
- and some more
It is currently stable and in production in some systems I run although there
is a small TODO set.
> > Basically it should be quite easy to achieve, SOAP::Lite provides an
> > autodispatch feature that could do such a thing. But then you still need
I played a little with the idea of using autodispatch. I think that it's not
the right way. Matt's way of exposing the methods of the class on the client
side is working.
> Have a look at Business::Bof, which uses POE to make arbitrary methods
> available over SOAP. I spent quite a lot of time chatting to Kaare
> Rasmussen (the author), and I think he's done a damn fine job with it.
*blushing*
I learned a lot in the process.
|