View gist:4007548
<!doctype html> | |
<html lang="en"> | |
<head> | |
<meta charset="utf-8"> | |
<title></title> | |
</head> | |
<body> | |
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js"></script> | |
<script> | |
$(function() { |
View html
<!doctype html> | |
<html lang="en"> | |
<head> | |
<meta charset="utf-8"> | |
<title></title> | |
</head> | |
<body> | |
</body> | |
</html> |
View WebServiceInvoker.cs
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; |
View PathHelper.cs
using System; | |
using System.Collections; | |
using System.Text.RegularExpressions; | |
using System.Web; | |
namespace Paradigma.Common | |
{ | |
public enum PathType | |
{ | |
None, |