Ejemplo 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);
 }
Ejemplo n.º 2
0
 WSDemo.ServiceReference1.getNoteByTitleResponse1 WSDemo.ServiceReference1.NotePort.getNoteByTitle(WSDemo.ServiceReference1.getNoteByTitleRequest1 request)
 {
     return(base.Channel.getNoteByTitle(request));
 }