p:http-request - some more questions

Hi all,

I have two other small things related to p:http-request:


1. Section 7.1.9.5 still uses c:http-request, c:http-response. It should
be updated to c:request and c:response

2. Section 7.1.9.3 says:

"... Otherwise (the detailed attribute is not specified or its value is
"false"), the response to the request is handled as follows:

1. If the media type (as determined by the override-content-type
attribute or the Content-Type response header) is an XML media type, the
entity is decoded if necessary, then parsed as an XML document and
produced on the result output port as the entire output of the step.
2. Otherwise, the entity body of the response is converted into a c:body
or c:multipart element via the rules given in the next section."

So, in case 2, does that mean that the p:http-request step does not wrap
the generated c:body (or c:multipart) element in c:response?


Regards,
Vojtech

Received on Wednesday, 4 June 2008 13:37:25 UTC