Hello! I need to develop an application, which should be able to call ANY service, described in WSDL, without run-time compilation or code generation. In general, I have to deal with some container class, which internal structure is something like a map - there are name and value pairs, and it is possible to get and set a value of certain field. This class is to be used as a input parameter for method call, and it will be used as a returning result.
So for example if SOAP method getSomething requires 2 parameters: username,
password, there will be corresponding fields in the parameter object (and they
could be accessed with obj.get("username"), obj.get("password");). And
resulting object with some properties will be mapped to the instance of the
same parameter class in the same way.
Is it possible to configure/extend Synapse somehow?
Thank you in advance!
--
Eugene N Dzhurinsky
pgpvqBB762eTY.pgp
Description: PGP signature
