This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
using System; | |
using System.Collections.Generic; | |
using System.Linq; | |
using System.Text; | |
using System.Drawing.Imaging; | |
using System.Drawing; | |
using System.IO; | |
using System.Drawing.Drawing2D; | |
namespace UmNamespaceMuitoLouco |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from suds.client import Client | |
import logging | |
logging.basicConfig(level=logging.INFO) | |
logging.getLogger('suds.client').setLevel(logging.DEBUG) | |
url = "http://zenbeta5/mpe_gplanc/aWS_GISA_SALDO_ESTOQUE.aspx?WSDL" | |
client = Client(url) | |
print client |