Example #1
0
 public System.Threading.Tasks.Task <Fenix.NDLInterfaces.UPWSI0Response> UPWSI0Async(string login, string password, string partnerCode, string messageType, string characterEncoding, byte[] image)
 {
     Fenix.NDLInterfaces.UPWSI0Request inValue = new Fenix.NDLInterfaces.UPWSI0Request();
     inValue.Body                   = new Fenix.NDLInterfaces.UPWSI0RequestBody();
     inValue.Body.login             = login;
     inValue.Body.password          = password;
     inValue.Body.partnerCode       = partnerCode;
     inValue.Body.messageType       = messageType;
     inValue.Body.characterEncoding = characterEncoding;
     inValue.Body.image             = image;
     return(((Fenix.NDLInterfaces.PortTypeNDL_Interfaces)(this)).UPWSI0Async(inValue));
 }
Example #2
0
 public byte[] UPWSI0(string login, string password, string partnerCode, string messageType, string characterEncoding, byte[] image)
 {
     Fenix.NDLInterfaces.UPWSI0Request inValue = new Fenix.NDLInterfaces.UPWSI0Request();
     inValue.Body                   = new Fenix.NDLInterfaces.UPWSI0RequestBody();
     inValue.Body.login             = login;
     inValue.Body.password          = password;
     inValue.Body.partnerCode       = partnerCode;
     inValue.Body.messageType       = messageType;
     inValue.Body.characterEncoding = characterEncoding;
     inValue.Body.image             = image;
     Fenix.NDLInterfaces.UPWSI0Response retVal = ((Fenix.NDLInterfaces.PortTypeNDL_Interfaces)(this)).UPWSI0(inValue);
     return(retVal.Body.UPWSI0Return);
 }
Example #3
0
 System.Threading.Tasks.Task <Fenix.NDLInterfaces.UPWSI0Response> Fenix.NDLInterfaces.PortTypeNDL_Interfaces.UPWSI0Async(Fenix.NDLInterfaces.UPWSI0Request request)
 {
     return(base.Channel.UPWSI0Async(request));
 }
Example #4
0
 Fenix.NDLInterfaces.UPWSI0Response Fenix.NDLInterfaces.PortTypeNDL_Interfaces.UPWSI0(Fenix.NDLInterfaces.UPWSI0Request request)
 {
     return(base.Channel.UPWSI0(request));
 }