Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@fuzzy0110
fuzzy0110 / gist:1262204
Created October 4, 2011 17:11
Exemplo de consumo de web service utilizando Python e SUDS
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
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