change
echo ("Your message was successfully sent";
to
echo ("Your message was successfully sent");
this may solve your problem. If it does not solve your problem let me know again.
User Profile
Collapse
-
-
Consume WebService Using SOAP
I have tried calling web service using SOAP. I tried the following code. But did not work. Its giving the error.
Code:
protected void btnTestSoap_Cli ck(object sender, EventArgs e)
{
string strSoapEnvelope = "";
strSoapEnvelope = "<?xml version=\"1.0\" encoding=\"utf-8\"?>";
strSoapEnvelope += "<soap:Enve lope...
No activity results to display
Show More
Leave a comment: