On 17Nov2014 20:26, John Gordon <gor...@panix.com> wrote:
I'm working with a third-party API and I'm seeing some behavior that I
can't explain.

The API uses the HTTP PATCH operation to set user passwords, and in
case of unacceptable passwords, the response is supposed to be an HTML
document containing a diagnostic message in the <body> tag.

When I submit my test data via a functional testing tool (SoapUI), it
behaves as expected.

However, when I submit test data from Python code, the response content
consists only of the diagnostic message, with no enclosing <html> or <body>
tags.
[...]

You need a "SOAPAction: " HTTP header with SOAP requests. It may be that simple.

Cheers,
Cameron Simpson <c...@zip.com.au>

Glendower: I can call monsters from the vasty deeps.
Hotspur:   Why, so can I, or so can any man. But will they come when you do
          call them?
- Henry IV, part 1
--
https://mail.python.org/mailman/listinfo/python-list

Reply via email to