User Profile

Collapse

Profile Sidebar

Collapse
anujitkarmakar
anujitkarmakar
Last Activity: Nov 18 '08, 08:42 AM
Joined: Nov 18 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • 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.
    See more | Go to post

    Leave a comment:


  • anujitkarmakar
    started a topic Consume WebService Using SOAP
    in .NET

    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...
    See more | Go to post
No activity results to display
Show More
Working...