Sign In/My Account | View Cart  
advertisement

Article:
 Creating and Consuming Web Services With PHP
Subject: Genrating WSDL Error!!
Date: 2007-02-15 01:13:40
From: serverscreen
Response to: Genrating WSDL Error!!

when i click the link
http://localhost/soapserver.php?wsdl


It gives the following error


Notice: Undefined index: HTTPS in
D:\apache\Apache2\htdocs\testing\nusoap\lib\nusoap.php on line 4006


Notice: Undefined variable: HTTP_RAW_POST_DATA in D:\apache\Apache2\htdocs\testing\nusoap\server.php on line 13




No Previous Message Previous Message Move up to Parent Message Up Next Message No Next Message


Titles Only Titles Only Newest First
  • Genrating WSDL Error!!
    2007-07-11 01:52:37 ChinnuSuman

    replace the line 4006 with the following line..It works fine for me.


    $HTTPS=((isset($_SERVER['HTTPS']))?$_SERVER['HTTPS'] : 'no');


Sponsored By: