<div dir="ltr">Hi,<br><div class="gmail_extra"><br><br><div class="gmail_quote">On 20 September 2013 14:25, Ismar Sehic <span dir="ltr"><<a href="mailto:i.sheeha@gmail.com" target="_blank">i.sheeha@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div>i'm probably very annoying and boring with these python web service :)and sorry for the previous message reply subject,wont happen again...<br>
</div><div>the thing is, i'm provided with some service provider documentation, including xml request example, xml response example, wsdl file for the protocol defintion, and xsd file for every request type.<br>
</div><br></div></blockquote><div><br></div><div>You should not need to mess with lxml yourself if you're using a SOAP library like suds.   Also, you might try SOAPpy, or alternatively, try ZSI if you can get it working -- the project seems kind of dead and not recently updated and I seem to remember it was rather fiddly to get it working last time I had to work with it.  (That said I might add that we've had good success with ZSI.  Usefully, it can generate wrapper classes for your WSDL which means you get a concrete native Python representation that you can refer to, of the webservice interface you're trying to work with.  SOAPpy and other more recent frameworks takes a more minimalist approach and does everything dynamically which can sometimes make it a bit tricky to work with a new interface.) </div>
<div><br></div><div>Walter</div></div></div></div>