コード例 #1
0
        public ZktmobilLoginResponse ZktmobilLogin([System.Xml.Serialization.XmlElementAttribute("ZktmobilLogin", Namespace = "urn:sap-com:document:sap:soap:functions:mc-style")] ZktmobilLogin ZktmobilLogin1)
        {
            object[] results = this.Invoke("ZktmobilLogin", new object[] {
                ZktmobilLogin1
            });

            return((ZktmobilLoginResponse)(results[0]));
        }
コード例 #2
0
 /// <remarks/>
 public System.IAsyncResult BeginZktmobilLogin(ZktmobilLogin ZktmobilLogin1, System.AsyncCallback callback, object asyncState)
 {
     return(this.BeginInvoke("ZktmobilLogin", new object[] {
         ZktmobilLogin1
     }, callback, asyncState));
 }