Hi Burak,

Good to see that you are still around for the time being.  I just have a
quick question for you if you'd please.

It looks like soaplib does not create a port for each separate service
(DefinitionBase).  Based on a quick review of the wsdl and spec it doesn't
look to explicitly require it but it seems that quite a few soap services do
indeed do create a port per service.

I'm working on providing this functionality now but, I was wondering if you
looked into this previously and if you have any thoughts on the matter.

Thanks
Chris

On Thu, Dec 2, 2010 at 5:38 AM, Michael Wood <[email protected]> wrote:

> Hi burak
>
> On 2 December 2010 13:12,  <[email protected]> wrote:
> [...]
> > http://codespeak.net/lxml/objectify.html#python-data-types
> >
> >>>> from lxml import objectify
> >>>> root = objectify.fromstring("<root><a>test</a><b>5</b></root>")
> >>>> root.a
> > 'test'
> >>>> root.a.pyval
> > 'test'
> >>>> root.b
> > 5
> >>>> root.b.text
> > '5'
> >>>> root.b.pyval
> > 5
> >
> > look at doing it with a schema if you want to avoid guesswork.
> >
> > http://codespeak.net/lxml/objectify.html#asserting-a-schema
>
> Interesting.  But the client is C++, so not sure I can use that :)
>
> Thanks.
>
> --
> Michael Wood <[email protected]>
> _______________________________________________
> Soap mailing list
> [email protected]
> http://mail.python.org/mailman/listinfo/soap
>
_______________________________________________
Soap mailing list
[email protected]
http://mail.python.org/mailman/listinfo/soap

Reply via email to