Sign In/My Account | View Cart  
advertisement

Article:
 Creating and Consuming Web Services With PHP
Subject: Pls Help
Date: 2005-10-24 20:10:11
From: NeMeSiS

I did as you have stated in the article but i get the following errors with the server.php.
Please help.
Do you need anything other then


1-a brower with php support
2-nusoap.php


Notice: Undefined index: HTTPS in C:\PHP\ext\nusoap\lib\nusoap.php on line 4006


Notice: Undefined variable: HTTP_RAW_POST_DATA in D:\WebApps\test3\server.php on line 15



Also with the client.php file i get the error


Notice: Undefined index: in C:\PHP\ext\nusoap\lib\nusoap.php on line 5901


Please be kind enough to help me with this.
Thank you.


Previous Message Previous Message   Next Message Next Message


Titles Only Titles Only Newest First
  • Pls Help
    2008-02-04 09:28:19 mour

    When i do:
    http://localhost/server.php?wsdl


    The message error appears in the screen:


    Notice: Undefined variable: HTTP_RAW_POST_DATA in c:\program files\easyphp1-8\www\server.php on line 15


    Warning: Cannot modify header information - headers already sent by (output started at c:\program files\easyphp1-8\www\server.php:15) in c:\program files\easyphp1-8\www\nusoap.php on line 3668


    Please, What the origin of the error?

  • Pls Help
    2005-12-06 17:44:42 hoton

    You have to remember that "Notice:" errors don't really harm your application; it will still run, you'll just get errors on the page when you want to view it.


    If it's really buggin you too much, put one of the following lines at the beginning of your script:


    error_reporting(0);
    -OR-
    error_reporting(E_ERROR | E_WARNING | E_PARSE); //my fav


Sponsored By: