SOAPpy, WSDL, non-standard types and my graying hair

Miki Tebeka mtebeka at qualcomm.com
Tue Oct 11 04:52:51 EDT 2005


Hello,

I'm trying to use SOAPpy with WSDL (talking to http://www.seapine.com/ttpro.html).

proxy.show_methods for getRecordListForTable is:

Method Name: getRecordListForTable

   In #0: cookie  ((u'http://www.w3.org/2001/XMLSchema', u'long'))
   In #1: tablename  ((u'http://www.w3.org/2001/XMLSchema', u'string'))
   In #2: filtername  ((u'http://www.w3.org/2001/XMLSchema', u'string'))
   In #3: columnlist  ((u'urn:testtrack-interface', u'ArrayOfCTableColumn'))

   Out #0: recordlist  ((u'urn:testtrack-interface', u'CRecordListSoap'))

I know how to prepare the first three arguments (using SOAPpy.stringType and
SOAPpy.longType). I can't find the documentation on how to prepare the last
argument.

Any ideas? pointers? ...

Thanks.
--
------------------------------------------------------------------------
Miki Tebeka <mtebeka at qualcomm.com>
http://tebeka.bizhat.com
The only difference between children and adults is the price of the toys
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 193 bytes
Desc: not available
URL: <http://mail.python.org/pipermail/python-list/attachments/20051011/810407d4/attachment.sig>


More information about the Python-list mailing list