Jump to content

pcman

Members
  • Posts

    38
  • Joined

  • Last visited

Everything posted by pcman

  1. <?php require_once('nusoap/lib/nusoap.php'); $client = new nusoap_client('https://dsadsa', true); $client->setCredentials('dasdas', 'dasd%', 'ntlm'); $msg = "<Register xmlns=\"https://wq\"> <accountData> XML FROM THE HELP FILE PUT HERE WITHOUT ANY LINE BREAKS </accountData> </Register>"; $soapmsg = $client->serializeEnvelope($msg, "", array(), 'document', 'literal'); $result = $client->send($soapmsg, "https://dsadsa"); print_r($result); ?> its printing zero ... How do I know the connection was successful? thanks!
  2. pcman

    output 0

    i forgot to say that ... in my computer server(xampp for linux) there is no problam. the problam start when i upload the code to else server(to 2 different servers). the link : http://nextprice.org/price_comparison/admin/
  3. pcman

    output 0

    help me. i have an index.php file in admin folder. this is the code inside the file: <?php ?> Or any other code and i get output 0 , but if i echo something else then i get the string has output, help find out what is the problam please!!!
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.