Example #1
0
 public void AddServiceOperation(string name, ServiceOperationResultKind kind, string typeName)
 {
     // call service op to add to metadata
     string url = this.ServiceUri + String.Format("/AddServiceOperation?name='{0}'&serviceOperationResultKind='{1}'&typeName='{2}'", name, kind.ToString(), typeName);
     this.ExecuteServiceOp(url);
 }