Forum Discussion

RonReazin's avatar
14 years ago

How to view a multi-part response in XML tab?

When I get a mutli-part response, I can see the entire response in the RAW tab. However, for easy visual inspection, I'd like to use the XML tab to see each part. The XML tab only shows the first part of the response. In this example of the response from the service, I can only see the "Blah part 1" part of the response in the XML tab.

HTTP/1.1 200 OK
Date: Mon, 14 May 2012 19:26:31 GMT
Transfer-Encoding: chunked
Server: cdc5_i_services.<service>.com 7000
Content-Type: multipart/mixed;boundary=SearchBoundary;charset=UTF-8
P3P: CP="IDC DSP LAW ADM DEV TAI PSA PSD IVA IVD CON HIS TEL OUR DEL SAM OTR IND OTC"
X-RE-Ref: 1 285418418 1 281742787 1 285418418
X-Powered-By: Servlet/2.5 JSP/2.1


--SearchBoundary
Content-Type: application/atom+xml

<atom:feed xmlns:atom="http://www.w3.org/2005/Atom">Blah part 1</atom:feed>

--SearchBoundary
Content-Type: application/atom+xml

<atom:feed xmlns:atom="http://www.w3.org/2005/Atom">Blah part 2</atom:feed>

--SearchBoundary
Content-Type: application/atom+xml

<atom:feed xmlns:atom="http://www.w3.org/2005/Atom">Blah part 3</atom:feed>

--SearchBoundary
Content-Type: application/atom+xml

<atom:feed xmlns:atom="http://www.w3.org/2005/Atom">Blah part 4</atom:feed>

--SearchBoundary

Thank you.

Ron
No RepliesBe the first to reply