Python ZSI : error while serializing an object ?
Posted
by KaluSingh Gabbar
on Stack Overflow
See other posts from Stack Overflow
or by KaluSingh Gabbar
Published on 2010-05-17T17:26:04Z
Indexed on
2010/05/17
17:30 UTC
Read the original article
Hit count: 267
this is the code, I get error that it can not serialize reference (sumReq)
sumReqClass = GED("http://www.some-service.com/sample", "getSumRequest").pyclass
sumReq = sumReqClass()
rq = GetSumSoapIn()
sum._sumReqObj = sumReq
rs=proxy.GetSum(rq, soapheaders=[credentials])
I get error :
TypeError: bad usage, failed to serialize element reference (http://www.some-service.com/sample, getSumRequest), in: /SOAP-ENV:Body
© Stack Overflow or respective owner