Forum Discussion

raptor's avatar
raptor
Occasional Contributor
7 years ago
Solved

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. In...
  • nmrao's avatar
    7 years ago

    raptor,

     

    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.