On 31 jan, 15:23, Van Gale <[EMAIL PROTECTED]> wrote:
> Yes, it's quite easy to SOAP by hand.
>
> I use Oren Tirosh's ElementBuilder class (on top of lxml instead of
> ElementTree) to build the SOAP request and the xpath capabilities in lxml
> to pull out the data I need from the response.
>
> http
Hi,
Bernard wrote:
> Is there a way to POST a handmade SOAP request *without* using any
> libraries like SOAPpy?
This might help:
http://effbot.org/zone/element-soap.htm
I didn't try, but it should also work with lxml - which might make a couple of
things a little easier, as it gives you XPath
On Thu, 31 Jan 2008 11:03:26 -0800, Bernard wrote:
> Hey y'all,
>
> Is there a way to POST a handmade SOAP request *without* using any
> libraries like SOAPpy?
Yes, it's quite easy to SOAP by hand.
I use Oren Tirosh's ElementBuilder class (on top of lxml instead of
ElementTree) to build the SO
Hey y'all,
Is there a way to POST a handmade SOAP request *without* using any
libraries like SOAPpy? I've been having some communication trouble
with a server using the new wse3 (http://www.microsoft.com/Downloads/
details.aspx?
familyid=018A09FD-3A74-43C5-8EC1-8D789091255D&displaylang=en).
they