Example #1
0
 public wsSap.wsPabierta.ZcmlPabiertasV2Response ZcmlPabiertasV2(wsSap.wsPabierta.ZcmlPabiertasV21 ZcmlPabiertasV21)
 {
     wsSap.wsPabierta.ZcmlPabiertasV2Request inValue = new wsSap.wsPabierta.ZcmlPabiertasV2Request();
     inValue.ZcmlPabiertasV2 = ZcmlPabiertasV21;
     wsSap.wsPabierta.ZcmlPabiertasV2Response1 retVal = ((wsSap.wsPabierta.zcml_pabiertas2_v4)(this)).ZcmlPabiertasV2(inValue);
     return(retVal.ZcmlPabiertasV2Response);
 }
Example #2
0
 public System.Threading.Tasks.Task <wsSap.wsPabierta.ZcmlPabiertasV2Response1> ZcmlPabiertasV2Async(wsSap.wsPabierta.ZcmlPabiertasV21 ZcmlPabiertasV2)
 {
     wsSap.wsPabierta.ZcmlPabiertasV2Request inValue = new wsSap.wsPabierta.ZcmlPabiertasV2Request();
     inValue.ZcmlPabiertasV2 = ZcmlPabiertasV2;
     return(((wsSap.wsPabierta.zcml_pabiertas2_v4)(this)).ZcmlPabiertasV2Async(inValue));
 }
Example #3
0
 System.Threading.Tasks.Task <wsSap.wsPabierta.ZcmlPabiertasV2Response1> wsSap.wsPabierta.zcml_pabiertas2_v4.ZcmlPabiertasV2Async(wsSap.wsPabierta.ZcmlPabiertasV2Request request)
 {
     return(base.Channel.ZcmlPabiertasV2Async(request));
 }
Example #4
0
 wsSap.wsPabierta.ZcmlPabiertasV2Response1 wsSap.wsPabierta.zcml_pabiertas2_v4.ZcmlPabiertasV2(wsSap.wsPabierta.ZcmlPabiertasV2Request request)
 {
     return(base.Channel.ZcmlPabiertasV2(request));
 }