Slightly Off Topic : restrictions on the response part in a SOAP-response

Thomas Weholt thomas at cintra.no
Sat Jun 16 14:20:24 EDT 2001


Hi,

Just wondering if I could put whatever XML I want into the response-part of
a SOAP-response.

Like :

<SOAP-ENV:Envelope>
  <SOAP-ENV:Body>
    <xmlns:m="http://someurl/m" />
    <m:doc>
     ... HUGE amount of XML-data ...
    </m:doc>
  </SOAP-ENV:Body>
</SOAP-ENV:Envelope>

The examples I've seen so far is more like calling a function that adds to
numbers and returns the sum. In real life I'd like to return a bit more info
in each request.

Thomas





More information about the Python-list mailing list