Hello,

I'm trying different modules to send SOAP requests to a small Sony Security
camera. I'm having trouble formatting the SOAP request, as this wsdl server
seems a bit more customized. The proper SOAP request looks like this:

<soap:Envelope xmlns:soap="http://www.w3.org/2003/05/soap-envelope";
xmlns:larry="http://xmlns.sony.net/professional/wsdl/larry";>
   <soap:Header/>
   <soap:Body>
      <larry:SetColorRequest>
         <larry:Value>Night</larry:Value>
      </larry:SetColorRequest>
   </soap:Body>
</soap:Envelope>

I'm just having trouble shaping the Output SOAP to match what the server
expects.


Alex
_______________________________________________
Soap mailing list
[email protected]
https://mail.python.org/mailman/listinfo/soap

Reply via email to