Click here to Skip to main content
15,885,278 members
Please Sign up or sign in to vote.
2.00/5 (1 vote)
See more:
how to call soap client with wsdl in asp.net?


wsdl option in .net is important!

php code is{

$options = array(
login = >yourusername;
password = > yourpassword;
);
$client = new SoapClient("http://sms.host.net/webservice/?WSDL", $options);

$messageId = $client->send("number", "mess");


}
Posted
Comments
Sergey Alexandrovich Kryukov 11-Nov-13 15:30pm    
Not clear. Your tags have "ASP.NET" and you are showing PHP code. What's the problem?
There is no a class "SoapClient" in .NET FCL. And there is no such concept as "call a client"; what could it possibly mean? What do you want to achieve?
—SA

1 solution

please help it is very important for me!
 
Share this answer
 
v2
Comments
Sergey Alexandrovich Kryukov 11-Nov-13 15:29pm    
This is not an answer; posting such content as "solution" is considered as abuse, it will only give you down-voted and abuse reports. Instead, use comments and "Improve question".
—SA

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900