public ZktmobilChkStorageLocationResponse ZktmobilChkStorageLocation([System.Xml.Serialization.XmlElementAttribute("ZktmobilChkStorageLocation", Namespace = "urn:sap-com:document:sap:soap:functions:mc-style")] ZktmobilChkStorageLocation ZktmobilChkStorageLocation1)
        {
            object[] results = this.Invoke("ZktmobilChkStorageLocation", new object[] {
                ZktmobilChkStorageLocation1
            });

            return((ZktmobilChkStorageLocationResponse)(results[0]));
        }
 /// <remarks/>
 public System.IAsyncResult BeginZktmobilChkStorageLocation(ZktmobilChkStorageLocation ZktmobilChkStorageLocation1, System.AsyncCallback callback, object asyncState)
 {
     return(this.BeginInvoke("ZktmobilChkStorageLocation", new object[] {
         ZktmobilChkStorageLocation1
     }, callback, asyncState));
 }