Beefy Boxes and Bandwidth Generously Provided by pair Networks
There's more than one way to do things
 
PerlMonks  

Re: lightweight SOAP for local applications

by mda2 (Hermit)
on Jun 17, 2005 at 19:15 UTC ( [id://467854]=note: print w/replies, xml ) Need Help??


in reply to lightweight SOAP for local applications

I did my application with SOAP, and love it!

You can design your modules to interact with SOAP and without!

I made some modules to make some actions and added wrappers Client and Server.

  • Client interact with server (add login, available test, autenticate on new() and logout on DESTROY)
  • Server make the call to my module.

    On development time you test your modules with a single script, if now you don't need SOAP, it's ok! At future when needs to implement SOAP lowest changes are needs...

    * You don't really need login/test/auth, but I think it's good for security.
    **SOAP::Lite design permit you to use remote modules similar local modules (with some restrictions, see doc for autodispatch)

    --
    Marco Antonio
    Rio-PM

    • Comment on Re: lightweight SOAP for local applications
  • Log In?
    Username:
    Password:

    What's my password?
    Create A New User
    Domain Nodelet?
    Node Status?
    node history
    Node Type: note [id://467854]
    help
    Chatterbox?
    and the web crawler heard nothing...

    How do I use this?Last hourOther CB clients
    Other Users?
    Others wandering the Monastery: (3)
    As of 2024-04-19 19:22 GMT
    Sections?
    Information?
    Find Nodes?
    Leftovers?
      Voting Booth?

      No recent polls found