On Thu, 2 Dec 2010 09:26:03 -0600, Chris Austin <[email protected]>
wrote:
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.
no, never looked at it. once the new soaplib wsdl generator got through
ws-i test, i was done with it :)
Thanks
Chris
On Thu, Dec 2, 2010 at 5:38 AM, Michael Wood wrote:
Hi burak
On 2 December 2010 13:12, wrote:
[...]
http://codespeak.net/lxml/objectify.html#python-data-types [3]
>
>>>> from lxml import objectify
>>>> root = objectify.fromstring("test5")
>>>> 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 [4]
Interesting. But the client is C++, so not sure I can use that :)
Thanks.
--
Michael Wood
_______________________________________________
Soap mailing list
[email protected] [6]
http://mail.python.org/mailman/listinfo/soap [7]
Links:
------
[1] mailto:[email protected]
[2] mailto:[email protected]
[3] http://codespeak.net/lxml/objectify.html#python-data-types
[4] http://codespeak.net/lxml/objectify.html#asserting-a-schema
[5] mailto:[email protected]
[6] mailto:[email protected]
[7] http://mail.python.org/mailman/listinfo/soap
_______________________________________________
Soap mailing list
[email protected]
http://mail.python.org/mailman/listinfo/soap