Forum Discussion

baruA's avatar
baruA
Occasional Contributor
11 years ago

NOT able to view response in Tree View

I am using the Soap UI Pro 4.5.2 version. When i am executing my webservice response is NOT dispayed in tree view its displaying in the XML format which is giving me hard time to perform Data sink. Yes I am looking in out line View. Do i have to download any plug in or enable/disable any settings? Thanks in Advance.

3 Replies

  • nmrao's avatar
    nmrao
    Champion Level 3
    If you are pro member, you could use pro boards to post your queries.

    Would it be possible to show the raw response? I believe that there is xml inside xml.
  • baruA's avatar
    baruA
    Occasional Contributor
    Thanks for the quick response nmrao. Pro account got disabled and not received the activation email yet. working with on that one.

    Here is the Raw response

    HTTP/1.1 200 OK
    Cache-Control: private, max-age=0
    Content-Type: application/soap+xml; charset=utf-8
    Server: Microsoft-IIS/7.5
    X-AspNet-Version: 4.0.30319
    Set-Cookie: ASP.NET_SessionId=lfsqtz4ufsafko0uhkaw21ja; path=/; HttpOnly
    X-Powered-By: ASP.NET
    Date: Wed, 11 Sep 2013 15:21:41 GMT
    Content-Length: 797

    <?xml version="1.0" encoding="utf-8"?><soap:Envelope xmlns:soap="http://www.w3.org/2003/05/soap-envelope" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><soap:Body><xxxxx xmlns="http://www.xxxxxx.com/"><xxxxxResult>&lt;?xml version="1.0" encoding="utf-16"?&gt;
    &lt;xxxxValues&gt;
    &lt;xxxxValue Uid="2125" ValueCost="10" ValueDescription="xxxxx" DailyUses="1" WebAvailableStartDate="9/3/2013" WebAvailableEndDate="9/15/2013" WebSalesLimit="2" WebSalesCount="0" WebTransactionLimit="2" WebSalesPriority="-2147483648" IgnoreWebSalesPriority="Yes" ReportTemplate="xxxxxx.rpt" /&gt;
    &lt;/xxxValues&gt;</xxxValueResult></xxxxResponse></soap:Body></soap:Envelope>
  • nmrao's avatar
    nmrao
    Champion Level 3
    I believe that the response is not well-formed xml. Please be in touch with the service provider.
    You may do a simple test - save response into .xml file and try to view in a browser or if you have any validator, try validating your response against the xml schema.