Exemplo n.º 1
0
 public Next2Friends.Soap2Bin.Interaction.CommentService.WebComment GetComment(string nickname, string password, string commentID)
 {
     Next2Friends.Soap2Bin.Interaction.CommentService.GetCommentRequest1 inValue = new Next2Friends.Soap2Bin.Interaction.CommentService.GetCommentRequest1();
     inValue.nickname  = nickname;
     inValue.password  = password;
     inValue.commentID = commentID;
     Next2Friends.Soap2Bin.Interaction.CommentService.GetCommentResponse1 retVal = ((Next2Friends.Soap2Bin.Interaction.CommentService.CommentServiceHttpPost)(this)).GetComment(inValue);
     return(retVal.WebComment);
 }
Exemplo n.º 2
0
 Next2Friends.Soap2Bin.Interaction.CommentService.GetCommentResponse1 Next2Friends.Soap2Bin.Interaction.CommentService.CommentServiceHttpPost.GetComment(Next2Friends.Soap2Bin.Interaction.CommentService.GetCommentRequest1 request)
 {
     return(base.Channel.GetComment(request));
 }