Hi Eugeny
I need to develop an application, which should be able to call ANY service,
described in WSDL, without run-time compilation or code generation.
This is possible with Synapse.. please see samples from the Synapse main page..
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.
I do not quite understand what you mean here.. it seems like you always pass in a bunch of name-value pairs to all of your services and get back another set of name-value pairs as the reply? So does this mean all the services are like this - i.e. without any use of complex types etc?

asankha

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to