Hi,
Remove any carriage returns and extra spaces from your binary.xml file, like so,
http://schemas.xmlsoap.org/soap/envelope/";>http://flypp.infy.com/sms/v2010r1_0";>12345343661t1p1p2DICT
test
Seems to parse ok then.
aid
On 31 Jan 2011, at 09:18, sami nathan wrote:
> HI
>I am trying
HI
I am trying to parse my response by the following method
elif request.method == 'POST':
reqp=request.raw_post_data
response = HttpResponse(mimetype='text/xml')
response.write(reqp)
print response
xmldoc = minidom.parse('binary.xml')
reflist = xmldo
2 matches
Mail list logo