Here is another beginner's question (i'm just getting started with XSD
and XML).

Still trying to generate XML for a SOAP request that obeys to
http://code.google.com/p/lino/source/browse/lino/utils/bcss/XSD/SSDN/SERVICE/SSDNREQUEST.XSD

A ServiceRequestType has children 'ServiceId' and 'Version', and the
code generated by generateDS allows me to write for example:

    service = SSDNRequest.ServiceRequestType(
      ServiceId='Test',
      Version='20090409')

But ServiceRequestType has also an <xs:any> element, and I didn't find
how I can specify, in the Python code, a value for this. The
documentation speaks about <xs:anyAttribute>, but not about <xs:any>.

How can I achieve that? Do I need to write a User Methods module?

Thanks in advance for any hints.

Luc



------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure contains a
definitive record of customers, application performance, security
threats, fraudulent activity and more. Splunk takes this data and makes
sense of it. Business sense. IT sense. Common sense.
http://p.sf.net/sfu/splunk-d2dcopy1
_______________________________________________
generateds-users mailing list
generateds-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/generateds-users

Reply via email to