THIS is the sample header to pass to web service
$client = new SoapClient("htt p://demo.touricohol idays.com/ws/HotelsService.a smx?WSDL", array("trace" => true, "exceptions " => true, 'soap_version' => SOAP_1_1));
$x["username"]="";
$x["password"]="";
$x["culture"]="en_US";
$x["version"]='4.5';...
User Profile
Collapse
-
hai,
now im corrected my script and it working properly now...Leave a comment:
-
Hai Motoma,
I checked the username and password in PHP 4 it working properly...Leave a comment:
-
Error while developing touricoholidays webservice in PHP 5
I am wrote the coding for PHP 5 to access tourico holidays webservice. as follows.But it returns the error followed by the code .please help me
[code=php]<?php
try{
class authentication_ header
{
private $username;
private $password;
private $culture;
private $version;
public function __construct($us ername,$passwor d,$culture,$ver sion)
{...
No activity results to display
Show More
Leave a comment: