Skip to content

Instantly share code, notes, and snippets.

View nonoantog's full-sized avatar

German Antognetti nonoantog

View GitHub Profile
@nonoantog
nonoantog / WebServiceInvoker.cs
Last active April 26, 2016 19:19 — forked from escobar5/WebServiceInvoker.cs
Dynamically invoking a web service
using System;
using System.CodeDom;
using System.CodeDom.Compiler;
using System.Collections.Generic;
using System.IO;
using System.Net;
using System.Reflection;
using System.ServiceModel;
using System.ServiceModel.Description;
using System.ServiceModel.Security;