as part of the requirement I have to return HashMap objects from a function. I'm using SoapUI to test the webservice I produce. Through SoapUI I'm sending the request to the function but nothing is displayed in the SoapUI response pane. Is there any way to display HashMap objects in SoapUI service response window?
Asked
Active
Viewed 534 times
0
-
What type of WS are you using Rest vs SOAP (JAX-WS, JAX-RPC) ? – user1933888 May 14 '15 at 10:01
-
http://stackoverflow.com/questions/11107875/jax-ws-how-to-make-a-soap-response-return-a-hashmap-object – user1933888 May 14 '15 at 10:03
-
@user1933888: we are using SOAP – Nani May 14 '15 at 10:27
-
SoapUI will display XML. If your service is SOAP, you can see what your response is suppose to look like in the WSDL. – SiKing May 14 '15 at 14:51