Re: [Soaplab2-dev] Re: acd development terms
Brought to you by:
marsenger
From: Mahmut U. <ul...@eb...> - 2006-06-01 09:08:03
|
> The data transfer between Soaplab and Applab is realised with a > HashMap. But this means, that the order of the parameters on the > command-line gets lost. I had a quick look at the Soaplab source code that makes the actual Applab call. It seems that just before Soaplab makes the call the data in the HashMap is converted to an array of org.omg.CosPropertService.Property objects. This suggests that we don't have to store the inputs in a HashMap which doesn't allow multiple values for the same key. Regards, Mahmut |