| Server IP : 209.209.40.120 / Your IP : 216.73.217.112 Web Server : Microsoft-IIS/10.0 System : Windows NT NEWWWW 10.0 build 17763 (Windows Server 2019) i586 User : NEWWWW$ ( 0) PHP Version : 8.3.30 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /software/Services/Penpal SMPP - Transmitter/Soap/TestSoapWCF/App_Code/ |
Upload File : |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Runtime.Serialization;
using System.ServiceModel;
using System.Text;
// NOTE: You can use the "Rename" command on the "Refactor" menu to change the class name "MyService" in code, svc and config file together.
public class Myservice: CPNotificationRespDTO
{
public void notificationToCP([System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified, IsNullable = true)] CPNotificationRespDTO notificationRespDTO)
{
String query = "";
query = "insert cpnotifications(xactionId,errorCode,errorMsg,temp1,temp2,temp3,lowBalance,amount,chargeTime,msisdn,productId,status) values ('" + xactionId + "','" + errorCode + "','" + errorMsg + "','" + temp1 + "','" + temp2 + "','" + temp3 + "','" + lowBalance + "','" + amount + "','" + chargigTime + "','" + msisdn + "','" + productId + "','0')";
}
}