Search

You searched for the word(s): userid:816836

Matching Posts

  • Re: How to use a PHP client to a WSE .NET web service?

    i create a web service with asp.net and want to use it in php,i save the wsdl as Service.wsdl in c:\wamp\www and then use this code but it doesn't work: $client = new SoapClient("Service.wsdl"); echo "Hello"; $param=array('name'=>'azade',); $result = $client->__soapCall('HelloWorld',$param); print_r($result); could u help me?
    Posted to XML Web Services (Forum) by azade on 7/31/2008
  • Re: Consume an ASP.NET Web Service with PHP

    hi, i create a web service with asp.net ,and then save the wsdl of it as Service.wsdl in c:\wamp\www (i use wamp) uncomment saop-php.dll in php.ini and use this code: $client = new SoapClient("Service.wsdl"); echo "Hello"; $param=array('name'=>'azade',); $result = $client->__soapCall('HelloWorld',$param); print_r($result); but i got this error: Hello Fatal error: Uncaught SoapFault exception: [HTTP] Could not connect to host in C:\wamp\www\n.php:12
Page 1 of 1 (2 items)