Showing posts with label Work::Python. Show all posts
Showing posts with label Work::Python. Show all posts

Thursday, May 8, 2014

Webservice issue: "suds.TypeNotFound: Type not found: ..."

When we call the SOAP Webservice, Sometimes we met this issue "suds.TypeNotFound: Type not found: " How to solve this issue?

Wednesday, April 30, 2014

Python : Create CSV file and append the record

How to use the python to create a csv file and append new record into it.