<div dir="ltr">Hello Everyone - <div><br></div><div>I am trying to use Suds, the very fine library allowing me to use SOAP, to query a service over the net. Part of the data structure defined be the WSDL calls for a sequence of SubscriberDataTypes (this application is used to test an insurance companys' rating service).</div>
<div><br></div><div><div>(SubscriberDataType){</div><div> SubscriberID = None</div><div> SubscriberBirthDate = None</div><div> Zip = None</div><div> <snip></div><div> DependentData[] = <empty><br></div>
<div> }</div></div><div><br></div><div>Which goes into</div><div><br></div><div><div>(MedicalRatingRequest){</div><div> MessageHeader = </div><div> (MessageHeaderType){</div><div> MessageName = None</div><div>
MessageID = None</div><div> <snip></div><div> }</div><div> RequestHeader = </div><div> (RequestHeaderType){</div><div> RequestType = </div><div> (RequestTypeEnum){</div>
<div> value = None</div><div> }</div><div> <snip></div><div> }<br></div><div> <snip></div><div> SubscriberData[] = <empty><br></div><div> }</div></div><div><br></div>
<div>Note that the Subscriber Data is a sequence of SubscriberDataType. I have not been able to find any documentation showing me how to do this. Does anyone out there know how I can generate the request?</div><div><br>
</div><div>Thanks for your time,</div><div><br></div><div>Greg Lindstrom</div><div><br></div></div>