raptor
7 years agoOccasional Contributor
SOAP UI tutorial - Google API
Hi,
I am using the GOOGLE API to learn about SOAP UI.
https://www.soapui.org/tutorials/google-maps.html
When I imported the project and run the sample request, I dont see an xml response. Instead I see the response in text as "The content you are trying to view cannot be viewed as xml". Note that I see a json response.
Where am I going wrong? How to get the xml response correctly?
The api support both xml / json formats.
User needs to provide it thru query parameter.
In the resource, define a parameter format of TEMPLATE type.
In the requests, provide the value for format.
Please see the attachment for details.
Hope this is clear.