Example #1
0
 public WebPhoto[] GetPhotosForCollection(string nickname, string password, string photoCollectionID)
 {
     Next2Friends.Soap2Bin.Interaction.PhotoService.GetPhotosForCollectionRequest1 inValue = new Next2Friends.Soap2Bin.Interaction.PhotoService.GetPhotosForCollectionRequest1();
     inValue.nickname          = nickname;
     inValue.password          = password;
     inValue.photoCollectionID = photoCollectionID;
     Next2Friends.Soap2Bin.Interaction.PhotoService.GetPhotosForCollectionResponse1 retVal = ((Next2Friends.Soap2Bin.Interaction.PhotoService.PhotoServiceHttpPost)(this)).GetPhotosForCollection(inValue);
     return(retVal.ArrayOfWebPhoto);
 }
Example #2
0
 Next2Friends.Soap2Bin.Interaction.PhotoService.GetPhotosForCollectionResponse1 Next2Friends.Soap2Bin.Interaction.PhotoService.PhotoServiceHttpPost.GetPhotosForCollection(Next2Friends.Soap2Bin.Interaction.PhotoService.GetPhotosForCollectionRequest1 request)
 {
     return(base.Channel.GetPhotosForCollection(request));
 }