Passing Map to service using webtools
Posted by Abdullah Shaikh-3 on Aug 27, 2009; 2:28pm
URL: http://ofbiz.116.s1.nabble.com/Passing-Map-to-service-using-webtools-tp164827.html
I have a service, which expects a Map as a parameter, how can I pass Map to
the service, if I am testing it through webtools or is there anyway using
which I can test it from webtools.
If its not possible then can we have this feature implemented, by taking a
string in specific format (if the parameter is a Map), maybe name=value pair
separated by comma, and forming a map out of it ? So that testing services
which expects a Map becomes easy from webtools.