Hi again Scott,
Do you hav any idea when you can think about this. I would need this for
a project and would be happy to do it - but then I would like to do it
in a way you are happy with it too :-)
Ingo F
Ingo Fischer wrote:
Hi Scott
Hi !
This concept is good overall. I would want to generalize it, however,
to not tie a single soap_server instance to a class containing service
methods. Instead, I would prefer an array that maps each SOAP
operation to a function, instance method, or class method. That way,
one could implement the SOAP operations using any number of classes
and/or plain functions.
This idea is better I have to say :-)
So you think of an array like
method1 => "Class1.method1"
method2 => "Class2..method1"
...
This way you could reuse the already working code...
Or ?!
Should I provide a path or will you do it?
Ingo F
------------------------------------------------------------------------
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
------------------------------------------------------------------------
_______________________________________________
Nusoap-general mailing list
Nusoap-general@xxxxxxxxxxxxxxxxxxxxx
https://lists.sourceforge.net/lists/listinfo/nusoap-general
--
Ingo Fischer
_____________________________________________________________________
Ingo Fischer
1&1 Internet AG
Karlsruhe
Tel.: 0721/91374-0 Secure Internet-Payment:
http://www.1und1.de https://ipayment.de
_____________________________________________________________________
1&1 Internet AG
Brauerstraße 48
76135 Karlsruhe
Amtsgericht Montabaur HRB 6484
Vorstand: Henning Ahlert, Ralph Dommermuth, Achim Weiss,
Matthias Ehrlich, Andreas Gauger, Matthias Greve,
Robert Hoffmann, Norbert Lang
Aufsichtsratsvorsitzender: Michael Scheeren
smime.p7s
Description: S/MIME Cryptographic Signature
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/ _______________________________________________
Nusoap-general mailing list
Nusoap-general@xxxxxxxxxxxxxxxxxxxxx
https://lists.sourceforge.net/lists/listinfo/nusoap-general
|