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); }
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)); }
System.Threading.Tasks.Task <wsSap.wsPabierta.ZcmlPabiertasV2Response1> wsSap.wsPabierta.zcml_pabiertas2_v4.ZcmlPabiertasV2Async(wsSap.wsPabierta.ZcmlPabiertasV2Request request) { return(base.Channel.ZcmlPabiertasV2Async(request)); }
wsSap.wsPabierta.ZcmlPabiertasV2Response1 wsSap.wsPabierta.zcml_pabiertas2_v4.ZcmlPabiertasV2(wsSap.wsPabierta.ZcmlPabiertasV2Request request) { return(base.Channel.ZcmlPabiertasV2(request)); }