Exemplo n.º 1
0
 public WSDemo.ServiceReference1.getNoteByTitleResponse getNoteByTitle(WSDemo.ServiceReference1.getNoteByTitleRequest getNoteByTitleRequest)
 {
     WSDemo.ServiceReference1.getNoteByTitleRequest1 inValue = new WSDemo.ServiceReference1.getNoteByTitleRequest1();
     inValue.getNoteByTitleRequest = getNoteByTitleRequest;
     WSDemo.ServiceReference1.getNoteByTitleResponse1 retVal = ((WSDemo.ServiceReference1.NotePort)(this)).getNoteByTitle(inValue);
     return(retVal.getNoteByTitleResponse);
 }
Exemplo n.º 2
0
 public getNoteByTitleRequest1(WSDemo.ServiceReference1.getNoteByTitleRequest getNoteByTitleRequest)
 {
     this.getNoteByTitleRequest = getNoteByTitleRequest;
 }