Re: about suds and soap and parameters.

2014-11-19 Thread Marko Rauhamaa
dieter : > The [namespace] prefix itself is without semantic meaning; it is just > a shorthand for an "uri" which ideally points to some relevant > definitions. The WSDL will have information for this "prefix -> uri" > mapping. You will need to look there, in order to determine precisely, > what t

Re: about suds and soap and parameters.

2014-11-19 Thread dieter
JustSomeGuy writes: > I'm trying to call a soap method with suds. > The parameter however is not straight forward. > > > queryContent ( > xs:string mpiId, > tmPidAndIssuer[] idsAndIssuers, > tmPersonName name, > xs:string patientAge, > tmAccessionNumberAndIssuer accNumAndI

about suds and soap and parameters.

2014-11-19 Thread JustSomeGuy
I'm trying to call a soap method with suds. The parameter however is not straight forward. queryContent ( xs:string mpiId, tmPidAndIssuer[] idsAndIssuers, tmPersonName name, xs:string patientAge, tmAccessionNumberAndIssuer accNumAndIssuer, xs:string studyUID, xs:s