I changed the path as
$path = "http://192.168.60.26:8 1/sm/Org/testWebService. php";
$client = new soapclientNusoa p($path,false);
and the problem was solved. But this path may change latter. So i am looking for a better solution
User Profile
Collapse
-
-
-
Error un invoking a PHP Webservice using PHP itself
I am doing a Webservice in PHP for the first time. I have a service named as testWebService. php and testclient.php that consumes the service. Below is my testclient.php
...Code:<?php require_once 'includes/nusoap.php'; $params = array('CardId' => 'sm_stu_id_001', 'DeviceIp' => '192.168.60.68' ); $client = new nusoap_client('testWebService.php',false); //+++++++++++++++++++++++++++++++++++++ -
Sorry for that .
My company want to make one of its product site Login page into HTTPS based communication. I read that i will have to use Open SSL for this.
How can i do this. What will be the changes to be done on the server.Leave a comment:
-
https for login page
I have a login page. I have been asked to make https based.
How can i do that
thanks -
-
debugging PHP using ZendStudio
I am using Zend studio for the first time.
Every thing works fine with my php and html. But once i do submit the output pane just goes blank and bebugging stops. The code behind the submit is
...Code:<?php if(isset($_GET['button1'])) { opentable(); echo "Inside isset"; $tot=0; for($i=0;$i<10;$i++) { echo "$i+"; $tot=$tot+$i; -
How to decide the language and technology to be used?
If I want to develop an application and I have the full freedom to choose the language and technology to be used; How do i decide it?
Whether PHP or C# with ASP.NET? -
Delay in loading Menu
My web application is developed in PHP.
The Stylesheet for my Menu is written in a php file and CSS in javascript.
When i access a page it shows the menu as such without any style.- Main Menu
- sub menu1
- sub menu2
- sub menu3
- Main Menu2
- Main Menu3
- Main Menu4
Once the page loading is complete the style is applied. I am working with IE7
Is there any way to load menu along with its style at first.... - Main Menu
-
Schema_Excel() and Excel sheets
I am trying to read Excel sheets using C# ASP.NET .
I read successfully. Now i want to validate the header for the order of the columns.
I came to know that i will have to use Schema_Excel class and schemaTable classes for that. But i don't know which namespace to be included for this.Can anyone please help me with this? -
Thanks for those replies
I tried my best to clear that error. I tried with echo also.
Now what i did is,
the function that i wanted from categorization_ total.php i included in this page also. This avoided the necessity to include that page. And i am sure that this is never a good coding technique.Leave a comment:
-
project topics for BioInformatics
I am searching for some web apllication project topics using C# ASP.NET.
The project topics should be suitable for MSc BioInformatics students.
Can anyone please share some information over this?
thank you -
Including multiple php file using include
When i tried to include multiple files using include() it didn't work as expected.
catagorization. php includes the following code
This way it does not work. But if only one file is included it works properlyCode:include("ajax_catagorization.php"); include("categorization_total.php");
Can anybody please help me to solve this?
thanks -
Hi,
In the code fragment there is one statement that prints the url being accessed.
echo $out;
This prints that URL correctly. When I copy that URL and directly give it in the address bar SMS is getting send immediately.
Thank you.Leave a comment:
-
thanks for your reply.
we r trying find it out.
We got the same output now. But SMS is not getting send. All Admin seetings are correct. Can u please help this further?
thanks once again for that fast replyLeave a comment:
-
fsockopen fails to connect to a valid URL.
I am new to sockets and fsockopen(). I am trying to send SMS using a gateway. But the fsockopen always shows the following error.
Warning: fsockopen() [function.fsocko pen]: unable to connect to alertbox.in:80
(A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond. ) in C:\wamp\www\pro \SendSMS.php on...
No activity results to display
Show More
Leave a comment: