Wednesday, May 21, 2014

Get XML information with Groovy and handle the certificate issue

Get XML information with Groovy and handle the certificate issue.

The login page is looks like this, and we want to get the highlight  version number.
Now, through the Developer tools--Resourse in Chrome browser, we know its XML file like this:
Now using Groovy, we try to get the Version number and handle the certificate issue.

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.